Class EnrollDataSourcesRequest.Builder (2.5.0)

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

The dataSourceIds to add.

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

The dataSourceIds to add.

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

The bytes of the dataSourceIds to add.

Returns
TypeDescription
EnrollDataSourcesRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public EnrollDataSourcesRequest build()
Returns
TypeDescription
EnrollDataSourcesRequest

buildPartial()

public EnrollDataSourcesRequest buildPartial()
Returns
TypeDescription
EnrollDataSourcesRequest

clear()

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

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public EnrollDataSourcesRequest.Builder clearName()

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

string name = 1;

Returns
TypeDescription
EnrollDataSourcesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

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
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 enrolled. 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 enrolled. 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 enrolled. 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 EnrollDataSourcesRequest getDefaultInstanceForType()
Returns
TypeDescription
EnrollDataSourcesRequest

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

public EnrollDataSourcesRequest.Builder mergeFrom(EnrollDataSourcesRequest other)
Parameter
NameDescription
otherEnrollDataSourcesRequest
Returns
TypeDescription
EnrollDataSourcesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

The index to set the value at.

valueString

The dataSourceIds to set.

Returns
TypeDescription
EnrollDataSourcesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

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

This builder for chaining.

setNameBytes(ByteString value)

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

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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