| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
Annotation for messages, enums, services, rpc, fields
|
class |
EnumField
Represents an enum field defined in a
Message. |
class |
EnumGroup
|
static class |
EnumGroup.Value |
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 |
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 |
Service
Represents a service defined in the proto (for generating rpc services).
|
static class |
Service.RpcMethod |
Copyright © 2009–2021. All rights reserved.