public static final class ListDataSourcesResponse.Builder extends GeneratedMessage.Builder<ListDataSourcesResponse.Builder> implements ListDataSourcesResponseOrBuilderReturns list of supported data sources and their metadata.
Protobuf type google.cloud.bigquery.datatransfer.v1.ListDataSourcesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDataSourcesResponse.BuilderImplements
ListDataSourcesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDataSources(Iterable<? extends DataSource> values)
public ListDataSourcesResponse.Builder addAllDataSources(Iterable<? extends DataSource> values)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.datatransfer.v1.DataSource> |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
addDataSources(DataSource value)
public ListDataSourcesResponse.Builder addDataSources(DataSource value)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DataSource |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
addDataSources(DataSource.Builder builderForValue)
public ListDataSourcesResponse.Builder addDataSources(DataSource.Builder builderForValue)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataSource.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
addDataSources(int index, DataSource value)
public ListDataSourcesResponse.Builder addDataSources(int index, DataSource value)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataSource |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
addDataSources(int index, DataSource.Builder builderForValue)
public ListDataSourcesResponse.Builder addDataSources(int index, DataSource.Builder builderForValue)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataSource.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
addDataSourcesBuilder()
public DataSource.Builder addDataSourcesBuilder()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Returns | |
|---|---|
| Type | Description |
DataSource.Builder |
|
addDataSourcesBuilder(int index)
public DataSource.Builder addDataSourcesBuilder(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataSource.Builder |
|
build()
public ListDataSourcesResponse build()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse |
|
buildPartial()
public ListDataSourcesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse |
|
clear()
public ListDataSourcesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
clearDataSources()
public ListDataSourcesResponse.Builder clearDataSources()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
clearNextPageToken()
public ListDataSourcesResponse.Builder clearNextPageToken() Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListDataSourcesRequest.page_token
to request the next page of list results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
This builder for chaining. |
getDataSources(int index)
public DataSource getDataSources(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataSource |
|
getDataSourcesBuilder(int index)
public DataSource.Builder getDataSourcesBuilder(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataSource.Builder |
|
getDataSourcesBuilderList()
public List<DataSource.Builder> getDataSourcesBuilderList()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDataSourcesCount()
public int getDataSourcesCount()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataSourcesList()
public List<DataSource> getDataSourcesList()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Returns | |
|---|---|
| Type | Description |
List<DataSource> |
|
getDataSourcesOrBuilder(int index)
public DataSourceOrBuilder getDataSourcesOrBuilder(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataSourceOrBuilder |
|
getDataSourcesOrBuilderList()
public List<? extends DataSourceOrBuilder> getDataSourcesOrBuilderList()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.datatransfer.v1.DataSourceOrBuilder> |
|
getDefaultInstanceForType()
public ListDataSourcesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListDataSourcesRequest.page_token
to request the next page of list results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListDataSourcesRequest.page_token
to request the next page of list results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDataSourcesResponse other)
public ListDataSourcesResponse.Builder mergeFrom(ListDataSourcesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataSourcesResponse |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDataSourcesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDataSourcesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
removeDataSources(int index)
public ListDataSourcesResponse.Builder removeDataSources(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
setDataSources(int index, DataSource value)
public ListDataSourcesResponse.Builder setDataSources(int index, DataSource value)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataSource |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
setDataSources(int index, DataSource.Builder builderForValue)
public ListDataSourcesResponse.Builder setDataSources(int index, DataSource.Builder builderForValue)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataSource.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
|
setNextPageToken(String value)
public ListDataSourcesResponse.Builder setNextPageToken(String value) Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListDataSourcesRequest.page_token
to request the next page of list results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDataSourcesResponse.Builder setNextPageTokenBytes(ByteString value) Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListDataSourcesRequest.page_token
to request the next page of list results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataSourcesResponse.Builder |
This builder for chaining. |