Class GetInstancePartitionRequest.Builder (6.108.0)

public static final class GetInstancePartitionRequest.Builder extends GeneratedMessage.Builder<GetInstancePartitionRequest.Builder> implements GetInstancePartitionRequestOrBuilder

The request for GetInstancePartition.

Protobuf type google.spanner.admin.instance.v1.GetInstancePartitionRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetInstancePartitionRequest build()
Returns
Type Description
GetInstancePartitionRequest

buildPartial()

public GetInstancePartitionRequest buildPartial()
Returns
Type Description
GetInstancePartitionRequest

clear()

public GetInstancePartitionRequest.Builder clear()
Returns
Type Description
GetInstancePartitionRequest.Builder
Overrides

clearName()

public GetInstancePartitionRequest.Builder clearName()

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetInstancePartitionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInstancePartitionRequest getDefaultInstanceForType()
Returns
Type Description
GetInstancePartitionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetInstancePartitionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetInstancePartitionRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetInstancePartitionRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetInstancePartitionRequest.Builder
Overrides

mergeFrom(GetInstancePartitionRequest other)

public GetInstancePartitionRequest.Builder mergeFrom(GetInstancePartitionRequest other)
Parameter
Name Description
other GetInstancePartitionRequest
Returns
Type Description
GetInstancePartitionRequest.Builder

setName(String value)

public GetInstancePartitionRequest.Builder setName(String value)

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetInstancePartitionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetInstancePartitionRequest.Builder setNameBytes(ByteString value)

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetInstancePartitionRequest.Builder

This builder for chaining.