Class UnenrollDataSourcesRequest.Builder (2.83.0)

public static final class UnenrollDataSourcesRequest.Builder extends GeneratedMessage.Builder<UnenrollDataSourcesRequest.Builder> implements UnenrollDataSourcesRequestOrBuilder

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

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

Static Methods

getDescriptor()

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

Methods

addAllDataSourceIds(Iterable<String> values)

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

Data sources that are unenrolled. 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
UnenrollDataSourcesRequest.Builder

This builder for chaining.

addDataSourceIds(String value)

public UnenrollDataSourcesRequest.Builder addDataSourceIds(String value)

Data sources that are unenrolled. 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
UnenrollDataSourcesRequest.Builder

This builder for chaining.

addDataSourceIdsBytes(ByteString value)

public UnenrollDataSourcesRequest.Builder addDataSourceIdsBytes(ByteString value)

Data sources that are unenrolled. 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
UnenrollDataSourcesRequest.Builder

This builder for chaining.

build()

public UnenrollDataSourcesRequest build()
Returns
Type Description
UnenrollDataSourcesRequest

buildPartial()

public UnenrollDataSourcesRequest buildPartial()
Returns
Type Description
UnenrollDataSourcesRequest

clear()

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

clearDataSourceIds()

public UnenrollDataSourcesRequest.Builder clearDataSourceIds()

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

repeated string data_source_ids = 2;

Returns
Type Description
UnenrollDataSourcesRequest.Builder

This builder for chaining.

clearName()

public UnenrollDataSourcesRequest.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
UnenrollDataSourcesRequest.Builder

This builder for chaining.

getDataSourceIds(int index)

public String getDataSourceIds(int index)

Data sources that are unenrolled. 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 unenrolled. 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 unenrolled. 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 unenrolled. 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 UnenrollDataSourcesRequest getDefaultInstanceForType()
Returns
Type Description
UnenrollDataSourcesRequest

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDataSourceIds(int index, String value)

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

Data sources that are unenrolled. 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
UnenrollDataSourcesRequest.Builder

This builder for chaining.

setName(String value)

public UnenrollDataSourcesRequest.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
UnenrollDataSourcesRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public UnenrollDataSourcesRequest.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
UnenrollDataSourcesRequest.Builder

This builder for chaining.