Uses of Class
com.google.cloud.bigquery.storage.v1beta2.BigQueryWriteClient
-
Packages that use BigQueryWriteClient Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of BigQueryWriteClient in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return BigQueryWriteClient Modifier and Type Method Description static BigQueryWriteClientBigQueryWriteClient. create()Constructs an instance of BigQueryWriteClient with default settings.static BigQueryWriteClientBigQueryWriteClient. create(BigQueryWriteSettings settings)Constructs an instance of BigQueryWriteClient, using the given settings.static BigQueryWriteClientBigQueryWriteClient. create(BigQueryWriteStub stub)Constructs an instance of BigQueryWriteClient, using the given stub for making calls.Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type BigQueryWriteClient Modifier and Type Method Description static JsonStreamWriter.BuilderJsonStreamWriter. newBuilder(String streamOrTableName, TableSchema tableSchema, BigQueryWriteClient client)newBuilder that constructs a JsonStreamWriter builder.static StreamWriterV2.BuilderStreamWriterV2. newBuilder(String streamName, BigQueryWriteClient client)Constructs a newStreamWriterV2.Builderusing the given stream and client.Constructors in com.google.cloud.bigquery.storage.v1beta2 with parameters of type BigQueryWriteClient Constructor Description StreamConnection(BigQueryWriteClient client, StreamConnection.RequestCallback requestCallback, StreamConnection.DoneCallback doneCallback)
-