Uses of Class
com.google.cloud.bigquery.datatransfer.v1.DataSourceName
-
Packages that use DataSourceName Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of DataSourceName in com.google.cloud.bigquery.datatransfer.v1
Subclasses of DataSourceName in com.google.cloud.bigquery.datatransfer.v1 Modifier and Type Class Description classLocationDataSourceNameDeprecated.This resource name class will be removed in the next major version.classProjectDataSourceNameDeprecated.This resource name class will be removed in the next major version.classUntypedDataSourceNameDeprecated.This resource name class will be removed in the next major version.Methods in com.google.cloud.bigquery.datatransfer.v1 that return DataSourceName Modifier and Type Method Description DataSourceNameDataSourceName.Builder. build()DataSourceNameDataSourceName.ProjectLocationDataSourceBuilder. build()static DataSourceNameDataSourceName. of(String project, String dataSource)static DataSourceNameDataSourceName. ofProjectDataSourceName(String project, String dataSource)static DataSourceNameDataSourceName. ofProjectLocationDataSourceName(String project, String location, String dataSource)static DataSourceNameDataSourceName. parse(String formattedString)static DataSourceNameDataSourceNames. parse(String resourceNameString)Deprecated.Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type DataSourceName Modifier and Type Method Description CheckValidCredsResponseDataTransferServiceClient. checkValidCreds(DataSourceName name)Returns true if valid credentials exist for the given data source and requesting user.DataSourceDataTransferServiceClient. getDataSource(DataSourceName name)Retrieves a supported data source and returns its settings.
-