public interface ListDataSourcesResponseOrBuilder
extends com.google.protobuf.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.
|
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.
|
List<? extends DataSourceOrBuilder> |
getDataSourcesOrBuilderList()
List of supported data sources and their transfer settings.
|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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];com.google.protobuf.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];Copyright © 2023 Google LLC. All rights reserved.