Uses of Interface
com.google.cloud.bigquery.datatransfer.v1.DataSourceOrBuilder
-
Packages that use DataSourceOrBuilder Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of DataSourceOrBuilder in com.google.cloud.bigquery.datatransfer.v1
Classes in com.google.cloud.bigquery.datatransfer.v1 that implement DataSourceOrBuilder Modifier and Type Class Description class
DataSource
Defines the properties and custom parameters for a data source.static class
DataSource.Builder
Defines the properties and custom parameters for a data source.Methods in com.google.cloud.bigquery.datatransfer.v1 that return DataSourceOrBuilder Modifier and Type Method Description DataSourceOrBuilder
DataSourceDefinition.Builder. getDataSourceOrBuilder()
Data source metadata.DataSourceOrBuilder
DataSourceDefinition. getDataSourceOrBuilder()
Data source metadata.DataSourceOrBuilder
DataSourceDefinitionOrBuilder. getDataSourceOrBuilder()
Data source metadata.DataSourceOrBuilder
ListDataSourcesResponse.Builder. getDataSourcesOrBuilder(int index)
List of supported data sources and their transfer settings.DataSourceOrBuilder
ListDataSourcesResponse. getDataSourcesOrBuilder(int index)
List of supported data sources and their transfer settings.DataSourceOrBuilder
ListDataSourcesResponseOrBuilder. getDataSourcesOrBuilder(int index)
List of supported data sources and their transfer settings.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type DataSourceOrBuilder Modifier and Type Method Description List<? extends DataSourceOrBuilder>
ListDataSourcesResponse.Builder. getDataSourcesOrBuilderList()
List of supported data sources and their transfer settings.List<? extends DataSourceOrBuilder>
ListDataSourcesResponse. getDataSourcesOrBuilderList()
List of supported data sources and their transfer settings.List<? extends DataSourceOrBuilder>
ListDataSourcesResponseOrBuilder. getDataSourcesOrBuilderList()
List of supported data sources and their transfer settings.
-