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 EnumValueEnumValue.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 EnumValueEnumValue.parseDelimitedFrom(InputStream input) static EnumValueEnumValue.parseDelimitedFrom(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(InputStream input) static EnumValueEnumValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static EnumValueEnumValue.parseFrom(ByteBuffer data) static EnumValueEnumValue.parseFrom(ByteBuffer data, 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"];EnumValue.getParserForType()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.BuilderEnumValue.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"];