@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/metastore/v1/metastore.proto") public final class DataprocMetastoreGrpc extends Object
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}`.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataprocMetastoreGrpc.AsyncService
Configures and manages metastore services.
|
static class |
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub
A stub to allow clients to do synchronous rpc calls to service DataprocMetastore.
|
static class |
DataprocMetastoreGrpc.DataprocMetastoreFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DataprocMetastore.
|
static class |
DataprocMetastoreGrpc.DataprocMetastoreImplBase
Base class for the server implementation of the service DataprocMetastore.
|
static class |
DataprocMetastoreGrpc.DataprocMetastoreStub
A stub to allow clients to do asynchronous rpc calls to service DataprocMetastore.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(DataprocMetastoreGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<AlterMetadataResourceLocationRequest,com.google.longrunning.Operation> |
getAlterMetadataResourceLocationMethod() |
static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> |
getCreateBackupMethod() |
static io.grpc.MethodDescriptor<CreateMetadataImportRequest,com.google.longrunning.Operation> |
getCreateMetadataImportMethod() |
static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation> |
getCreateServiceMethod() |
static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> |
getDeleteBackupMethod() |
static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation> |
getDeleteServiceMethod() |
static io.grpc.MethodDescriptor<ExportMetadataRequest,com.google.longrunning.Operation> |
getExportMetadataMethod() |
static io.grpc.MethodDescriptor<GetBackupRequest,Backup> |
getGetBackupMethod() |
static io.grpc.MethodDescriptor<GetMetadataImportRequest,MetadataImport> |
getGetMetadataImportMethod() |
static io.grpc.MethodDescriptor<GetServiceRequest,Service> |
getGetServiceMethod() |
static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> |
getListBackupsMethod() |
static io.grpc.MethodDescriptor<ListMetadataImportsRequest,ListMetadataImportsResponse> |
getListMetadataImportsMethod() |
static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> |
getListServicesMethod() |
static io.grpc.MethodDescriptor<MoveTableToDatabaseRequest,com.google.longrunning.Operation> |
getMoveTableToDatabaseMethod() |
static io.grpc.MethodDescriptor<QueryMetadataRequest,com.google.longrunning.Operation> |
getQueryMetadataMethod() |
static io.grpc.MethodDescriptor<RestoreServiceRequest,com.google.longrunning.Operation> |
getRestoreServiceMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateMetadataImportRequest,com.google.longrunning.Operation> |
getUpdateMetadataImportMethod() |
static io.grpc.MethodDescriptor<UpdateServiceRequest,com.google.longrunning.Operation> |
getUpdateServiceMethod() |
static DataprocMetastoreGrpc.DataprocMetastoreBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DataprocMetastoreGrpc.DataprocMetastoreFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DataprocMetastoreGrpc.DataprocMetastoreStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
public static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation> getCreateServiceMethod()
public static io.grpc.MethodDescriptor<UpdateServiceRequest,com.google.longrunning.Operation> getUpdateServiceMethod()
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation> getDeleteServiceMethod()
public static io.grpc.MethodDescriptor<ListMetadataImportsRequest,ListMetadataImportsResponse> getListMetadataImportsMethod()
public static io.grpc.MethodDescriptor<GetMetadataImportRequest,MetadataImport> getGetMetadataImportMethod()
public static io.grpc.MethodDescriptor<CreateMetadataImportRequest,com.google.longrunning.Operation> getCreateMetadataImportMethod()
public static io.grpc.MethodDescriptor<UpdateMetadataImportRequest,com.google.longrunning.Operation> getUpdateMetadataImportMethod()
public static io.grpc.MethodDescriptor<ExportMetadataRequest,com.google.longrunning.Operation> getExportMetadataMethod()
public static io.grpc.MethodDescriptor<RestoreServiceRequest,com.google.longrunning.Operation> getRestoreServiceMethod()
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
public static io.grpc.MethodDescriptor<QueryMetadataRequest,com.google.longrunning.Operation> getQueryMetadataMethod()
public static io.grpc.MethodDescriptor<MoveTableToDatabaseRequest,com.google.longrunning.Operation> getMoveTableToDatabaseMethod()
public static io.grpc.MethodDescriptor<AlterMetadataResourceLocationRequest,com.google.longrunning.Operation> getAlterMetadataResourceLocationMethod()
public static DataprocMetastoreGrpc.DataprocMetastoreStub newStub(io.grpc.Channel channel)
public static DataprocMetastoreGrpc.DataprocMetastoreBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DataprocMetastoreGrpc.DataprocMetastoreFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(DataprocMetastoreGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.