public interface ListDataSourcesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataSources(int index)
public abstract DataSource getDataSources(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Name | Description |
| index | int |
| Type | Description |
| DataSource |
getDataSourcesCount()
public abstract int getDataSourcesCount()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Type | Description |
| int |
getDataSourcesList()
public abstract List<DataSource> getDataSourcesList()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Type | Description |
| List<DataSource> |
getDataSourcesOrBuilder(int index)
public abstract DataSourceOrBuilder getDataSourcesOrBuilder(int index)List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Name | Description |
| index | int |
| Type | Description |
| DataSourceOrBuilder |
getDataSourcesOrBuilderList()
public abstract List<? extends DataSourceOrBuilder> getDataSourcesOrBuilderList()List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
| Type | Description |
| List<? extends com.google.cloud.bigquery.datatransfer.v1.DataSourceOrBuilder> |
getNextPageToken()
public abstract 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];
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for nextPageToken. |