Class ListDataSourcesRequest.Builder (2.83.0)

public static final class ListDataSourcesRequest.Builder extends GeneratedMessage.Builder<ListDataSourcesRequest.Builder> implements ListDataSourcesRequestOrBuilder

Request to list supported data sources and their data transfer settings.

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

Static Methods

getDescriptor()

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

Methods

build()

public ListDataSourcesRequest build()
Returns
Type Description
ListDataSourcesRequest

buildPartial()

public ListDataSourcesRequest buildPartial()
Returns
Type Description
ListDataSourcesRequest

clear()

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

clearPageSize()

public ListDataSourcesRequest.Builder clearPageSize()

Page size. The default page size is the maximum value of 1000 results.

int32 page_size = 4;

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

clearPageToken()

public ListDataSourcesRequest.Builder clearPageToken()

Pagination token, which can be used to request a specific page of ListDataSourcesRequest list results. For multiple-page results, ListDataSourcesResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

string page_token = 3;

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

clearParent()

public ListDataSourcesRequest.Builder clearParent()

Required. The BigQuery project id for which data sources should be returned. Must be in the form: projects/{project_id} or projects/{project_id}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListDataSourcesRequest getDefaultInstanceForType()
Returns
Type Description
ListDataSourcesRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Page size. The default page size is the maximum value of 1000 results.

int32 page_size = 4;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Pagination token, which can be used to request a specific page of ListDataSourcesRequest list results. For multiple-page results, ListDataSourcesResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Pagination token, which can be used to request a specific page of ListDataSourcesRequest list results. For multiple-page results, ListDataSourcesResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The BigQuery project id for which data sources should be returned. Must be in the form: projects/{project_id} or projects/{project_id}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The BigQuery project id for which data sources should be returned. Must be in the form: projects/{project_id} or projects/{project_id}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListDataSourcesRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPageSize(int value)

public ListDataSourcesRequest.Builder setPageSize(int value)

Page size. The default page size is the maximum value of 1000 results.

int32 page_size = 4;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListDataSourcesRequest.Builder setPageToken(String value)

Pagination token, which can be used to request a specific page of ListDataSourcesRequest list results. For multiple-page results, ListDataSourcesResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListDataSourcesRequest.Builder setPageTokenBytes(ByteString value)

Pagination token, which can be used to request a specific page of ListDataSourcesRequest list results. For multiple-page results, ListDataSourcesResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

setParent(String value)

public ListDataSourcesRequest.Builder setParent(String value)

Required. The BigQuery project id for which data sources should be returned. Must be in the form: projects/{project_id} or projects/{project_id}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListDataSourcesRequest.Builder setParentBytes(ByteString value)

Required. The BigQuery project id for which data sources should be returned. Must be in the form: projects/{project_id} or projects/{project_id}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListDataSourcesRequest.Builder

This builder for chaining.