Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ProjectName in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ProjectName Modifier and Type Method Description TransferConfig
DataTransferServiceClient. createTransferConfig(ProjectName parent, TransferConfig transferConfig)
Creates a new data transfer configuration.DataTransferServiceClient.ListDataSourcesPagedResponse
DataTransferServiceClient. listDataSources(ProjectName parent)
Lists supported data sources and returns their settings.DataTransferServiceClient.ListTransferConfigsPagedResponse
DataTransferServiceClient. listTransferConfigs(ProjectName parent)
Returns information about all transfer configs owned by a project in the specified location.Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-