Uses of Class
com.google.protobuf.Enum
Packages that use Enum
-
Uses of Enum in com.google.protobuf
Methods in com.google.protobuf that return EnumModifier and TypeMethodDescriptionEnum.Builder.build()
Enum.Builder.buildPartial()
static Enum
Enum.getDefaultInstance()
Enum.Builder.getDefaultInstanceForType()
Enum.getDefaultInstanceForType()
static Enum
Enum.parseDelimitedFrom
(InputStream input) static Enum
Enum.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(byte[] data) static Enum
Enum.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(com.google.protobuf.ByteString data) static Enum
Enum.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(com.google.protobuf.CodedInputStream input) static Enum
Enum.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(InputStream input) static Enum
Enum.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Enum
Enum.parseFrom
(ByteBuffer data) static Enum
Enum.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type EnumModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Enum> Enum.getParserForType()
static com.google.protobuf.Parser
<Enum> Enum.parser()
Methods in com.google.protobuf with parameters of type Enum