public interface ListDataSourcesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DataSource |
getDataSources(int index)
List of supported data sources and their transfer settings.
|
int |
getDataSourcesCount()
List of supported data sources and their transfer settings.
|
java.util.List<DataSource> |
getDataSourcesList()
List of supported data sources and their transfer settings.
|
DataSourceOrBuilder |
getDataSourcesOrBuilder(int index)
List of supported data sources and their transfer settings.
|
java.util.List<? extends DataSourceOrBuilder> |
getDataSourcesOrBuilderList()
List of supported data sources and their transfer settings.
|
java.lang.String |
getNextPageToken()
Output only.
|
ByteString |
getNextPageTokenBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<DataSource> getDataSourcesList()
List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
DataSource getDataSources(int index)
List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
int getDataSourcesCount()
List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
java.util.List<? extends DataSourceOrBuilder> getDataSourcesOrBuilderList()
List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
DataSourceOrBuilder getDataSourcesOrBuilder(int index)
List of supported data sources and their transfer settings.
repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;
java.lang.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;
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;