Uses of Class
com.google.protobuf.EnumValue
-
Packages that use EnumValue Package Description com.google.protobuf -
-
Uses of EnumValue in com.google.protobuf
Methods in com.google.protobuf that return EnumValue Modifier and Type Method Description EnumValueEnumValue.Builder. build()EnumValueEnumValue.Builder. buildPartial()static EnumValueEnumValue. getDefaultInstance()EnumValueEnumValue.Builder. getDefaultInstanceForType()EnumValueEnumValue. getDefaultInstanceForType()EnumValueEnum.Builder. getEnumvalue(int index)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];EnumValueEnum. getEnumvalue(int index)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];EnumValueEnumOrBuilder. getEnumvalue(int index)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];static EnumValueEnumValue. parseDelimitedFrom(java.io.InputStream input)static EnumValueEnumValue. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static EnumValueEnumValue. parseFrom(byte[] data)static EnumValueEnumValue. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static EnumValueEnumValue. parseFrom(ByteString data)static EnumValueEnumValue. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static EnumValueEnumValue. parseFrom(CodedInputStream input)static EnumValueEnumValue. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static EnumValueEnumValue. parseFrom(java.io.InputStream input)static EnumValueEnumValue. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static EnumValueEnumValue. parseFrom(java.nio.ByteBuffer data)static EnumValueEnumValue. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type EnumValue Modifier and Type Method Description java.util.List<EnumValue>Enum.Builder. getEnumvalueList()repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];java.util.List<EnumValue>Enum. getEnumvalueList()repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];java.util.List<EnumValue>EnumOrBuilder. getEnumvalueList()repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];Parser<EnumValue>EnumValue. getParserForType()static Parser<EnumValue>EnumValue. parser()Methods in com.google.protobuf with parameters of type EnumValue Modifier and Type Method Description Enum.BuilderEnum.Builder. addEnumvalue(int index, EnumValue value)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];Enum.BuilderEnum.Builder. addEnumvalue(EnumValue value)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];EnumValue.BuilderEnumValue.Builder. mergeFrom(EnumValue other)static EnumValue.BuilderEnumValue. newBuilder(EnumValue prototype)Enum.BuilderEnum.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 EnumValue Modifier and Type Method Description Enum.BuilderEnum.Builder. addAllEnumvalue(java.lang.Iterable<? extends EnumValue> values)repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
-