Uses of Class
com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
Packages that use DescriptorProtos.EnumValueDescriptorProto.Builder
-
Uses of DescriptorProtos.EnumValueDescriptorProto.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.EnumValueDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addValueBuilder()
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.addValueBuilder
(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumValueDescriptorProto.Builder.clear()
DescriptorProtos.EnumValueDescriptorProto.Builder.clearName()
optional string name = 1 [json_name = "name"];
DescriptorProtos.EnumValueDescriptorProto.Builder.clearNumber()
optional int32 number = 2 [json_name = "number"];
DescriptorProtos.EnumValueDescriptorProto.Builder.clearOptions()
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumDescriptorProto.Builder.getValueBuilder
(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumValueDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.Builder.mergeFrom
(DescriptorProtos.EnumValueDescriptorProto other) DescriptorProtos.EnumValueDescriptorProto.Builder.mergeOptions
(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumValueDescriptorProto.newBuilder()
DescriptorProtos.EnumValueDescriptorProto.newBuilder
(DescriptorProtos.EnumValueDescriptorProto prototype) DescriptorProtos.EnumValueDescriptorProto.newBuilderForType()
DescriptorProtos.EnumValueDescriptorProto.newBuilderForType
(AbstractMessage.BuilderParent parent) optional string name = 1 [json_name = "name"];
DescriptorProtos.EnumValueDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1 [json_name = "name"];
DescriptorProtos.EnumValueDescriptorProto.Builder.setNumber
(int value) optional int32 number = 2 [json_name = "number"];
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions.Builder builderForValue) optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumValueDescriptorProto.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumValueDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.getValueBuilderList()
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumValueDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];