public final class CloudDeployGrpc
CloudDeploy service creates and manages Continuous Delivery operations
on Google Cloud Platform via Skaffold (https://skaffold.dev).
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
getAbandonReleaseMethod()
public static MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse> getAbandonReleaseMethod()
getApproveRolloutMethod()
public static MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse> getApproveRolloutMethod()
getCreateDeliveryPipelineMethod()
public static MethodDescriptor<CreateDeliveryPipelineRequest,Operation> getCreateDeliveryPipelineMethod()
getCreateReleaseMethod()
public static MethodDescriptor<CreateReleaseRequest,Operation> getCreateReleaseMethod()
getCreateRolloutMethod()
public static MethodDescriptor<CreateRolloutRequest,Operation> getCreateRolloutMethod()
getCreateTargetMethod()
public static MethodDescriptor<CreateTargetRequest,Operation> getCreateTargetMethod()
getDeleteDeliveryPipelineMethod()
public static MethodDescriptor<DeleteDeliveryPipelineRequest,Operation> getDeleteDeliveryPipelineMethod()
getDeleteTargetMethod()
public static MethodDescriptor<DeleteTargetRequest,Operation> getDeleteTargetMethod()
getGetConfigMethod()
public static MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
getGetDeliveryPipelineMethod()
public static MethodDescriptor<GetDeliveryPipelineRequest,DeliveryPipeline> getGetDeliveryPipelineMethod()
getGetJobRunMethod()
public static MethodDescriptor<GetJobRunRequest,JobRun> getGetJobRunMethod()
getGetReleaseMethod()
public static MethodDescriptor<GetReleaseRequest,Release> getGetReleaseMethod()
getGetRolloutMethod()
public static MethodDescriptor<GetRolloutRequest,Rollout> getGetRolloutMethod()
getGetTargetMethod()
public static MethodDescriptor<GetTargetRequest,Target> getGetTargetMethod()
getListDeliveryPipelinesMethod()
public static MethodDescriptor<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse> getListDeliveryPipelinesMethod()
getListJobRunsMethod()
public static MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse> getListJobRunsMethod()
getListReleasesMethod()
public static MethodDescriptor<ListReleasesRequest,ListReleasesResponse> getListReleasesMethod()
getListRolloutsMethod()
public static MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse> getListRolloutsMethod()
getListTargetsMethod()
public static MethodDescriptor<ListTargetsRequest,ListTargetsResponse> getListTargetsMethod()
getRetryJobMethod()
public static MethodDescriptor<RetryJobRequest,RetryJobResponse> getRetryJobMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateDeliveryPipelineMethod()
public static MethodDescriptor<UpdateDeliveryPipelineRequest,Operation> getUpdateDeliveryPipelineMethod()
getUpdateTargetMethod()
public static MethodDescriptor<UpdateTargetRequest,Operation> getUpdateTargetMethod()
newBlockingStub(Channel channel)
public static CloudDeployGrpc.CloudDeployBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static CloudDeployGrpc.CloudDeployFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static CloudDeployGrpc.CloudDeployStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|