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 TypeFieldDescriptionprivate Internal.ProtobufList
<EnumValue> Enum.enumvalue_
EnumValue.PARSER
Methods in com.google.protobuf that return EnumValueModifier and TypeMethodDescriptionstatic EnumValue
EnumValue.getDefaultInstance()
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.getEnumvalueList()
Enum value definitions.Enum.getEnumvalueList()
Enum value definitions.EnumOrBuilder.getEnumvalueList()
Enum value definitions.EnumValue.parser()
Methods in com.google.protobuf with parameters of type EnumValueModifier and TypeMethodDescriptionprivate void
Enum.addEnumvalue
(int index, EnumValue value) Enum value definitions.private void
Enum.addEnumvalue
(EnumValue value) Enum value definitions.Enum.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.private void
Enum.setEnumvalue
(int index, EnumValue value) Enum value definitions.Method parameters in com.google.protobuf with type arguments of type EnumValueModifier and TypeMethodDescriptionprivate void
Enum.addAllEnumvalue
(Iterable<? extends EnumValue> values) Enum value definitions.Enum.Builder.addAllEnumvalue
(Iterable<? extends EnumValue> values) Enum value definitions.