Uses of Class
com.google.cloud.bigquery.storage.v1beta2.WriteStreamName
-
Packages that use WriteStreamName Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of WriteStreamName in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return WriteStreamName Modifier and Type Method Description WriteStreamName
WriteStreamName.Builder. build()
static WriteStreamName
WriteStreamName. of(String project, String dataset, String table, String stream)
static WriteStreamName
WriteStreamName. parse(String formattedString)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type WriteStreamName Modifier and Type Method Description static List<WriteStreamName>
WriteStreamName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type WriteStreamName Modifier and Type Method Description FinalizeWriteStreamResponse
BigQueryWriteClient. finalizeWriteStream(WriteStreamName name)
Finalize a write stream so that no new data can be appended to the stream.FlushRowsResponse
BigQueryWriteClient. flushRows(WriteStreamName writeStream)
Flushes rows to a BUFFERED stream.WriteStream
BigQueryWriteClient. getWriteStream(WriteStreamName name)
Gets a write stream.Method parameters in com.google.cloud.bigquery.storage.v1beta2 with type arguments of type WriteStreamName Modifier and Type Method Description static List<String>
WriteStreamName. toStringList(List<WriteStreamName> values)
-