Represents a DataprocMetastore
Inheritance
$protobuf.rpc.Service > protos.google.cloud.metastore.v1.DataprocMetastorePackage
@google-cloud/dataproc-metastoreConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new DataprocMetastore service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): DataprocMetastore;
Creates new DataprocMetastore service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
DataprocMetastore | RPC service. Useful where requests and/or responses are streamed. |
createBackup(request, callback)
public createBackup(request: google.cloud.metastore.v1.ICreateBackupRequest, callback: google.cloud.metastore.v1.DataprocMetastore.CreateBackupCallback): void;
Calls CreateBackup.
Name | Description |
request |
ICreateBackupRequest
CreateBackupRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.CreateBackupCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createBackup(request)
public createBackup(request: google.cloud.metastore.v1.ICreateBackupRequest): Promise<google.longrunning.Operation>;
Calls CreateBackup.
Name | Description |
request |
ICreateBackupRequest
CreateBackupRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createMetadataImport(request, callback)
public createMetadataImport(request: google.cloud.metastore.v1.ICreateMetadataImportRequest, callback: google.cloud.metastore.v1.DataprocMetastore.CreateMetadataImportCallback): void;
Calls CreateMetadataImport.
Name | Description |
request |
google.cloud.metastore.v1.ICreateMetadataImportRequest
CreateMetadataImportRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.CreateMetadataImportCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createMetadataImport(request)
public createMetadataImport(request: google.cloud.metastore.v1.ICreateMetadataImportRequest): Promise<google.longrunning.Operation>;
Calls CreateMetadataImport.
Name | Description |
request |
google.cloud.metastore.v1.ICreateMetadataImportRequest
CreateMetadataImportRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createService(request, callback)
public createService(request: google.cloud.metastore.v1.ICreateServiceRequest, callback: google.cloud.metastore.v1.DataprocMetastore.CreateServiceCallback): void;
Calls CreateService.
Name | Description |
request |
google.cloud.metastore.v1.ICreateServiceRequest
CreateServiceRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.CreateServiceCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createService(request)
public createService(request: google.cloud.metastore.v1.ICreateServiceRequest): Promise<google.longrunning.Operation>;
Calls CreateService.
Name | Description |
request |
google.cloud.metastore.v1.ICreateServiceRequest
CreateServiceRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteBackup(request, callback)
public deleteBackup(request: google.cloud.metastore.v1.IDeleteBackupRequest, callback: google.cloud.metastore.v1.DataprocMetastore.DeleteBackupCallback): void;
Calls DeleteBackup.
Name | Description |
request |
google.cloud.metastore.v1.IDeleteBackupRequest
DeleteBackupRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.DeleteBackupCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteBackup(request)
public deleteBackup(request: google.cloud.metastore.v1.IDeleteBackupRequest): Promise<google.longrunning.Operation>;
Calls DeleteBackup.
Name | Description |
request |
google.cloud.metastore.v1.IDeleteBackupRequest
DeleteBackupRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteService(request, callback)
public deleteService(request: google.cloud.metastore.v1.IDeleteServiceRequest, callback: google.cloud.metastore.v1.DataprocMetastore.DeleteServiceCallback): void;
Calls DeleteService.
Name | Description |
request |
IDeleteServiceRequest
DeleteServiceRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.DeleteServiceCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteService(request)
public deleteService(request: google.cloud.metastore.v1.IDeleteServiceRequest): Promise<google.longrunning.Operation>;
Calls DeleteService.
Name | Description |
request |
IDeleteServiceRequest
DeleteServiceRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
exportMetadata(request, callback)
public exportMetadata(request: google.cloud.metastore.v1.IExportMetadataRequest, callback: google.cloud.metastore.v1.DataprocMetastore.ExportMetadataCallback): void;
Calls ExportMetadata.
Name | Description |
request |
google.cloud.metastore.v1.IExportMetadataRequest
ExportMetadataRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.ExportMetadataCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
exportMetadata(request)
public exportMetadata(request: google.cloud.metastore.v1.IExportMetadataRequest): Promise<google.longrunning.Operation>;
Calls ExportMetadata.
Name | Description |
request |
google.cloud.metastore.v1.IExportMetadataRequest
ExportMetadataRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
getBackup(request, callback)
public getBackup(request: google.cloud.metastore.v1.IGetBackupRequest, callback: google.cloud.metastore.v1.DataprocMetastore.GetBackupCallback): void;
Calls GetBackup.
Name | Description |
request |
IGetBackupRequest
GetBackupRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.GetBackupCallback
Node-style callback called with the error, if any, and Backup |
Type | Description |
void |
getBackup(request)
public getBackup(request: google.cloud.metastore.v1.IGetBackupRequest): Promise<google.cloud.metastore.v1.Backup>;
Calls GetBackup.
Name | Description |
request |
IGetBackupRequest
GetBackupRequest message or plain object |
Type | Description |
Promise<google.cloud.metastore.v1.Backup> | Promise |
getMetadataImport(request, callback)
public getMetadataImport(request: google.cloud.metastore.v1.IGetMetadataImportRequest, callback: google.cloud.metastore.v1.DataprocMetastore.GetMetadataImportCallback): void;
Calls GetMetadataImport.
Name | Description |
request |
google.cloud.metastore.v1.IGetMetadataImportRequest
GetMetadataImportRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.GetMetadataImportCallback
Node-style callback called with the error, if any, and MetadataImport |
Type | Description |
void |
getMetadataImport(request)
public getMetadataImport(request: google.cloud.metastore.v1.IGetMetadataImportRequest): Promise<google.cloud.metastore.v1.MetadataImport>;
Calls GetMetadataImport.
Name | Description |
request |
google.cloud.metastore.v1.IGetMetadataImportRequest
GetMetadataImportRequest message or plain object |
Type | Description |
Promise<google.cloud.metastore.v1.MetadataImport> | Promise |
getService(request, callback)
public getService(request: google.cloud.metastore.v1.IGetServiceRequest, callback: google.cloud.metastore.v1.DataprocMetastore.GetServiceCallback): void;
Calls GetService.
Name | Description |
request |
google.cloud.metastore.v1.IGetServiceRequest
GetServiceRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.GetServiceCallback
Node-style callback called with the error, if any, and Service |
Type | Description |
void |
getService(request)
public getService(request: google.cloud.metastore.v1.IGetServiceRequest): Promise<google.cloud.metastore.v1.Service>;
Calls GetService.
Name | Description |
request |
google.cloud.metastore.v1.IGetServiceRequest
GetServiceRequest message or plain object |
Type | Description |
Promise<google.cloud.metastore.v1.Service> | Promise |
listBackups(request, callback)
public listBackups(request: google.cloud.metastore.v1.IListBackupsRequest, callback: google.cloud.metastore.v1.DataprocMetastore.ListBackupsCallback): void;
Calls ListBackups.
Name | Description |
request |
google.cloud.metastore.v1.IListBackupsRequest
ListBackupsRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.ListBackupsCallback
Node-style callback called with the error, if any, and ListBackupsResponse |
Type | Description |
void |
listBackups(request)
public listBackups(request: google.cloud.metastore.v1.IListBackupsRequest): Promise<google.cloud.metastore.v1.ListBackupsResponse>;
Calls ListBackups.
Name | Description |
request |
google.cloud.metastore.v1.IListBackupsRequest
ListBackupsRequest message or plain object |
Type | Description |
Promise<google.cloud.metastore.v1.ListBackupsResponse> | Promise |
listMetadataImports(request, callback)
public listMetadataImports(request: google.cloud.metastore.v1.IListMetadataImportsRequest, callback: google.cloud.metastore.v1.DataprocMetastore.ListMetadataImportsCallback): void;
Calls ListMetadataImports.
Name | Description |
request |
google.cloud.metastore.v1.IListMetadataImportsRequest
ListMetadataImportsRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.ListMetadataImportsCallback
Node-style callback called with the error, if any, and ListMetadataImportsResponse |
Type | Description |
void |
listMetadataImports(request)
public listMetadataImports(request: google.cloud.metastore.v1.IListMetadataImportsRequest): Promise<google.cloud.metastore.v1.ListMetadataImportsResponse>;
Calls ListMetadataImports.
Name | Description |
request |
google.cloud.metastore.v1.IListMetadataImportsRequest
ListMetadataImportsRequest message or plain object |
Type | Description |
Promise<google.cloud.metastore.v1.ListMetadataImportsResponse> | Promise |
listServices(request, callback)
public listServices(request: google.cloud.metastore.v1.IListServicesRequest, callback: google.cloud.metastore.v1.DataprocMetastore.ListServicesCallback): void;
Calls ListServices.
Name | Description |
request |
google.cloud.metastore.v1.IListServicesRequest
ListServicesRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.ListServicesCallback
Node-style callback called with the error, if any, and ListServicesResponse |
Type | Description |
void |
listServices(request)
public listServices(request: google.cloud.metastore.v1.IListServicesRequest): Promise<google.cloud.metastore.v1.ListServicesResponse>;
Calls ListServices.
Name | Description |
request |
google.cloud.metastore.v1.IListServicesRequest
ListServicesRequest message or plain object |
Type | Description |
Promise<google.cloud.metastore.v1.ListServicesResponse> | Promise |
restoreService(request, callback)
public restoreService(request: google.cloud.metastore.v1.IRestoreServiceRequest, callback: google.cloud.metastore.v1.DataprocMetastore.RestoreServiceCallback): void;
Calls RestoreService.
Name | Description |
request |
google.cloud.metastore.v1.IRestoreServiceRequest
RestoreServiceRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.RestoreServiceCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
restoreService(request)
public restoreService(request: google.cloud.metastore.v1.IRestoreServiceRequest): Promise<google.longrunning.Operation>;
Calls RestoreService.
Name | Description |
request |
google.cloud.metastore.v1.IRestoreServiceRequest
RestoreServiceRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateMetadataImport(request, callback)
public updateMetadataImport(request: google.cloud.metastore.v1.IUpdateMetadataImportRequest, callback: google.cloud.metastore.v1.DataprocMetastore.UpdateMetadataImportCallback): void;
Calls UpdateMetadataImport.
Name | Description |
request |
google.cloud.metastore.v1.IUpdateMetadataImportRequest
UpdateMetadataImportRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.UpdateMetadataImportCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateMetadataImport(request)
public updateMetadataImport(request: google.cloud.metastore.v1.IUpdateMetadataImportRequest): Promise<google.longrunning.Operation>;
Calls UpdateMetadataImport.
Name | Description |
request |
google.cloud.metastore.v1.IUpdateMetadataImportRequest
UpdateMetadataImportRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateService(request, callback)
public updateService(request: google.cloud.metastore.v1.IUpdateServiceRequest, callback: google.cloud.metastore.v1.DataprocMetastore.UpdateServiceCallback): void;
Calls UpdateService.
Name | Description |
request |
google.cloud.metastore.v1.IUpdateServiceRequest
UpdateServiceRequest message or plain object |
callback |
google.cloud.metastore.v1.DataprocMetastore.UpdateServiceCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateService(request)
public updateService(request: google.cloud.metastore.v1.IUpdateServiceRequest): Promise<google.longrunning.Operation>;
Calls UpdateService.
Name | Description |
request |
google.cloud.metastore.v1.IUpdateServiceRequest
UpdateServiceRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |