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.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.EnumValueDescriptorProto.Builder.mergeOptions(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];DescriptorProtos.EnumValueDescriptorProto.newBuilder()DescriptorProtos.EnumValueDescriptorProto.newBuilder(DescriptorProtos.EnumValueDescriptorProto prototype) 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"];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"];