public interface ListDataSourceDefinitionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataSourceDefinition |
getDataSourceDefinitions(int index)
List of supported data source definitions.
|
int |
getDataSourceDefinitionsCount()
List of supported data source definitions.
|
List<DataSourceDefinition> |
getDataSourceDefinitionsList()
List of supported data source definitions.
|
DataSourceDefinitionOrBuilder |
getDataSourceDefinitionsOrBuilder(int index)
List of supported data source definitions.
|
List<? extends DataSourceDefinitionOrBuilder> |
getDataSourceDefinitionsOrBuilderList()
List of supported data source definitions.
|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DataSourceDefinition> getDataSourceDefinitionsList()
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
DataSourceDefinition getDataSourceDefinitions(int index)
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
int getDataSourceDefinitionsCount()
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
List<? extends DataSourceDefinitionOrBuilder> getDataSourceDefinitionsOrBuilderList()
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
DataSourceDefinitionOrBuilder getDataSourceDefinitionsOrBuilder(int index)
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
String getNextPageToken()
Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListDataSourceDefinitionsRequest.page_token` to request the next page of the list results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListDataSourceDefinitionsRequest.page_token` to request the next page of the list results.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.