Interface ListDataSourceDefinitionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDataSourceDefinitionsResponse
,ListDataSourceDefinitionsResponse.Builder
public interface ListDataSourceDefinitionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataSourceDefinitionsList
List<DataSourceDefinition> getDataSourceDefinitionsList()
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
-
getDataSourceDefinitions
DataSourceDefinition getDataSourceDefinitions(int index)
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
-
getDataSourceDefinitionsCount
int getDataSourceDefinitionsCount()
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
-
getDataSourceDefinitionsOrBuilderList
List<? extends DataSourceDefinitionOrBuilder> getDataSourceDefinitionsOrBuilderList()
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
-
getDataSourceDefinitionsOrBuilder
DataSourceDefinitionOrBuilder getDataSourceDefinitionsOrBuilder(int index)
List of supported data source definitions.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;
-
getNextPageToken
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;
-
getNextPageTokenBytes
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;
-
-