Enumerations |
|
---|---|
FieldType{
|
enum Enumeration of all the possible field types. |
Classes |
|
---|---|
Google. |
Base class for nearly all descriptors, providing common functionality. |
Google. |
Thrown when building descriptors fails because the source DescriptorProtos are not valid. |
Google. |
Descriptor for an enum type in a .proto file. |
Google. |
Descriptor for a single enum value within an enum in a .proto file. |
Google. |
Descriptor for a field or extension within a message in a .proto file. |
Google. |
Describes a .proto file, including everything defined within. |
Google. |
Extra information provided by generated code when initializing a message or file descriptor. |
Google. |
Describes a message type. |
Google. |
Describes a single method in a service. |
Google. |
Reflection access for a oneof, allowing clear and "get case" actions. |
Google. |
Describes a "oneof" field collection in a message type: a set of fields of which at most one can be set in any particular message. |
Google. |
Specifies the original name (in the .proto file) of a named element, such as an enum value. |
Google. |
Describes a service type. |
Google. |
An immutable registry of types which can be looked up by their full name. |
Interfaces |
|
---|---|
Google. |
Interface implemented by all descriptor types. |
Google. |
Allows fields to be reflectively accessed. |
FieldType
Enumeration of all the possible field types.