Represents a DataplexService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.dataplex.v1.DataplexServicePackage
@google-cloud/dataplexConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new DataplexService service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
cancelJob(request, callback)
public cancelJob(request: google.cloud.dataplex.v1.ICancelJobRequest, callback: google.cloud.dataplex.v1.DataplexService.CancelJobCallback): void;
Calls CancelJob.
Name | Description |
request |
ICancelJobRequest
CancelJobRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.CancelJobCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
cancelJob(request)
public cancelJob(request: google.cloud.dataplex.v1.ICancelJobRequest): Promise<google.protobuf.Empty>;
Calls CancelJob.
Name | Description |
request |
ICancelJobRequest
CancelJobRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): DataplexService;
Creates new DataplexService 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 |
DataplexService | RPC service. Useful where requests and/or responses are streamed. |
createAsset(request, callback)
public createAsset(request: google.cloud.dataplex.v1.ICreateAssetRequest, callback: google.cloud.dataplex.v1.DataplexService.CreateAssetCallback): void;
Calls CreateAsset.
Name | Description |
request |
ICreateAssetRequest
CreateAssetRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.CreateAssetCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createAsset(request)
public createAsset(request: google.cloud.dataplex.v1.ICreateAssetRequest): Promise<google.longrunning.Operation>;
Calls CreateAsset.
Name | Description |
request |
ICreateAssetRequest
CreateAssetRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createEnvironment(request, callback)
public createEnvironment(request: google.cloud.dataplex.v1.ICreateEnvironmentRequest, callback: google.cloud.dataplex.v1.DataplexService.CreateEnvironmentCallback): void;
Calls CreateEnvironment.
Name | Description |
request |
ICreateEnvironmentRequest
CreateEnvironmentRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.CreateEnvironmentCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createEnvironment(request)
public createEnvironment(request: google.cloud.dataplex.v1.ICreateEnvironmentRequest): Promise<google.longrunning.Operation>;
Calls CreateEnvironment.
Name | Description |
request |
ICreateEnvironmentRequest
CreateEnvironmentRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createLake(request, callback)
public createLake(request: google.cloud.dataplex.v1.ICreateLakeRequest, callback: google.cloud.dataplex.v1.DataplexService.CreateLakeCallback): void;
Calls CreateLake.
Name | Description |
request |
ICreateLakeRequest
CreateLakeRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.CreateLakeCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createLake(request)
public createLake(request: google.cloud.dataplex.v1.ICreateLakeRequest): Promise<google.longrunning.Operation>;
Calls CreateLake.
Name | Description |
request |
ICreateLakeRequest
CreateLakeRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createTask(request, callback)
public createTask(request: google.cloud.dataplex.v1.ICreateTaskRequest, callback: google.cloud.dataplex.v1.DataplexService.CreateTaskCallback): void;
Calls CreateTask.
Name | Description |
request |
ICreateTaskRequest
CreateTaskRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.CreateTaskCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createTask(request)
public createTask(request: google.cloud.dataplex.v1.ICreateTaskRequest): Promise<google.longrunning.Operation>;
Calls CreateTask.
Name | Description |
request |
ICreateTaskRequest
CreateTaskRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createZone(request, callback)
public createZone(request: google.cloud.dataplex.v1.ICreateZoneRequest, callback: google.cloud.dataplex.v1.DataplexService.CreateZoneCallback): void;
Calls CreateZone.
Name | Description |
request |
ICreateZoneRequest
CreateZoneRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.CreateZoneCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createZone(request)
public createZone(request: google.cloud.dataplex.v1.ICreateZoneRequest): Promise<google.longrunning.Operation>;
Calls CreateZone.
Name | Description |
request |
ICreateZoneRequest
CreateZoneRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteAsset(request, callback)
public deleteAsset(request: google.cloud.dataplex.v1.IDeleteAssetRequest, callback: google.cloud.dataplex.v1.DataplexService.DeleteAssetCallback): void;
Calls DeleteAsset.
Name | Description |
request |
IDeleteAssetRequest
DeleteAssetRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.DeleteAssetCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteAsset(request)
public deleteAsset(request: google.cloud.dataplex.v1.IDeleteAssetRequest): Promise<google.longrunning.Operation>;
Calls DeleteAsset.
Name | Description |
request |
IDeleteAssetRequest
DeleteAssetRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteEnvironment(request, callback)
public deleteEnvironment(request: google.cloud.dataplex.v1.IDeleteEnvironmentRequest, callback: google.cloud.dataplex.v1.DataplexService.DeleteEnvironmentCallback): void;
Calls DeleteEnvironment.
Name | Description |
request |
IDeleteEnvironmentRequest
DeleteEnvironmentRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.DeleteEnvironmentCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteEnvironment(request)
public deleteEnvironment(request: google.cloud.dataplex.v1.IDeleteEnvironmentRequest): Promise<google.longrunning.Operation>;
Calls DeleteEnvironment.
Name | Description |
request |
IDeleteEnvironmentRequest
DeleteEnvironmentRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteLake(request, callback)
public deleteLake(request: google.cloud.dataplex.v1.IDeleteLakeRequest, callback: google.cloud.dataplex.v1.DataplexService.DeleteLakeCallback): void;
Calls DeleteLake.
Name | Description |
request |
IDeleteLakeRequest
DeleteLakeRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.DeleteLakeCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteLake(request)
public deleteLake(request: google.cloud.dataplex.v1.IDeleteLakeRequest): Promise<google.longrunning.Operation>;
Calls DeleteLake.
Name | Description |
request |
IDeleteLakeRequest
DeleteLakeRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteTask(request, callback)
public deleteTask(request: google.cloud.dataplex.v1.IDeleteTaskRequest, callback: google.cloud.dataplex.v1.DataplexService.DeleteTaskCallback): void;
Calls DeleteTask.
Name | Description |
request |
IDeleteTaskRequest
DeleteTaskRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.DeleteTaskCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteTask(request)
public deleteTask(request: google.cloud.dataplex.v1.IDeleteTaskRequest): Promise<google.longrunning.Operation>;
Calls DeleteTask.
Name | Description |
request |
IDeleteTaskRequest
DeleteTaskRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteZone(request, callback)
public deleteZone(request: google.cloud.dataplex.v1.IDeleteZoneRequest, callback: google.cloud.dataplex.v1.DataplexService.DeleteZoneCallback): void;
Calls DeleteZone.
Name | Description |
request |
IDeleteZoneRequest
DeleteZoneRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.DeleteZoneCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteZone(request)
public deleteZone(request: google.cloud.dataplex.v1.IDeleteZoneRequest): Promise<google.longrunning.Operation>;
Calls DeleteZone.
Name | Description |
request |
IDeleteZoneRequest
DeleteZoneRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
getAsset(request, callback)
public getAsset(request: google.cloud.dataplex.v1.IGetAssetRequest, callback: google.cloud.dataplex.v1.DataplexService.GetAssetCallback): void;
Calls GetAsset.
Name | Description |
request |
IGetAssetRequest
GetAssetRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.GetAssetCallback
Node-style callback called with the error, if any, and Asset |
Type | Description |
void |
getAsset(request)
public getAsset(request: google.cloud.dataplex.v1.IGetAssetRequest): Promise<google.cloud.dataplex.v1.Asset>;
Calls GetAsset.
Name | Description |
request |
IGetAssetRequest
GetAssetRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.Asset> | Promise |
getEnvironment(request, callback)
public getEnvironment(request: google.cloud.dataplex.v1.IGetEnvironmentRequest, callback: google.cloud.dataplex.v1.DataplexService.GetEnvironmentCallback): void;
Calls GetEnvironment.
Name | Description |
request |
IGetEnvironmentRequest
GetEnvironmentRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.GetEnvironmentCallback
Node-style callback called with the error, if any, and Environment |
Type | Description |
void |
getEnvironment(request)
public getEnvironment(request: google.cloud.dataplex.v1.IGetEnvironmentRequest): Promise<google.cloud.dataplex.v1.Environment>;
Calls GetEnvironment.
Name | Description |
request |
IGetEnvironmentRequest
GetEnvironmentRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.Environment> | Promise |
getJob(request, callback)
public getJob(request: google.cloud.dataplex.v1.IGetJobRequest, callback: google.cloud.dataplex.v1.DataplexService.GetJobCallback): void;
Calls GetJob.
Name | Description |
request |
IGetJobRequest
GetJobRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.GetJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
getJob(request)
public getJob(request: google.cloud.dataplex.v1.IGetJobRequest): Promise<google.cloud.dataplex.v1.Job>;
Calls GetJob.
Name | Description |
request |
IGetJobRequest
GetJobRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.Job> | Promise |
getLake(request, callback)
public getLake(request: google.cloud.dataplex.v1.IGetLakeRequest, callback: google.cloud.dataplex.v1.DataplexService.GetLakeCallback): void;
Calls GetLake.
Name | Description |
request |
IGetLakeRequest
GetLakeRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.GetLakeCallback
Node-style callback called with the error, if any, and Lake |
Type | Description |
void |
getLake(request)
public getLake(request: google.cloud.dataplex.v1.IGetLakeRequest): Promise<google.cloud.dataplex.v1.Lake>;
Calls GetLake.
Name | Description |
request |
IGetLakeRequest
GetLakeRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.Lake> | Promise |
getTask(request, callback)
public getTask(request: google.cloud.dataplex.v1.IGetTaskRequest, callback: google.cloud.dataplex.v1.DataplexService.GetTaskCallback): void;
Calls GetTask.
Name | Description |
request |
IGetTaskRequest
GetTaskRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.GetTaskCallback
Node-style callback called with the error, if any, and Task |
Type | Description |
void |
getTask(request)
public getTask(request: google.cloud.dataplex.v1.IGetTaskRequest): Promise<google.cloud.dataplex.v1.Task>;
Calls GetTask.
Name | Description |
request |
IGetTaskRequest
GetTaskRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.Task> | Promise |
getZone(request, callback)
public getZone(request: google.cloud.dataplex.v1.IGetZoneRequest, callback: google.cloud.dataplex.v1.DataplexService.GetZoneCallback): void;
Calls GetZone.
Name | Description |
request |
IGetZoneRequest
GetZoneRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.GetZoneCallback
Node-style callback called with the error, if any, and Zone |
Type | Description |
void |
getZone(request)
public getZone(request: google.cloud.dataplex.v1.IGetZoneRequest): Promise<google.cloud.dataplex.v1.Zone>;
Calls GetZone.
Name | Description |
request |
IGetZoneRequest
GetZoneRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.Zone> | Promise |
listAssetActions(request, callback)
public listAssetActions(request: google.cloud.dataplex.v1.IListAssetActionsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListAssetActionsCallback): void;
Calls ListAssetActions.
Name | Description |
request |
IListAssetActionsRequest
ListAssetActionsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListAssetActionsCallback
Node-style callback called with the error, if any, and ListActionsResponse |
Type | Description |
void |
listAssetActions(request)
public listAssetActions(request: google.cloud.dataplex.v1.IListAssetActionsRequest): Promise<google.cloud.dataplex.v1.ListActionsResponse>;
Calls ListAssetActions.
Name | Description |
request |
IListAssetActionsRequest
ListAssetActionsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListActionsResponse> | Promise |
listAssets(request, callback)
public listAssets(request: google.cloud.dataplex.v1.IListAssetsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListAssetsCallback): void;
Calls ListAssets.
Name | Description |
request |
IListAssetsRequest
ListAssetsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListAssetsCallback
Node-style callback called with the error, if any, and ListAssetsResponse |
Type | Description |
void |
listAssets(request)
public listAssets(request: google.cloud.dataplex.v1.IListAssetsRequest): Promise<google.cloud.dataplex.v1.ListAssetsResponse>;
Calls ListAssets.
Name | Description |
request |
IListAssetsRequest
ListAssetsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListAssetsResponse> | Promise |
listEnvironments(request, callback)
public listEnvironments(request: google.cloud.dataplex.v1.IListEnvironmentsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListEnvironmentsCallback): void;
Calls ListEnvironments.
Name | Description |
request |
IListEnvironmentsRequest
ListEnvironmentsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListEnvironmentsCallback
Node-style callback called with the error, if any, and ListEnvironmentsResponse |
Type | Description |
void |
listEnvironments(request)
public listEnvironments(request: google.cloud.dataplex.v1.IListEnvironmentsRequest): Promise<google.cloud.dataplex.v1.ListEnvironmentsResponse>;
Calls ListEnvironments.
Name | Description |
request |
IListEnvironmentsRequest
ListEnvironmentsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListEnvironmentsResponse> | Promise |
listJobs(request, callback)
public listJobs(request: google.cloud.dataplex.v1.IListJobsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListJobsCallback): void;
Calls ListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListJobsCallback
Node-style callback called with the error, if any, and ListJobsResponse |
Type | Description |
void |
listJobs(request)
public listJobs(request: google.cloud.dataplex.v1.IListJobsRequest): Promise<google.cloud.dataplex.v1.ListJobsResponse>;
Calls ListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListJobsResponse> | Promise |
listLakeActions(request, callback)
public listLakeActions(request: google.cloud.dataplex.v1.IListLakeActionsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListLakeActionsCallback): void;
Calls ListLakeActions.
Name | Description |
request |
IListLakeActionsRequest
ListLakeActionsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListLakeActionsCallback
Node-style callback called with the error, if any, and ListActionsResponse |
Type | Description |
void |
listLakeActions(request)
public listLakeActions(request: google.cloud.dataplex.v1.IListLakeActionsRequest): Promise<google.cloud.dataplex.v1.ListActionsResponse>;
Calls ListLakeActions.
Name | Description |
request |
IListLakeActionsRequest
ListLakeActionsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListActionsResponse> | Promise |
listLakes(request, callback)
public listLakes(request: google.cloud.dataplex.v1.IListLakesRequest, callback: google.cloud.dataplex.v1.DataplexService.ListLakesCallback): void;
Calls ListLakes.
Name | Description |
request |
IListLakesRequest
ListLakesRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListLakesCallback
Node-style callback called with the error, if any, and ListLakesResponse |
Type | Description |
void |
listLakes(request)
public listLakes(request: google.cloud.dataplex.v1.IListLakesRequest): Promise<google.cloud.dataplex.v1.ListLakesResponse>;
Calls ListLakes.
Name | Description |
request |
IListLakesRequest
ListLakesRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListLakesResponse> | Promise |
listSessions(request, callback)
public listSessions(request: google.cloud.dataplex.v1.IListSessionsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListSessionsCallback): void;
Calls ListSessions.
Name | Description |
request |
IListSessionsRequest
ListSessionsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListSessionsCallback
Node-style callback called with the error, if any, and ListSessionsResponse |
Type | Description |
void |
listSessions(request)
public listSessions(request: google.cloud.dataplex.v1.IListSessionsRequest): Promise<google.cloud.dataplex.v1.ListSessionsResponse>;
Calls ListSessions.
Name | Description |
request |
IListSessionsRequest
ListSessionsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListSessionsResponse> | Promise |
listTasks(request, callback)
public listTasks(request: google.cloud.dataplex.v1.IListTasksRequest, callback: google.cloud.dataplex.v1.DataplexService.ListTasksCallback): void;
Calls ListTasks.
Name | Description |
request |
IListTasksRequest
ListTasksRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListTasksCallback
Node-style callback called with the error, if any, and ListTasksResponse |
Type | Description |
void |
listTasks(request)
public listTasks(request: google.cloud.dataplex.v1.IListTasksRequest): Promise<google.cloud.dataplex.v1.ListTasksResponse>;
Calls ListTasks.
Name | Description |
request |
IListTasksRequest
ListTasksRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListTasksResponse> | Promise |
listZoneActions(request, callback)
public listZoneActions(request: google.cloud.dataplex.v1.IListZoneActionsRequest, callback: google.cloud.dataplex.v1.DataplexService.ListZoneActionsCallback): void;
Calls ListZoneActions.
Name | Description |
request |
IListZoneActionsRequest
ListZoneActionsRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListZoneActionsCallback
Node-style callback called with the error, if any, and ListActionsResponse |
Type | Description |
void |
listZoneActions(request)
public listZoneActions(request: google.cloud.dataplex.v1.IListZoneActionsRequest): Promise<google.cloud.dataplex.v1.ListActionsResponse>;
Calls ListZoneActions.
Name | Description |
request |
IListZoneActionsRequest
ListZoneActionsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListActionsResponse> | Promise |
listZones(request, callback)
public listZones(request: google.cloud.dataplex.v1.IListZonesRequest, callback: google.cloud.dataplex.v1.DataplexService.ListZonesCallback): void;
Calls ListZones.
Name | Description |
request |
IListZonesRequest
ListZonesRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.ListZonesCallback
Node-style callback called with the error, if any, and ListZonesResponse |
Type | Description |
void |
listZones(request)
public listZones(request: google.cloud.dataplex.v1.IListZonesRequest): Promise<google.cloud.dataplex.v1.ListZonesResponse>;
Calls ListZones.
Name | Description |
request |
IListZonesRequest
ListZonesRequest message or plain object |
Type | Description |
Promise<google.cloud.dataplex.v1.ListZonesResponse> | Promise |
updateAsset(request, callback)
public updateAsset(request: google.cloud.dataplex.v1.IUpdateAssetRequest, callback: google.cloud.dataplex.v1.DataplexService.UpdateAssetCallback): void;
Calls UpdateAsset.
Name | Description |
request |
IUpdateAssetRequest
UpdateAssetRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.UpdateAssetCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateAsset(request)
public updateAsset(request: google.cloud.dataplex.v1.IUpdateAssetRequest): Promise<google.longrunning.Operation>;
Calls UpdateAsset.
Name | Description |
request |
IUpdateAssetRequest
UpdateAssetRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateEnvironment(request, callback)
public updateEnvironment(request: google.cloud.dataplex.v1.IUpdateEnvironmentRequest, callback: google.cloud.dataplex.v1.DataplexService.UpdateEnvironmentCallback): void;
Calls UpdateEnvironment.
Name | Description |
request |
IUpdateEnvironmentRequest
UpdateEnvironmentRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.UpdateEnvironmentCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateEnvironment(request)
public updateEnvironment(request: google.cloud.dataplex.v1.IUpdateEnvironmentRequest): Promise<google.longrunning.Operation>;
Calls UpdateEnvironment.
Name | Description |
request |
IUpdateEnvironmentRequest
UpdateEnvironmentRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateLake(request, callback)
public updateLake(request: google.cloud.dataplex.v1.IUpdateLakeRequest, callback: google.cloud.dataplex.v1.DataplexService.UpdateLakeCallback): void;
Calls UpdateLake.
Name | Description |
request |
IUpdateLakeRequest
UpdateLakeRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.UpdateLakeCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateLake(request)
public updateLake(request: google.cloud.dataplex.v1.IUpdateLakeRequest): Promise<google.longrunning.Operation>;
Calls UpdateLake.
Name | Description |
request |
IUpdateLakeRequest
UpdateLakeRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateTask(request, callback)
public updateTask(request: google.cloud.dataplex.v1.IUpdateTaskRequest, callback: google.cloud.dataplex.v1.DataplexService.UpdateTaskCallback): void;
Calls UpdateTask.
Name | Description |
request |
IUpdateTaskRequest
UpdateTaskRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.UpdateTaskCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateTask(request)
public updateTask(request: google.cloud.dataplex.v1.IUpdateTaskRequest): Promise<google.longrunning.Operation>;
Calls UpdateTask.
Name | Description |
request |
IUpdateTaskRequest
UpdateTaskRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateZone(request, callback)
public updateZone(request: google.cloud.dataplex.v1.IUpdateZoneRequest, callback: google.cloud.dataplex.v1.DataplexService.UpdateZoneCallback): void;
Calls UpdateZone.
Name | Description |
request |
IUpdateZoneRequest
UpdateZoneRequest message or plain object |
callback |
google.cloud.dataplex.v1.DataplexService.UpdateZoneCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateZone(request)
public updateZone(request: google.cloud.dataplex.v1.IUpdateZoneRequest): Promise<google.longrunning.Operation>;
Calls UpdateZone.
Name | Description |
request |
IUpdateZoneRequest
UpdateZoneRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |