Uses of Class
com.google.protobuf.EnumValue
Packages that use EnumValue
-
Uses of EnumValue in com.google.protobuf
Fields in com.google.protobuf declared as EnumValueFields in com.google.protobuf with type parameters of type EnumValueModifier and TypeFieldDescriptionEnum.Builder.enumvalue_
Enum.enumvalue_
Enum.Builder.enumvalueBuilder_
EnumValue.PARSER
Methods in com.google.protobuf that return EnumValueModifier and TypeMethodDescriptionEnumValue.Builder.build()
EnumValue.Builder.buildPartial()
static EnumValue
EnumValue.getDefaultInstance()
EnumValue.Builder.getDefaultInstanceForType()
EnumValue.getDefaultInstanceForType()
Enum.Builder.getEnumvalue
(int index) Enum value definitions.Enum.getEnumvalue
(int index) Enum value definitions.EnumOrBuilder.getEnumvalue
(int index) Enum value definitions.static EnumValue
EnumValue.parseDelimitedFrom
(InputStream input) static EnumValue
EnumValue.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(byte[] data) static EnumValue
EnumValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(ByteString data) static EnumValue
EnumValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(CodedInputStream input) static EnumValue
EnumValue.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(InputStream input) static EnumValue
EnumValue.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(ByteBuffer data) static EnumValue
EnumValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type EnumValueModifier and TypeMethodDescriptionEnum.Builder.getEnumvalueFieldBuilder()
Enum.Builder.getEnumvalueList()
Enum value definitions.Enum.getEnumvalueList()
Enum value definitions.EnumOrBuilder.getEnumvalueList()
Enum value definitions.EnumValue.getParserForType()
EnumValue.parser()
Methods in com.google.protobuf with parameters of type EnumValueModifier and TypeMethodDescriptionEnum.Builder.addEnumvalue
(int index, EnumValue value) Enum value definitions.Enum.Builder.addEnumvalue
(EnumValue value) Enum value definitions.static EnumValue.Builder
EnumValue.newBuilder
(EnumValue prototype) Enum.Builder.setEnumvalue
(int index, EnumValue value) Enum value definitions.Method parameters in com.google.protobuf with type arguments of type EnumValueModifier and TypeMethodDescriptionEnum.Builder.addAllEnumvalue
(Iterable<? extends EnumValue> values) Enum value definitions.