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