Struct googapis::google::cloud::metastore::v1alpha::dataproc_metastore_client::DataprocMetastoreClient[][src]

pub struct DataprocMetastoreClient<T> { /* fields omitted */ }
Expand description

Configures and manages metastore services. Metastore services are fully managed, highly available, auto-scaled, auto-healing, 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}.

Implementations

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

Lists services in a project and location.

Gets the details of a single service.

Creates a metastore service in a project and location.

Updates the parameters of a single service.

Deletes a single service.

Lists imports in a service.

Gets details of a single import.

Creates a new MetadataImport in a given project and location.

Updates a single import. Only the description field of MetadataImport is supported to be updated.

Exports metadata from a service.

Restores a service from a backup.

Lists backups in a service.

Gets details of a single backup.

Creates a new Backup in a given project and location.

Deletes a single backup.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more