DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearName() |
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearOptions() |
optional .google.protobuf.OneofOptions options = 2;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeOptions(DescriptorProtos.OneofOptions value) |
optional .google.protobuf.OneofOptions options = 2;
|
static DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilder() |
|
static DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) |
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setName(java.lang.String value) |
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setNameBytes(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;
|