Google \ Cloud \ ServiceManagement \ V1 \ ConfigFile
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
FILE_TYPE_UNSPECIFIED
Value: 0
Unknown file type.
Generated from protobuf enumFILE_TYPE_UNSPECIFIED = 0;
SERVICE_CONFIG_YAML
Value: 1
YAML-specification of service.
Generated from protobuf enumSERVICE_CONFIG_YAML = 1;
OPEN_API_JSON
Value: 2
OpenAPI specification, serialized in JSON.
Generated from protobuf enumOPEN_API_JSON = 2;
OPEN_API_YAML
Value: 3
OpenAPI specification, serialized in YAML.
Generated from protobuf enumOPEN_API_YAML = 3;
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.
$protoc --include_imports --include_source_info test.proto -o out.pb
Generated from protobuf enumFILE_DESCRIPTOR_SET_PROTO = 4;
PROTO_FILE
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Service Management V1 Client - Class FileType (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-service-management/latest/V1.ConfigFile.FileType)\n- [2.0.4](/php/docs/reference/cloud-service-management/2.0.4/V1.ConfigFile.FileType)\n- [1.3.5](/php/docs/reference/cloud-service-management/1.3.5/V1.ConfigFile.FileType)\n- [1.2.2](/php/docs/reference/cloud-service-management/1.2.2/V1.ConfigFile.FileType)\n- [1.1.1](/php/docs/reference/cloud-service-management/1.1.1/V1.ConfigFile.FileType)\n- [1.0.6](/php/docs/reference/cloud-service-management/1.0.6/V1.ConfigFile.FileType) \nReference documentation and code samples for the Google Cloud Service Management V1 Client class FileType.\n\nProtobuf type `google.api.servicemanagement.v1.ConfigFile.FileType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ServiceManagement \\\\ V1 \\\\ ConfigFile\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FILE_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnknown file type.\n\nGenerated from protobuf enum `FILE_TYPE_UNSPECIFIED = 0;`\n\n### SERVICE_CONFIG_YAML\n\n Value: 1\n\nYAML-specification of service.\n\nGenerated from protobuf enum `SERVICE_CONFIG_YAML = 1;`\n\n### OPEN_API_JSON\n\n Value: 2\n\nOpenAPI specification, serialized in JSON.\n\nGenerated from protobuf enum `OPEN_API_JSON = 2;`\n\n### OPEN_API_YAML\n\n Value: 3\n\nOpenAPI specification, serialized in YAML.\n\nGenerated from protobuf enum `OPEN_API_YAML = 3;`\n\n### FILE_DESCRIPTOR_SET_PROTO\n\n Value: 4\n\nFileDescriptorSet, generated by protoc.\n\nTo generate, use protoc with imports and source info included.\nFor an example test.proto file, the following command would put the value\nin a new file named out.pb.\n$protoc --include_imports --include_source_info test.proto -o out.pb\n\nGenerated from protobuf enum `FILE_DESCRIPTOR_SET_PROTO = 4;`\n\n### PROTO_FILE\n\n Value: 6\n\nUncompiled Proto file. Used for storage and display purposes only,\ncurrently server-side compilation is not supported. Should match the\ninputs to 'protoc' command used to generated FILE_DESCRIPTOR_SET_PROTO. A\nfile of this type can only be included if at least one file of type\nFILE_DESCRIPTOR_SET_PROTO is included.\n\nGenerated from protobuf enum `PROTO_FILE = 6;`"]]