DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addOneofDeclBuilder() |
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addOneofDeclBuilder(int index) |
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clear() |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearName() |
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearOptions() |
optional .google.protobuf.OneofOptions options = 2;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clone() |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.getOneofDeclBuilder(int index) |
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(DescriptorProtos.OneofDescriptorProto other) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeOptions(DescriptorProtos.OneofOptions value) |
optional .google.protobuf.OneofOptions options = 2;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilder() |
|
static DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilderForType() |
|
protected DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setName(java.lang.String value) |
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setNameBytes(com.google.protobuf.ByteString value) |
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setOptions(DescriptorProtos.OneofOptions value) |
optional .google.protobuf.OneofOptions options = 2;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setOptions(DescriptorProtos.OneofOptions.Builder builderForValue) |
optional .google.protobuf.OneofOptions options = 2;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.toBuilder() |
|