Uses of Class
com.google.cloud.bigquery.storage.v1.stub.BigQueryReadStubSettings
-
Packages that use BigQueryReadStubSettings Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1.stub -
-
Uses of BigQueryReadStubSettings in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type BigQueryReadStubSettings Modifier and Type Method Description static BaseBigQueryReadSettingsBaseBigQueryReadSettings. create(BigQueryReadStubSettings stub) -
Uses of BigQueryReadStubSettings in com.google.cloud.bigquery.storage.v1.stub
Methods in com.google.cloud.bigquery.storage.v1.stub that return BigQueryReadStubSettings Modifier and Type Method Description BigQueryReadStubSettingsBigQueryReadStubSettings.Builder. build()BigQueryReadStubSettingsEnhancedBigQueryReadStub. getStubSettings()Methods in com.google.cloud.bigquery.storage.v1.stub with parameters of type BigQueryReadStubSettings Modifier and Type Method Description static GrpcBigQueryReadStubGrpcBigQueryReadStub. create(BigQueryReadStubSettings settings)Constructors in com.google.cloud.bigquery.storage.v1.stub with parameters of type BigQueryReadStubSettings Constructor Description Builder(BigQueryReadStubSettings settings)GrpcBigQueryReadStub(BigQueryReadStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcBigQueryReadStub, using the given settings.GrpcBigQueryReadStub(BigQueryReadStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcBigQueryReadStub, using the given settings.
-