Uses of Class
com.google.cloud.bigquery.storage.v1.WriteStreamName
-
Packages that use WriteStreamName Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of WriteStreamName in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return WriteStreamName Modifier and Type Method Description WriteStreamNameWriteStreamName.Builder. build()static WriteStreamNameWriteStreamName. of(String project, String dataset, String table, String stream)static WriteStreamNameWriteStreamName. parse(String formattedString)Methods in com.google.cloud.bigquery.storage.v1 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.v1 with parameters of type WriteStreamName Modifier and Type Method Description FinalizeWriteStreamResponseBigQueryWriteClient. finalizeWriteStream(WriteStreamName name)Finalize a write stream so that no new data can be appended to the stream.FlushRowsResponseBigQueryWriteClient. flushRows(WriteStreamName writeStream)Flushes rows to a BUFFERED stream.WriteStreamBigQueryWriteClient. getWriteStream(WriteStreamName name)Gets information about a write stream.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type WriteStreamName Modifier and Type Method Description static List<String>WriteStreamName. toStringList(List<WriteStreamName> values)
-