Class DatasetReference.Builder (0.86.0)

public static final class DatasetReference.Builder extends GeneratedMessage.Builder<DatasetReference.Builder> implements DatasetReferenceOrBuilder

Reference to a BigQuery dataset.

Protobuf type google.cloud.bigquery.migration.v2alpha.DatasetReference

Static Methods

getDescriptor()

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

Methods

build()

public DatasetReference build()
Returns
Type Description
DatasetReference

buildPartial()

public DatasetReference buildPartial()
Returns
Type Description
DatasetReference

clear()

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

clearDatasetId()

public DatasetReference.Builder clearDatasetId()

A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

string dataset_id = 1;

Returns
Type Description
DatasetReference.Builder

This builder for chaining.

clearProjectId()

public DatasetReference.Builder clearProjectId()

The ID of the project containing this dataset.

string project_id = 2;

Returns
Type Description
DatasetReference.Builder

This builder for chaining.

getDatasetId()

public String getDatasetId()

A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

string dataset_id = 1;

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public ByteString getDatasetIdBytes()

A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

string dataset_id = 1;

Returns
Type Description
ByteString

The bytes for datasetId.

getDefaultInstanceForType()

public DatasetReference getDefaultInstanceForType()
Returns
Type Description
DatasetReference

getDescriptorForType()

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

getProjectId()

public String getProjectId()

The ID of the project containing this dataset.

string project_id = 2;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

The ID of the project containing this dataset.

string project_id = 2;

Returns
Type Description
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DatasetReference other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDatasetId(String value)

public DatasetReference.Builder setDatasetId(String value)

A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

string dataset_id = 1;

Parameter
Name Description
value String

The datasetId to set.

Returns
Type Description
DatasetReference.Builder

This builder for chaining.

setDatasetIdBytes(ByteString value)

public DatasetReference.Builder setDatasetIdBytes(ByteString value)

A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

string dataset_id = 1;

Parameter
Name Description
value ByteString

The bytes for datasetId to set.

Returns
Type Description
DatasetReference.Builder

This builder for chaining.

setProjectId(String value)

public DatasetReference.Builder setProjectId(String value)

The ID of the project containing this dataset.

string project_id = 2;

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
DatasetReference.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public DatasetReference.Builder setProjectIdBytes(ByteString value)

The ID of the project containing this dataset.

string project_id = 2;

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
DatasetReference.Builder

This builder for chaining.