Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.Catalog
-
Packages that use Catalog Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of Catalog in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return Catalog Modifier and Type Method Description Catalog
Catalog.Builder. build()
Catalog
Catalog.Builder. buildPartial()
Catalog
MetastoreServiceClient. createCatalog(CreateCatalogRequest request)
Creates a new catalog.Catalog
MetastoreServiceClient. createCatalog(LocationName parent, Catalog catalog, String catalogId)
Creates a new catalog.Catalog
MetastoreServiceClient. createCatalog(String parent, Catalog catalog, String catalogId)
Creates a new catalog.Catalog
MetastoreServiceGrpc.MetastoreServiceBlockingStub. createCatalog(CreateCatalogRequest request)
Creates a new catalog.Catalog
MetastoreServiceClient. deleteCatalog(CatalogName name)
Deletes an existing catalog specified by the catalog ID.Catalog
MetastoreServiceClient. deleteCatalog(DeleteCatalogRequest request)
Deletes an existing catalog specified by the catalog ID.Catalog
MetastoreServiceClient. deleteCatalog(String name)
Deletes an existing catalog specified by the catalog ID.Catalog
MetastoreServiceGrpc.MetastoreServiceBlockingStub. deleteCatalog(DeleteCatalogRequest request)
Deletes an existing catalog specified by the catalog ID.Catalog
CreateCatalogRequest.Builder. getCatalog()
Required.Catalog
CreateCatalogRequest. getCatalog()
Required.Catalog
CreateCatalogRequestOrBuilder. getCatalog()
Required.Catalog
MetastoreServiceClient. getCatalog(CatalogName name)
Gets the catalog specified by the resource name.Catalog
MetastoreServiceClient. getCatalog(GetCatalogRequest request)
Gets the catalog specified by the resource name.Catalog
MetastoreServiceClient. getCatalog(String name)
Gets the catalog specified by the resource name.Catalog
MetastoreServiceGrpc.MetastoreServiceBlockingStub. getCatalog(GetCatalogRequest request)
Gets the catalog specified by the resource name.Catalog
ListCatalogsResponse.Builder. getCatalogs(int index)
The catalogs from the specified project.Catalog
ListCatalogsResponse. getCatalogs(int index)
The catalogs from the specified project.Catalog
ListCatalogsResponseOrBuilder. getCatalogs(int index)
The catalogs from the specified project.static Catalog
Catalog. getDefaultInstance()
Catalog
Catalog.Builder. getDefaultInstanceForType()
Catalog
Catalog. getDefaultInstanceForType()
static Catalog
Catalog. parseDelimitedFrom(InputStream input)
static Catalog
Catalog. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(byte[] data)
static Catalog
Catalog. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(com.google.protobuf.ByteString data)
static Catalog
Catalog. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(com.google.protobuf.CodedInputStream input)
static Catalog
Catalog. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(InputStream input)
static Catalog
Catalog. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Catalog
Catalog. parseFrom(ByteBuffer data)
static Catalog
Catalog. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type Catalog Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Catalog>
MetastoreServiceGrpc.MetastoreServiceFutureStub. createCatalog(CreateCatalogRequest request)
Creates a new catalog.com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>
MetastoreServiceClient. createCatalogCallable()
Creates a new catalog.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,Catalog>
MetastoreServiceSettings.Builder. createCatalogSettings()
Returns the builder for the settings used for calls to createCatalog.com.google.api.gax.rpc.UnaryCallSettings<CreateCatalogRequest,Catalog>
MetastoreServiceSettings. createCatalogSettings()
Returns the object with the settings used for calls to createCatalog.com.google.common.util.concurrent.ListenableFuture<Catalog>
MetastoreServiceGrpc.MetastoreServiceFutureStub. deleteCatalog(DeleteCatalogRequest request)
Deletes an existing catalog specified by the catalog ID.com.google.api.gax.rpc.UnaryCallable<DeleteCatalogRequest,Catalog>
MetastoreServiceClient. deleteCatalogCallable()
Deletes an existing catalog specified by the catalog ID.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogRequest,Catalog>
MetastoreServiceSettings.Builder. deleteCatalogSettings()
Returns the builder for the settings used for calls to deleteCatalog.com.google.api.gax.rpc.UnaryCallSettings<DeleteCatalogRequest,Catalog>
MetastoreServiceSettings. deleteCatalogSettings()
Returns the object with the settings used for calls to deleteCatalog.com.google.common.util.concurrent.ListenableFuture<Catalog>
MetastoreServiceGrpc.MetastoreServiceFutureStub. getCatalog(GetCatalogRequest request)
Gets the catalog specified by the resource name.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.List<Catalog>
ListCatalogsResponse.Builder. getCatalogsList()
The catalogs from the specified project.List<Catalog>
ListCatalogsResponse. getCatalogsList()
The catalogs from the specified project.List<Catalog>
ListCatalogsResponseOrBuilder. getCatalogsList()
The catalogs from the specified project.static io.grpc.MethodDescriptor<CreateCatalogRequest,Catalog>
MetastoreServiceGrpc. getCreateCatalogMethod()
static io.grpc.MethodDescriptor<DeleteCatalogRequest,Catalog>
MetastoreServiceGrpc. getDeleteCatalogMethod()
static io.grpc.MethodDescriptor<GetCatalogRequest,Catalog>
MetastoreServiceGrpc. getGetCatalogMethod()
com.google.protobuf.Parser<Catalog>
Catalog. getParserForType()
static com.google.protobuf.Parser<Catalog>
Catalog. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type Catalog Modifier and Type Method Description ListCatalogsResponse.Builder
ListCatalogsResponse.Builder. addCatalogs(int index, Catalog value)
The catalogs from the specified project.ListCatalogsResponse.Builder
ListCatalogsResponse.Builder. addCatalogs(Catalog value)
The catalogs from the specified project.Catalog
MetastoreServiceClient. createCatalog(LocationName parent, Catalog catalog, String catalogId)
Creates a new catalog.Catalog
MetastoreServiceClient. createCatalog(String parent, Catalog catalog, String catalogId)
Creates a new catalog.CreateCatalogRequest.Builder
CreateCatalogRequest.Builder. mergeCatalog(Catalog value)
Required.Catalog.Builder
Catalog.Builder. mergeFrom(Catalog other)
static Catalog.Builder
Catalog. newBuilder(Catalog prototype)
CreateCatalogRequest.Builder
CreateCatalogRequest.Builder. setCatalog(Catalog value)
Required.ListCatalogsResponse.Builder
ListCatalogsResponse.Builder. setCatalogs(int index, Catalog value)
The catalogs from the specified project.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type Catalog Modifier and Type Method Description ListCatalogsResponse.Builder
ListCatalogsResponse.Builder. addAllCatalogs(Iterable<? extends Catalog> values)
The catalogs from the specified project.static com.google.api.core.ApiFuture<MetastoreServiceClient.ListCatalogsPagedResponse>
MetastoreServiceClient.ListCatalogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
default void
MetastoreServiceGrpc.AsyncService. createCatalog(CreateCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Creates a new catalog.void
MetastoreServiceGrpc.MetastoreServiceStub. createCatalog(CreateCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Creates a new catalog.protected MetastoreServiceClient.ListCatalogsPage
MetastoreServiceClient.ListCatalogsPage. createPage(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
com.google.api.core.ApiFuture<MetastoreServiceClient.ListCatalogsPage>
MetastoreServiceClient.ListCatalogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
default void
MetastoreServiceGrpc.AsyncService. deleteCatalog(DeleteCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Deletes an existing catalog specified by the catalog ID.void
MetastoreServiceGrpc.MetastoreServiceStub. deleteCatalog(DeleteCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Deletes an existing catalog specified by the catalog ID.default void
MetastoreServiceGrpc.AsyncService. getCatalog(GetCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
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. -
Uses of Catalog in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type Catalog Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>
GrpcMetastoreServiceStub. createCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>
HttpJsonMetastoreServiceStub. createCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>
MetastoreServiceStub. createCatalogCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,Catalog>
MetastoreServiceStubSettings.Builder. createCatalogSettings()
Returns the builder for the settings used for calls to createCatalog.com.google.api.gax.rpc.UnaryCallSettings<CreateCatalogRequest,Catalog>
MetastoreServiceStubSettings. createCatalogSettings()
Returns the object with the settings used for calls to createCatalog.com.google.api.gax.rpc.UnaryCallable<DeleteCatalogRequest,Catalog>
GrpcMetastoreServiceStub. deleteCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteCatalogRequest,Catalog>
HttpJsonMetastoreServiceStub. deleteCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteCatalogRequest,Catalog>
MetastoreServiceStub. deleteCatalogCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogRequest,Catalog>
MetastoreServiceStubSettings.Builder. deleteCatalogSettings()
Returns the builder for the settings used for calls to deleteCatalog.com.google.api.gax.rpc.UnaryCallSettings<DeleteCatalogRequest,Catalog>
MetastoreServiceStubSettings. deleteCatalogSettings()
Returns the object with the settings used for calls to deleteCatalog.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.
-