Readonly dependenciesFiles imported by this file.
Readonly deprecatedMarked as deprecated in the protobuf source.
Readonly editionThe edition of the protobuf file. Will be EDITION_PROTO2 for syntax="proto2", EDITION_PROTO3 for syntax="proto3";
Readonly enumsTop-level enumerations declared in this file. Note that more enumerations might be declared within message declarations.
Readonly extensionsTop-level extensions declared in this file. Note that more extensions might be declared within message declarations.
Readonly kindReadonly messagesTop-level messages declared in this file. Note that more messages might be declared within message declarations.
Readonly nameThe name of the file, excluding the .proto suffix.
For a protobuf file foo/bar.proto, this is foo/bar.
Readonly protoThe compiler-generated descriptor.
Readonly servicesServices declared in this file.
Readonly syntaxThe syntax specified in the protobuf source.
Get comments on the package element in the protobuf source.
Get comments on the syntax element in the protobuf source.
Describes a protobuf source file.