Uses of Class
com.google.cloud.bigquery.storage.v1beta2.BigQueryReadClient
-
Packages that use BigQueryReadClient Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of BigQueryReadClient in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return BigQueryReadClient Modifier and Type Method Description static BigQueryReadClient
BigQueryReadClient. create()
Constructs an instance of BigQueryReadClient with default settings.static BigQueryReadClient
BigQueryReadClient. create(BigQueryReadSettings settings)
Constructs an instance of BigQueryReadClient, using the given settings.static BigQueryReadClient
BigQueryReadClient. create(EnhancedBigQueryReadStub stub)
Constructs an instance of BigQueryReadClient, using the given stub for making calls.
-