Module: Google::Cloud::Metastore::V1::DataprocMetastore

Defined in:
lib/google/cloud/metastore/v1/dataproc_metastore.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/rest.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/paths.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/client.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/operations.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/credentials.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/rest/client.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/rest/operations.rb,
lib/google/cloud/metastore/v1/dataproc_metastore/rest/service_stub.rb

Overview

Configures and manages metastore services. Metastore services are fully managed, highly available, autoscaled, autohealing, OSS-native deployments of technical metadata management software. Each metastore service exposes a network endpoint through which metadata queries are served. Metadata queries can originate from a variety of sources, including Apache Hive, Apache Presto, and Apache Spark.

The Dataproc Metastore API defines the following resource model:

  • The service works with a collection of Google Cloud projects, named: /projects/*
  • Each project has a collection of available locations, named: /locations/* (a location must refer to a Google Cloud region)
  • Each location has a collection of services, named: /services/*
  • Dataproc Metastore services are resources with names of the form:

/projects/{project_number}/locations/{location_id}/services/{service_id}.

To load this service and instantiate a REST client:

require "google/cloud/metastore/v1/dataproc_metastore/rest"
client = ::Google::Cloud::Metastore::V1::DataprocMetastore::Rest::Client.new

Defined Under Namespace

Modules: Paths, Rest Classes: Client, Credentials, Operations