Class GetTableRequest.Builder (0.71.0)

public static final class GetTableRequest.Builder extends GeneratedMessage.Builder<GetTableRequest.Builder> implements GetTableRequestOrBuilder

Request message for the GetTable method.

Protobuf type google.cloud.bigquery.biglake.v1.GetTableRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetTableRequest build()
Returns
Type Description
GetTableRequest

buildPartial()

public GetTableRequest buildPartial()
Returns
Type Description
GetTableRequest

clear()

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

clearName()

public GetTableRequest.Builder clearName()

Required. The name of the table to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

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

Returns
Type Description
GetTableRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetTableRequest getDefaultInstanceForType()
Returns
Type Description
GetTableRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the table to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

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 table to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

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(GetTableRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetTableRequest.Builder setName(String value)

Required. The name of the table to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetTableRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetTableRequest.Builder setNameBytes(ByteString value)

Required. The name of the table to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

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
GetTableRequest.Builder

This builder for chaining.