Package com.google.cloud.metastore.v1
Class DataprocMetastoreGrpc
- java.lang.Object
-
- com.google.cloud.metastore.v1.DataprocMetastoreGrpc
-
@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}`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic DataprocMetastoreGrpc.DataprocMetastoreFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DataprocMetastoreGrpc.DataprocMetastoreStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListServicesMethod
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
-
getGetServiceMethod
public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
-
getCreateServiceMethod
public static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation> getCreateServiceMethod()
-
getUpdateServiceMethod
public static io.grpc.MethodDescriptor<UpdateServiceRequest,com.google.longrunning.Operation> getUpdateServiceMethod()
-
getDeleteServiceMethod
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation> getDeleteServiceMethod()
-
getListMetadataImportsMethod
public static io.grpc.MethodDescriptor<ListMetadataImportsRequest,ListMetadataImportsResponse> getListMetadataImportsMethod()
-
getGetMetadataImportMethod
public static io.grpc.MethodDescriptor<GetMetadataImportRequest,MetadataImport> getGetMetadataImportMethod()
-
getCreateMetadataImportMethod
public static io.grpc.MethodDescriptor<CreateMetadataImportRequest,com.google.longrunning.Operation> getCreateMetadataImportMethod()
-
getUpdateMetadataImportMethod
public static io.grpc.MethodDescriptor<UpdateMetadataImportRequest,com.google.longrunning.Operation> getUpdateMetadataImportMethod()
-
getExportMetadataMethod
public static io.grpc.MethodDescriptor<ExportMetadataRequest,com.google.longrunning.Operation> getExportMetadataMethod()
-
getRestoreServiceMethod
public static io.grpc.MethodDescriptor<RestoreServiceRequest,com.google.longrunning.Operation> getRestoreServiceMethod()
-
getListBackupsMethod
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
-
getGetBackupMethod
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
-
getCreateBackupMethod
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
-
getDeleteBackupMethod
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
-
getQueryMetadataMethod
public static io.grpc.MethodDescriptor<QueryMetadataRequest,com.google.longrunning.Operation> getQueryMetadataMethod()
-
getMoveTableToDatabaseMethod
public static io.grpc.MethodDescriptor<MoveTableToDatabaseRequest,com.google.longrunning.Operation> getMoveTableToDatabaseMethod()
-
getAlterMetadataResourceLocationMethod
public static io.grpc.MethodDescriptor<AlterMetadataResourceLocationRequest,com.google.longrunning.Operation> getAlterMetadataResourceLocationMethod()
-
newStub
public static DataprocMetastoreGrpc.DataprocMetastoreStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DataprocMetastoreGrpc.DataprocMetastoreBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DataprocMetastoreGrpc.DataprocMetastoreFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DataprocMetastoreGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-