DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addAllReservedName(java.lang.Iterable<java.lang.String> values) |
repeated string reserved_name = 5 [json_name = "reservedName"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addAllReservedRange(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange> values) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addAllValue(java.lang.Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addReservedName(java.lang.String value) |
repeated string reserved_name = 5 [json_name = "reservedName"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addReservedNameBytes(ByteString value) |
repeated string reserved_name = 5 [json_name = "reservedName"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(int index,
DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(int index,
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addValue(int index,
DescriptorProtos.EnumValueDescriptorProto value) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addValue(int index,
DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addValue(DescriptorProtos.EnumValueDescriptorProto value) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.addValue(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.clearName() |
optional string name = 1 [json_name = "name"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.clearOptions() |
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.clearReservedName() |
repeated string reserved_name = 5 [json_name = "reservedName"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.clearReservedRange() |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.clearValue() |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.clearVisibility() |
optional .google.protobuf.SymbolVisibility visibility = 6 [json_name = "visibility"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.mergeOptions(DescriptorProtos.EnumOptions value) |
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
|
static DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.newBuilder() |
|
static DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.newBuilder(DescriptorProtos.EnumDescriptorProto prototype) |
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.removeReservedRange(int index) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.removeValue(int index) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setName(java.lang.String value) |
optional string name = 1 [json_name = "name"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setNameBytes(ByteString value) |
optional string name = 1 [json_name = "name"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setOptions(DescriptorProtos.EnumOptions value) |
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setOptions(DescriptorProtos.EnumOptions.Builder builderForValue) |
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setReservedName(int index,
java.lang.String value) |
repeated string reserved_name = 5 [json_name = "reservedName"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange(int index,
DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange(int index,
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) |
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setValue(int index,
DescriptorProtos.EnumValueDescriptorProto value) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setValue(int index,
DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) |
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
|
DescriptorProtos.EnumDescriptorProto.Builder |
DescriptorProtos.EnumDescriptorProto.Builder.setVisibility(DescriptorProtos.SymbolVisibility value) |
optional .google.protobuf.SymbolVisibility visibility = 6 [json_name = "visibility"];
|