Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.bigquery.biglake.v1alpha1

A client to BigLake API The interfaces provided are listed below, along with usage samples.

See: Description

Package com.google.cloud.bigquery.biglake.v1alpha1 Description

A client to BigLake API

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);
 }
 
Skip navigation links

Copyright © 2025 Google LLC. All rights reserved.