Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.GetCatalogRequest
-
Packages that use GetCatalogRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of GetCatalogRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return GetCatalogRequest Modifier and Type Method Description GetCatalogRequest
GetCatalogRequest.Builder. build()
GetCatalogRequest
GetCatalogRequest.Builder. buildPartial()
static GetCatalogRequest
GetCatalogRequest. getDefaultInstance()
GetCatalogRequest
GetCatalogRequest.Builder. getDefaultInstanceForType()
GetCatalogRequest
GetCatalogRequest. getDefaultInstanceForType()
static GetCatalogRequest
GetCatalogRequest. parseDelimitedFrom(InputStream input)
static GetCatalogRequest
GetCatalogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogRequest
GetCatalogRequest. parseFrom(byte[] data)
static GetCatalogRequest
GetCatalogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogRequest
GetCatalogRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCatalogRequest
GetCatalogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogRequest
GetCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCatalogRequest
GetCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogRequest
GetCatalogRequest. parseFrom(InputStream input)
static GetCatalogRequest
GetCatalogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCatalogRequest
GetCatalogRequest. parseFrom(ByteBuffer data)
static GetCatalogRequest
GetCatalogRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type GetCatalogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCatalogRequest,Catalog>
MetastoreServiceClient. getCatalogCallable()
Gets the catalog specified by the resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogRequest,Catalog>
MetastoreServiceSettings.Builder. getCatalogSettings()
Returns the builder for the settings used for calls to getCatalog.com.google.api.gax.rpc.UnaryCallSettings<GetCatalogRequest,Catalog>
MetastoreServiceSettings. getCatalogSettings()
Returns the object with the settings used for calls to getCatalog.static io.grpc.MethodDescriptor<GetCatalogRequest,Catalog>
MetastoreServiceGrpc. getGetCatalogMethod()
com.google.protobuf.Parser<GetCatalogRequest>
GetCatalogRequest. getParserForType()
static com.google.protobuf.Parser<GetCatalogRequest>
GetCatalogRequest. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type GetCatalogRequest Modifier and Type Method Description Catalog
MetastoreServiceClient. getCatalog(GetCatalogRequest request)
Gets the catalog specified by the resource name.default void
MetastoreServiceGrpc.AsyncService. getCatalog(GetCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Gets the catalog specified by the resource name.Catalog
MetastoreServiceGrpc.MetastoreServiceBlockingStub. getCatalog(GetCatalogRequest request)
Gets the catalog specified by the resource name.com.google.common.util.concurrent.ListenableFuture<Catalog>
MetastoreServiceGrpc.MetastoreServiceFutureStub. getCatalog(GetCatalogRequest request)
Gets the catalog specified by the resource name.void
MetastoreServiceGrpc.MetastoreServiceStub. getCatalog(GetCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Gets the catalog specified by the resource name.GetCatalogRequest.Builder
GetCatalogRequest.Builder. mergeFrom(GetCatalogRequest other)
static GetCatalogRequest.Builder
GetCatalogRequest. newBuilder(GetCatalogRequest prototype)
-
Uses of GetCatalogRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type GetCatalogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCatalogRequest,Catalog>
GrpcMetastoreServiceStub. getCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<GetCatalogRequest,Catalog>
HttpJsonMetastoreServiceStub. getCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<GetCatalogRequest,Catalog>
MetastoreServiceStub. getCatalogCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogRequest,Catalog>
MetastoreServiceStubSettings.Builder. getCatalogSettings()
Returns the builder for the settings used for calls to getCatalog.com.google.api.gax.rpc.UnaryCallSettings<GetCatalogRequest,Catalog>
MetastoreServiceStubSettings. getCatalogSettings()
Returns the object with the settings used for calls to getCatalog.
-