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.Builder.build()DescriptorProtos.EnumValueDescriptorProto.Builder.buildPartial()DescriptorProtos.EnumValueDescriptorProto.getDefaultInstance()DescriptorProtos.EnumValueDescriptorProto.Builder.getDefaultInstanceForType()DescriptorProtos.EnumValueDescriptorProto.getDefaultInstanceForType()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, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(byte[] data) DescriptorProtos.EnumValueDescriptorProto.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(ByteString data) DescriptorProtos.EnumValueDescriptorProto.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(CodedInputStream input) DescriptorProtos.EnumValueDescriptorProto.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(InputStream input) DescriptorProtos.EnumValueDescriptorProto.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.EnumValueDescriptorProto.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Descriptors.EnumValueDescriptor.toProto()Convert the descriptor to its protocol message representation.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumValueDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumValueDescriptorProto.getParserForType()DescriptorProtos.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"];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.Builder.mergeFrom(DescriptorProtos.EnumValueDescriptorProto other) 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"];