Reference documentation and code samples for the Service Management V1 API module Google::Cloud::ServiceManagement::V1::ConfigFile::FileType.
Constants
FILE_TYPE_UNSPECIFIED
value: 0 Unknown file type.
SERVICE_CONFIG_YAML
value: 1 YAML-specification of service.
OPEN_API_JSON
value: 2 OpenAPI specification, serialized in JSON.
OPEN_API_YAML
value: 3 OpenAPI specification, serialized in YAML.
FILE_DESCRIPTOR_SET_PROTO
value: 4 FileDescriptorSet, generated by protoc.
To generate, use protoc with imports and source info included.
For an example test.proto file, the following command would put the value
in a new file named out.pb.
value: 6 Uncompiled Proto file. Used for storage and display purposes only,
currently server-side compilation is not supported. Should match the
inputs to 'protoc' command used to generated FILE_DESCRIPTOR_SET_PROTO. A
file of this type can only be included if at least one file of type
FILE_DESCRIPTOR_SET_PROTO is included.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]