Uses of Class
com.google.cloud.bigquery.storage.v1.TableName
-
Packages that use TableName Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of TableName in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return TableName Modifier and Type Method Description TableName
TableName.Builder. build()
static TableName
TableName. of(String project, String dataset, String table)
static TableName
TableName. parse(String formattedString)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type TableName Modifier and Type Method Description static List<TableName>
TableName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type TableName Modifier and Type Method Description BatchCommitWriteStreamsResponse
BigQueryWriteClient. batchCommitWriteStreams(TableName parent)
Atomically commits a group of `PENDING` streams that belong to the same `parent` table.WriteStream
BigQueryWriteClient. createWriteStream(TableName parent, WriteStream writeStream)
Creates a write stream to the given table.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type TableName Modifier and Type Method Description static List<String>
TableName. toStringList(List<TableName> values)
-