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