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.clear()
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.clearName()
optional string name = 1;
|
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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(DescriptorProtos.OneofDescriptorProto other)
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(Message other)
|
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(GeneratedMessage.BuilderParent parent)
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setName(String value)
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.Builder.setNameBytes(ByteString value)
optional string name = 1;
|
DescriptorProtos.OneofDescriptorProto.Builder |
DescriptorProtos.OneofDescriptorProto.toBuilder()
|