Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.stub.MetastoreServiceStubSettings
-
Packages that use MetastoreServiceStubSettings Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of MetastoreServiceStubSettings in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type MetastoreServiceStubSettings Modifier and Type Method Description static MetastoreServiceSettings
MetastoreServiceSettings. create(MetastoreServiceStubSettings stub)
-
Uses of MetastoreServiceStubSettings in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return MetastoreServiceStubSettings Modifier and Type Method Description MetastoreServiceStubSettings
MetastoreServiceStubSettings.Builder. build()
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub with parameters of type MetastoreServiceStubSettings Modifier and Type Method Description static GrpcMetastoreServiceStub
GrpcMetastoreServiceStub. create(MetastoreServiceStubSettings settings)
static HttpJsonMetastoreServiceStub
HttpJsonMetastoreServiceStub. create(MetastoreServiceStubSettings settings)
Constructors in com.google.cloud.bigquery.biglake.v1alpha1.stub with parameters of type MetastoreServiceStubSettings Constructor Description Builder(MetastoreServiceStubSettings settings)
GrpcMetastoreServiceStub(MetastoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcMetastoreServiceStub, using the given settings.GrpcMetastoreServiceStub(MetastoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcMetastoreServiceStub, using the given settings.HttpJsonMetastoreServiceStub(MetastoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonMetastoreServiceStub, using the given settings.HttpJsonMetastoreServiceStub(MetastoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonMetastoreServiceStub, using the given settings.
-