Class EnrollDataSourcesRequest.Builder (2.83.0)

public static final class EnrollDataSourcesRequest.Builder extends GeneratedMessage.Builder<EnrollDataSourcesRequest.Builder> implements EnrollDataSourcesRequestOrBuilder

A request to enroll a set of data sources so they are visible in the BigQuery UI's Transfer tab.

Protobuf type google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest

Static Methods

getDescriptor()

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

Methods

addAllDataSourceIds(Iterable<String> values)

public EnrollDataSourcesRequest.Builder addAllDataSourceIds(Iterable<String> values)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
values Iterable<String>

The dataSourceIds to add.

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

addDataSourceIds(String value)

public EnrollDataSourcesRequest.Builder addDataSourceIds(String value)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
value String

The dataSourceIds to add.

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

addDataSourceIdsBytes(ByteString value)

public EnrollDataSourcesRequest.Builder addDataSourceIdsBytes(ByteString value)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
value ByteString

The bytes of the dataSourceIds to add.

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

build()

public EnrollDataSourcesRequest build()
Returns
Type Description
EnrollDataSourcesRequest

buildPartial()

public EnrollDataSourcesRequest buildPartial()
Returns
Type Description
EnrollDataSourcesRequest

clear()

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

clearDataSourceIds()

public EnrollDataSourcesRequest.Builder clearDataSourceIds()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

clearName()

public EnrollDataSourcesRequest.Builder clearName()

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

getDataSourceIds(int index)

public String getDataSourceIds(int index)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The dataSourceIds at the given index.

getDataSourceIdsBytes(int index)

public ByteString getDataSourceIdsBytes(int index)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the dataSourceIds at the given index.

getDataSourceIdsCount()

public int getDataSourceIdsCount()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
Type Description
int

The count of dataSourceIds.

getDataSourceIdsList()

public ProtocolStringList getDataSourceIdsList()

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Returns
Type Description
ProtocolStringList

A list containing the dataSourceIds.

getDefaultInstanceForType()

public EnrollDataSourcesRequest getDefaultInstanceForType()
Returns
Type Description
EnrollDataSourcesRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDataSourceIds(int index, String value)

public EnrollDataSourcesRequest.Builder setDataSourceIds(int index, String value)

Data sources that are enrolled. It is required to provide at least one data source id.

repeated string data_source_ids = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The dataSourceIds to set.

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

setName(String value)

public EnrollDataSourcesRequest.Builder setName(String value)

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public EnrollDataSourcesRequest.Builder setNameBytes(ByteString value)

Required. The name of the project resource in the form: projects/{project_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
EnrollDataSourcesRequest.Builder

This builder for chaining.