Class DestinationDatasetReference.Builder (2.78.0)

public static final class DestinationDatasetReference.Builder extends GeneratedMessage.Builder<DestinationDatasetReference.Builder> implements DestinationDatasetReferenceOrBuilder

Contains the reference that identifies a destination bigquery dataset.

Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference

Static Methods

getDescriptor()

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

Methods

build()

public DestinationDatasetReference build()
Returns
Type Description
DestinationDatasetReference

buildPartial()

public DestinationDatasetReference buildPartial()
Returns
Type Description
DestinationDatasetReference

clear()

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

clearDatasetId()

public DestinationDatasetReference.Builder clearDatasetId()

Required. 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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DestinationDatasetReference.Builder

This builder for chaining.

clearProjectId()

public DestinationDatasetReference.Builder clearProjectId()

Required. The ID of the project containing this dataset.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DestinationDatasetReference.Builder

This builder for chaining.

getDatasetId()

public String getDatasetId()

Required. 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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public ByteString getDatasetIdBytes()

Required. 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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for datasetId.

getDefaultInstanceForType()

public DestinationDatasetReference getDefaultInstanceForType()
Returns
Type Description
DestinationDatasetReference

getDescriptorForType()

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

getProjectId()

public String getProjectId()

Required. The ID of the project containing this dataset.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. The ID of the project containing this dataset.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDatasetId(String value)

public DestinationDatasetReference.Builder setDatasetId(String value)

Required. 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 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The datasetId to set.

Returns
Type Description
DestinationDatasetReference.Builder

This builder for chaining.

setDatasetIdBytes(ByteString value)

public DestinationDatasetReference.Builder setDatasetIdBytes(ByteString value)

Required. 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 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for datasetId to set.

Returns
Type Description
DestinationDatasetReference.Builder

This builder for chaining.

setProjectId(String value)

public DestinationDatasetReference.Builder setProjectId(String value)

Required. The ID of the project containing this dataset.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
DestinationDatasetReference.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public DestinationDatasetReference.Builder setProjectIdBytes(ByteString value)

Required. The ID of the project containing this dataset.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
DestinationDatasetReference.Builder

This builder for chaining.