Represents a CloudDeploy
Inheritance
$protobuf.rpc.Service > protos.google.cloud.deploy.v1.CloudDeployPackage
@google-cloud/deployConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new CloudDeploy service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
approveRollout(request, callback)
public approveRollout(request: google.cloud.deploy.v1.IApproveRolloutRequest, callback: google.cloud.deploy.v1.CloudDeploy.ApproveRolloutCallback): void;
Calls ApproveRollout.
Name | Description |
request |
google.cloud.deploy.v1.IApproveRolloutRequest
ApproveRolloutRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.ApproveRolloutCallback
Node-style callback called with the error, if any, and ApproveRolloutResponse |
Type | Description |
void |
approveRollout(request)
public approveRollout(request: google.cloud.deploy.v1.IApproveRolloutRequest): Promise<google.cloud.deploy.v1.ApproveRolloutResponse>;
Calls ApproveRollout.
Name | Description |
request |
google.cloud.deploy.v1.IApproveRolloutRequest
ApproveRolloutRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.ApproveRolloutResponse> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): CloudDeploy;
Creates new CloudDeploy 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 |
CloudDeploy | RPC service. Useful where requests and/or responses are streamed. |
createDeliveryPipeline(request, callback)
public createDeliveryPipeline(request: google.cloud.deploy.v1.ICreateDeliveryPipelineRequest, callback: google.cloud.deploy.v1.CloudDeploy.CreateDeliveryPipelineCallback): void;
Calls CreateDeliveryPipeline.
Name | Description |
request |
google.cloud.deploy.v1.ICreateDeliveryPipelineRequest
CreateDeliveryPipelineRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.CreateDeliveryPipelineCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createDeliveryPipeline(request)
public createDeliveryPipeline(request: google.cloud.deploy.v1.ICreateDeliveryPipelineRequest): Promise<google.longrunning.Operation>;
Calls CreateDeliveryPipeline.
Name | Description |
request |
google.cloud.deploy.v1.ICreateDeliveryPipelineRequest
CreateDeliveryPipelineRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createRelease(request, callback)
public createRelease(request: google.cloud.deploy.v1.ICreateReleaseRequest, callback: google.cloud.deploy.v1.CloudDeploy.CreateReleaseCallback): void;
Calls CreateRelease.
Name | Description |
request |
google.cloud.deploy.v1.ICreateReleaseRequest
CreateReleaseRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.CreateReleaseCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createRelease(request)
public createRelease(request: google.cloud.deploy.v1.ICreateReleaseRequest): Promise<google.longrunning.Operation>;
Calls CreateRelease.
Name | Description |
request |
google.cloud.deploy.v1.ICreateReleaseRequest
CreateReleaseRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createRollout(request, callback)
public createRollout(request: google.cloud.deploy.v1.ICreateRolloutRequest, callback: google.cloud.deploy.v1.CloudDeploy.CreateRolloutCallback): void;
Calls CreateRollout.
Name | Description |
request |
google.cloud.deploy.v1.ICreateRolloutRequest
CreateRolloutRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.CreateRolloutCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createRollout(request)
public createRollout(request: google.cloud.deploy.v1.ICreateRolloutRequest): Promise<google.longrunning.Operation>;
Calls CreateRollout.
Name | Description |
request |
google.cloud.deploy.v1.ICreateRolloutRequest
CreateRolloutRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
createTarget(request, callback)
public createTarget(request: google.cloud.deploy.v1.ICreateTargetRequest, callback: google.cloud.deploy.v1.CloudDeploy.CreateTargetCallback): void;
Calls CreateTarget.
Name | Description |
request |
ICreateTargetRequest
CreateTargetRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.CreateTargetCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
createTarget(request)
public createTarget(request: google.cloud.deploy.v1.ICreateTargetRequest): Promise<google.longrunning.Operation>;
Calls CreateTarget.
Name | Description |
request |
ICreateTargetRequest
CreateTargetRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteDeliveryPipeline(request, callback)
public deleteDeliveryPipeline(request: google.cloud.deploy.v1.IDeleteDeliveryPipelineRequest, callback: google.cloud.deploy.v1.CloudDeploy.DeleteDeliveryPipelineCallback): void;
Calls DeleteDeliveryPipeline.
Name | Description |
request |
IDeleteDeliveryPipelineRequest
DeleteDeliveryPipelineRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.DeleteDeliveryPipelineCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteDeliveryPipeline(request)
public deleteDeliveryPipeline(request: google.cloud.deploy.v1.IDeleteDeliveryPipelineRequest): Promise<google.longrunning.Operation>;
Calls DeleteDeliveryPipeline.
Name | Description |
request |
IDeleteDeliveryPipelineRequest
DeleteDeliveryPipelineRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
deleteTarget(request, callback)
public deleteTarget(request: google.cloud.deploy.v1.IDeleteTargetRequest, callback: google.cloud.deploy.v1.CloudDeploy.DeleteTargetCallback): void;
Calls DeleteTarget.
Name | Description |
request |
google.cloud.deploy.v1.IDeleteTargetRequest
DeleteTargetRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.DeleteTargetCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteTarget(request)
public deleteTarget(request: google.cloud.deploy.v1.IDeleteTargetRequest): Promise<google.longrunning.Operation>;
Calls DeleteTarget.
Name | Description |
request |
google.cloud.deploy.v1.IDeleteTargetRequest
DeleteTargetRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
getConfig(request, callback)
public getConfig(request: google.cloud.deploy.v1.IGetConfigRequest, callback: google.cloud.deploy.v1.CloudDeploy.GetConfigCallback): void;
Calls GetConfig.
Name | Description |
request |
google.cloud.deploy.v1.IGetConfigRequest
GetConfigRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.GetConfigCallback
Node-style callback called with the error, if any, and Config |
Type | Description |
void |
getConfig(request)
public getConfig(request: google.cloud.deploy.v1.IGetConfigRequest): Promise<google.cloud.deploy.v1.Config>;
Calls GetConfig.
Name | Description |
request |
google.cloud.deploy.v1.IGetConfigRequest
GetConfigRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.Config> | Promise |
getDeliveryPipeline(request, callback)
public getDeliveryPipeline(request: google.cloud.deploy.v1.IGetDeliveryPipelineRequest, callback: google.cloud.deploy.v1.CloudDeploy.GetDeliveryPipelineCallback): void;
Calls GetDeliveryPipeline.
Name | Description |
request |
IGetDeliveryPipelineRequest
GetDeliveryPipelineRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.GetDeliveryPipelineCallback
Node-style callback called with the error, if any, and DeliveryPipeline |
Type | Description |
void |
getDeliveryPipeline(request)
public getDeliveryPipeline(request: google.cloud.deploy.v1.IGetDeliveryPipelineRequest): Promise<google.cloud.deploy.v1.DeliveryPipeline>;
Calls GetDeliveryPipeline.
Name | Description |
request |
IGetDeliveryPipelineRequest
GetDeliveryPipelineRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.DeliveryPipeline> | Promise |
getRelease(request, callback)
public getRelease(request: google.cloud.deploy.v1.IGetReleaseRequest, callback: google.cloud.deploy.v1.CloudDeploy.GetReleaseCallback): void;
Calls GetRelease.
Name | Description |
request |
google.cloud.deploy.v1.IGetReleaseRequest
GetReleaseRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.GetReleaseCallback
Node-style callback called with the error, if any, and Release |
Type | Description |
void |
getRelease(request)
public getRelease(request: google.cloud.deploy.v1.IGetReleaseRequest): Promise<google.cloud.deploy.v1.Release>;
Calls GetRelease.
Name | Description |
request |
google.cloud.deploy.v1.IGetReleaseRequest
GetReleaseRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.Release> | Promise |
getRollout(request, callback)
public getRollout(request: google.cloud.deploy.v1.IGetRolloutRequest, callback: google.cloud.deploy.v1.CloudDeploy.GetRolloutCallback): void;
Calls GetRollout.
Name | Description |
request |
google.cloud.deploy.v1.IGetRolloutRequest
GetRolloutRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.GetRolloutCallback
Node-style callback called with the error, if any, and Rollout |
Type | Description |
void |
getRollout(request)
public getRollout(request: google.cloud.deploy.v1.IGetRolloutRequest): Promise<google.cloud.deploy.v1.Rollout>;
Calls GetRollout.
Name | Description |
request |
google.cloud.deploy.v1.IGetRolloutRequest
GetRolloutRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.Rollout> | Promise |
getTarget(request, callback)
public getTarget(request: google.cloud.deploy.v1.IGetTargetRequest, callback: google.cloud.deploy.v1.CloudDeploy.GetTargetCallback): void;
Calls GetTarget.
Name | Description |
request |
IGetTargetRequest
GetTargetRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.GetTargetCallback
Node-style callback called with the error, if any, and Target |
Type | Description |
void |
getTarget(request)
public getTarget(request: google.cloud.deploy.v1.IGetTargetRequest): Promise<google.cloud.deploy.v1.Target>;
Calls GetTarget.
Name | Description |
request |
IGetTargetRequest
GetTargetRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.Target> | Promise |
listDeliveryPipelines(request, callback)
public listDeliveryPipelines(request: google.cloud.deploy.v1.IListDeliveryPipelinesRequest, callback: google.cloud.deploy.v1.CloudDeploy.ListDeliveryPipelinesCallback): void;
Calls ListDeliveryPipelines.
Name | Description |
request |
google.cloud.deploy.v1.IListDeliveryPipelinesRequest
ListDeliveryPipelinesRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.ListDeliveryPipelinesCallback
Node-style callback called with the error, if any, and ListDeliveryPipelinesResponse |
Type | Description |
void |
listDeliveryPipelines(request)
public listDeliveryPipelines(request: google.cloud.deploy.v1.IListDeliveryPipelinesRequest): Promise<google.cloud.deploy.v1.ListDeliveryPipelinesResponse>;
Calls ListDeliveryPipelines.
Name | Description |
request |
google.cloud.deploy.v1.IListDeliveryPipelinesRequest
ListDeliveryPipelinesRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.ListDeliveryPipelinesResponse> | Promise |
listReleases(request, callback)
public listReleases(request: google.cloud.deploy.v1.IListReleasesRequest, callback: google.cloud.deploy.v1.CloudDeploy.ListReleasesCallback): void;
Calls ListReleases.
Name | Description |
request |
google.cloud.deploy.v1.IListReleasesRequest
ListReleasesRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.ListReleasesCallback
Node-style callback called with the error, if any, and ListReleasesResponse |
Type | Description |
void |
listReleases(request)
public listReleases(request: google.cloud.deploy.v1.IListReleasesRequest): Promise<google.cloud.deploy.v1.ListReleasesResponse>;
Calls ListReleases.
Name | Description |
request |
google.cloud.deploy.v1.IListReleasesRequest
ListReleasesRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.ListReleasesResponse> | Promise |
listRollouts(request, callback)
public listRollouts(request: google.cloud.deploy.v1.IListRolloutsRequest, callback: google.cloud.deploy.v1.CloudDeploy.ListRolloutsCallback): void;
Calls ListRollouts.
Name | Description |
request |
google.cloud.deploy.v1.IListRolloutsRequest
ListRolloutsRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.ListRolloutsCallback
Node-style callback called with the error, if any, and ListRolloutsResponse |
Type | Description |
void |
listRollouts(request)
public listRollouts(request: google.cloud.deploy.v1.IListRolloutsRequest): Promise<google.cloud.deploy.v1.ListRolloutsResponse>;
Calls ListRollouts.
Name | Description |
request |
google.cloud.deploy.v1.IListRolloutsRequest
ListRolloutsRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.ListRolloutsResponse> | Promise |
listTargets(request, callback)
public listTargets(request: google.cloud.deploy.v1.IListTargetsRequest, callback: google.cloud.deploy.v1.CloudDeploy.ListTargetsCallback): void;
Calls ListTargets.
Name | Description |
request |
google.cloud.deploy.v1.IListTargetsRequest
ListTargetsRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.ListTargetsCallback
Node-style callback called with the error, if any, and ListTargetsResponse |
Type | Description |
void |
listTargets(request)
public listTargets(request: google.cloud.deploy.v1.IListTargetsRequest): Promise<google.cloud.deploy.v1.ListTargetsResponse>;
Calls ListTargets.
Name | Description |
request |
google.cloud.deploy.v1.IListTargetsRequest
ListTargetsRequest message or plain object |
Type | Description |
Promise<google.cloud.deploy.v1.ListTargetsResponse> | Promise |
updateDeliveryPipeline(request, callback)
public updateDeliveryPipeline(request: google.cloud.deploy.v1.IUpdateDeliveryPipelineRequest, callback: google.cloud.deploy.v1.CloudDeploy.UpdateDeliveryPipelineCallback): void;
Calls UpdateDeliveryPipeline.
Name | Description |
request |
google.cloud.deploy.v1.IUpdateDeliveryPipelineRequest
UpdateDeliveryPipelineRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.UpdateDeliveryPipelineCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateDeliveryPipeline(request)
public updateDeliveryPipeline(request: google.cloud.deploy.v1.IUpdateDeliveryPipelineRequest): Promise<google.longrunning.Operation>;
Calls UpdateDeliveryPipeline.
Name | Description |
request |
google.cloud.deploy.v1.IUpdateDeliveryPipelineRequest
UpdateDeliveryPipelineRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateTarget(request, callback)
public updateTarget(request: google.cloud.deploy.v1.IUpdateTargetRequest, callback: google.cloud.deploy.v1.CloudDeploy.UpdateTargetCallback): void;
Calls UpdateTarget.
Name | Description |
request |
google.cloud.deploy.v1.IUpdateTargetRequest
UpdateTargetRequest message or plain object |
callback |
google.cloud.deploy.v1.CloudDeploy.UpdateTargetCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
updateTarget(request)
public updateTarget(request: google.cloud.deploy.v1.IUpdateTargetRequest): Promise<google.longrunning.Operation>;
Calls UpdateTarget.
Name | Description |
request |
google.cloud.deploy.v1.IUpdateTargetRequest
UpdateTargetRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |