Uses of Class
com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
Packages that use DescriptorProtos.EnumValueDescriptorProto
-
Uses of DescriptorProtos.EnumValueDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.EnumValueDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumValueDescriptorProto.getDefaultInstance()DescriptorProtos.EnumDescriptorProto.Builder.getValue(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumDescriptorProto.getValue(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumDescriptorProtoOrBuilder.getValue(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumValueDescriptorProto.parseDelimitedFrom(InputStream input) DescriptorProtos.EnumValueDescriptorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(byte[] data) DescriptorProtos.EnumValueDescriptorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.EnumValueDescriptorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.EnumValueDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(InputStream input) DescriptorProtos.EnumValueDescriptorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.EnumValueDescriptorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumValueDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.getValueList()repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumDescriptorProto.getValueList()repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumDescriptorProtoOrBuilder.getValueList()repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];static com.google.protobuf.Parser<DescriptorProtos.EnumValueDescriptorProto>DescriptorProtos.EnumValueDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumValueDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addValue(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumDescriptorProto.Builder.addValue(DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];DescriptorProtos.EnumValueDescriptorProto.newBuilder(DescriptorProtos.EnumValueDescriptorProto prototype) DescriptorProtos.EnumDescriptorProto.Builder.setValue(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.EnumValueDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];