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
PROTO_FILE (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-08-07 UTC."],[],[],null,["# Class FileType (1.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.13.1 (latest)](/python/docs/reference/servicemanagement/latest/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.13.0](/python/docs/reference/servicemanagement/1.13.0/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.12.0](/python/docs/reference/servicemanagement/1.12.0/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.11.0](/python/docs/reference/servicemanagement/1.11.0/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.10.1](/python/docs/reference/servicemanagement/1.10.1/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.8.5](/python/docs/reference/servicemanagement/1.8.5/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.7.0](/python/docs/reference/servicemanagement/1.7.0/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.6.1](/python/docs/reference/servicemanagement/1.6.1/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.5.1](/python/docs/reference/servicemanagement/1.5.1/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.4.0](/python/docs/reference/servicemanagement/1.4.0/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.3.3](/python/docs/reference/servicemanagement/1.3.3/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.2.3](/python/docs/reference/servicemanagement/1.2.3/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.1.1](/python/docs/reference/servicemanagement/1.1.1/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [1.0.4](/python/docs/reference/servicemanagement/1.0.4/google.cloud.servicemanagement_v1.types.ConfigFile.FileType)\n- [0.1.0](/python/docs/reference/servicemanagement/0.1.0/google.cloud.servicemanagement_v1.types.ConfigFile.FileType) \n\n FileType(value)\n\n To generate, use protoc with imports and source info\n included. For an example test.proto file, the following\n command would put the value in a new file named out.pb.\n\n $protoc --include_imports --include_source_info test.proto\n -o out.pb\n PROTO_FILE (6):\n Uncompiled Proto file. Used for storage and display purposes\n only, currently server-side compilation is not supported.\n Should match the inputs to 'protoc' command used to\n generated FILE_DESCRIPTOR_SET_PROTO. A file of this type can\n only be included if at least one file of type\n FILE_DESCRIPTOR_SET_PROTO is included."]]