Uses of Class
com.google.protobuf.EnumValue
Packages that use EnumValue
-
Uses of EnumValue in com.google.protobuf
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) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
Enum.getEnumvalue
(int index) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
EnumOrBuilder.getEnumvalue
(int index) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
static EnumValue
EnumValue.parseDelimitedFrom
(InputStream input) static EnumValue
EnumValue.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(byte[] data) static EnumValue
EnumValue.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(com.google.protobuf.ByteString data) static EnumValue
EnumValue.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(com.google.protobuf.CodedInputStream input) static EnumValue
EnumValue.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(InputStream input) static EnumValue
EnumValue.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnumValue
EnumValue.parseFrom
(ByteBuffer data) static EnumValue
EnumValue.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type EnumValueModifier and TypeMethodDescriptionEnum.Builder.getEnumvalueList()
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
Enum.getEnumvalueList()
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
EnumOrBuilder.getEnumvalueList()
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
com.google.protobuf.Parser
<EnumValue> EnumValue.getParserForType()
static com.google.protobuf.Parser
<EnumValue> EnumValue.parser()
Methods in com.google.protobuf with parameters of type EnumValueModifier and TypeMethodDescriptionEnum.Builder.addEnumvalue
(int index, EnumValue value) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
Enum.Builder.addEnumvalue
(EnumValue value) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
static EnumValue.Builder
EnumValue.newBuilder
(EnumValue prototype) Enum.Builder.setEnumvalue
(int index, EnumValue value) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
Method parameters in com.google.protobuf with type arguments of type EnumValueModifier and TypeMethodDescriptionEnum.Builder.addAllEnumvalue
(Iterable<? extends EnumValue> values) repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];