@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| MetastoreServiceClient |
Service Description: BigLake Metastore is a serverless, highly available, multi-tenant runtime
metastore for Google Cloud Data Analytics products.
|
| MetastoreServiceClient.ListCatalogsFixedSizeCollection | |
| MetastoreServiceClient.ListCatalogsPage | |
| MetastoreServiceClient.ListCatalogsPagedResponse | |
| MetastoreServiceClient.ListDatabasesFixedSizeCollection | |
| MetastoreServiceClient.ListDatabasesPage | |
| MetastoreServiceClient.ListDatabasesPagedResponse | |
| MetastoreServiceClient.ListTablesFixedSizeCollection | |
| MetastoreServiceClient.ListTablesPage | |
| MetastoreServiceClient.ListTablesPagedResponse | |
| MetastoreServiceSettings |
Settings class to configure an instance of
MetastoreServiceClient. |
| MetastoreServiceSettings.Builder |
Builder for MetastoreServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
======================= MetastoreServiceClient =======================
Service Description: BigLake Metastore is a serverless, highly available, multi-tenant runtime metastore for Google Cloud Data Analytics products.
The BigLake Metastore API defines the following resource model:
Sample for MetastoreServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (MetastoreServiceClient metastoreServiceClient = MetastoreServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
Catalog catalog = Catalog.newBuilder().build();
String catalogId = "catalogId1455933204";
Catalog response = metastoreServiceClient.createCatalog(parent, catalog, catalogId);
}
Copyright © 2025 Google LLC. All rights reserved.