Class UnenrollDataSourcesRequest.Builder (2.37.0)

public static final class UnenrollDataSourcesRequest.Builder extends GeneratedMessageV3.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
TypeDescription
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
NameDescription
valuesIterable<String>

The dataSourceIds to add.

Returns
TypeDescription
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
NameDescription
valueString

The dataSourceIds to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the dataSourceIds to add.

Returns
TypeDescription
UnenrollDataSourcesRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UnenrollDataSourcesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

build()

public UnenrollDataSourcesRequest build()
Returns
TypeDescription
UnenrollDataSourcesRequest

buildPartial()

public UnenrollDataSourcesRequest buildPartial()
Returns
TypeDescription
UnenrollDataSourcesRequest

clear()

public UnenrollDataSourcesRequest.Builder clear()
Returns
TypeDescription
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
TypeDescription
UnenrollDataSourcesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public UnenrollDataSourcesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

clearName()

public UnenrollDataSourcesRequest.Builder clearName()

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

string name = 1;

Returns
TypeDescription
UnenrollDataSourcesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public UnenrollDataSourcesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

clone()

public UnenrollDataSourcesRequest.Builder clone()
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the dataSourceIds.

getDefaultInstanceForType()

public UnenrollDataSourcesRequest getDefaultInstanceForType()
Returns
TypeDescription
UnenrollDataSourcesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

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

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UnenrollDataSourcesRequest other)

public UnenrollDataSourcesRequest.Builder mergeFrom(UnenrollDataSourcesRequest other)
Parameter
NameDescription
otherUnenrollDataSourcesRequest
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UnenrollDataSourcesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UnenrollDataSourcesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UnenrollDataSourcesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The dataSourceIds to set.

Returns
TypeDescription
UnenrollDataSourcesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public UnenrollDataSourcesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

setName(String value)

public UnenrollDataSourcesRequest.Builder setName(String value)

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

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
UnenrollDataSourcesRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public UnenrollDataSourcesRequest.Builder setNameBytes(ByteString value)

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

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
UnenrollDataSourcesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UnenrollDataSourcesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UnenrollDataSourcesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UnenrollDataSourcesRequest.Builder
Overrides