Uses of Class
com.google.cloud.bigquery.datatransfer.v1.LocationDataSourceName
-
Packages that use LocationDataSourceName Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of LocationDataSourceName in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return LocationDataSourceName Modifier and Type Method Description LocationDataSourceName
LocationDataSourceName.Builder. build()
static LocationDataSourceName
LocationDataSourceName. of(String project, String location, String dataSource)
Deprecated.static LocationDataSourceName
LocationDataSourceName. parse(String formattedString)
Deprecated.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type LocationDataSourceName Modifier and Type Method Description static List<LocationDataSourceName>
LocationDataSourceName. parseList(List<String> formattedStrings)
Deprecated.Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type LocationDataSourceName Modifier and Type Method Description static List<String>
LocationDataSourceName. toStringList(List<LocationDataSourceName> values)
Deprecated.
-