Class HiveMetastoreServiceGrpc (0.76.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicfinalclassHiveMetastoreServiceGrpc
Hive Metastore Service is a biglake service that allows users to manage
their external Hive catalogs. Full API compatibility with OSS Hive Metastore
APIs is not supported. The methods match the Hive Metastore API spec mostly
except for a few exceptions.
These include listing resources with pattern,
environment context which are combined in a single List API, return of
ListResponse object instead of a list of resources, transactions, locks, etc.
The BigLake Hive Metastore API defines the following resources:
A collection of Google Cloud projects: /projects/*
Each project has a collection of catalogs: /catalogs/*
Each catalog has a collection of databases: /databases/*
Each database has a collection of tables: /tables/*
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-29 UTC."],[],[]]