public enum ConfigFile.Types.FileType
Namespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Fields |
|
---|---|
Name | Description |
FileDescriptorSetProto |
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. $protoc --include_imports --include_source_info test.proto -o out.pb |
OpenApiJson |
OpenAPI specification, serialized in JSON. |
OpenApiYaml |
OpenAPI specification, serialized in YAML. |
ProtoFile |
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. |
ServiceConfigYaml |
YAML-specification of service. |
Unspecified |
Unknown file type. |