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;
DescriptorProtos.EnumValueDescriptorProto.Builder.clearNumber()
optional int32 number = 2;
DescriptorProtos.EnumValueDescriptorProto.Builder.clearOptions()
optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueDescriptorProto.Builder.mergeOptions
(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueDescriptorProto.newBuilder()
DescriptorProtos.EnumValueDescriptorProto.newBuilder
(DescriptorProtos.EnumValueDescriptorProto prototype) optional string name = 1;
DescriptorProtos.EnumValueDescriptorProto.Builder.setNameBytes
(ByteString value) optional string name = 1;
DescriptorProtos.EnumValueDescriptorProto.Builder.setNumber
(int value) optional int32 number = 2;
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions.Builder builderForValue) optional .google.protobuf.EnumValueOptions options = 3;
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;
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;