class |
EnumField |
Represents an enum field defined in a Message .
|
class |
EnumGroup |
Represents an enum declared in either the Proto or nested in a Message .
|
static class |
EnumGroup.Value |
|
class |
Extension |
Represents an extend block declared in either the Proto or nested in a Message .
|
class |
Field<T> |
Base class for fields defined in a Message .
|
static class |
Field.Bool |
|
static class |
Field.Bytes |
|
static class |
Field.Double |
|
static class |
Field.Fixed32 |
|
static class |
Field.Fixed64 |
|
static class |
Field.Float |
|
static class |
Field.Int32 |
|
static class |
Field.Int64 |
|
(package private) static class |
Field.Number<T> |
|
static class |
Field.Reference |
|
static class |
Field.SFixed32 |
|
static class |
Field.SFixed64 |
|
static class |
Field.SInt32 |
|
static class |
Field.SInt64 |
|
static class |
Field.String |
|
static class |
Field.UInt32 |
|
static class |
Field.UInt64 |
|
class |
Message |
Represents the message defined in the Proto .
|
class |
MessageField |
Represents a message field defined in a Proto .
|
class |
Proto |
Contains the metadata of parsed protos.
|
class |
Service |
Represents a service defined in the proto (for generating rpc services).
|
static class |
Service.RpcMethod |
|