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
bindService(CloudDeployGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(CloudDeployGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getAbandonReleaseMethod()
public static MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse> getAbandonReleaseMethod()
getAdvanceRolloutMethod()
public static MethodDescriptor<AdvanceRolloutRequest,AdvanceRolloutResponse> getAdvanceRolloutMethod()
getApproveRolloutMethod()
public static MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse> getApproveRolloutMethod()
getCancelAutomationRunMethod()
public static MethodDescriptor<CancelAutomationRunRequest,CancelAutomationRunResponse> getCancelAutomationRunMethod()
getCancelRolloutMethod()
public static MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse> getCancelRolloutMethod()
getCreateAutomationMethod()
public static MethodDescriptor<CreateAutomationRequest,Operation> getCreateAutomationMethod()
getCreateCustomTargetTypeMethod()
public static MethodDescriptor<CreateCustomTargetTypeRequest,Operation> getCreateCustomTargetTypeMethod()
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()
getDeleteAutomationMethod()
public static MethodDescriptor<DeleteAutomationRequest,Operation> getDeleteAutomationMethod()
getDeleteCustomTargetTypeMethod()
public static MethodDescriptor<DeleteCustomTargetTypeRequest,Operation> getDeleteCustomTargetTypeMethod()
getDeleteDeliveryPipelineMethod()
public static MethodDescriptor<DeleteDeliveryPipelineRequest,Operation> getDeleteDeliveryPipelineMethod()
getDeleteTargetMethod()
public static MethodDescriptor<DeleteTargetRequest,Operation> getDeleteTargetMethod()
getGetAutomationMethod()
public static MethodDescriptor<GetAutomationRequest,Automation> getGetAutomationMethod()
getGetAutomationRunMethod()
public static MethodDescriptor<GetAutomationRunRequest,AutomationRun> getGetAutomationRunMethod()
getGetConfigMethod()
public static MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
getGetCustomTargetTypeMethod()
public static MethodDescriptor<GetCustomTargetTypeRequest,CustomTargetType> getGetCustomTargetTypeMethod()
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()
getIgnoreJobMethod()
public static MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse> getIgnoreJobMethod()
getListAutomationRunsMethod()
public static MethodDescriptor<ListAutomationRunsRequest,ListAutomationRunsResponse> getListAutomationRunsMethod()
getListAutomationsMethod()
public static MethodDescriptor<ListAutomationsRequest,ListAutomationsResponse> getListAutomationsMethod()
getListCustomTargetTypesMethod()
public static MethodDescriptor<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse> getListCustomTargetTypesMethod()
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()
getRollbackTargetMethod()
public static MethodDescriptor<RollbackTargetRequest,RollbackTargetResponse> getRollbackTargetMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getTerminateJobRunMethod()
public static MethodDescriptor<TerminateJobRunRequest,TerminateJobRunResponse> getTerminateJobRunMethod()
getUpdateAutomationMethod()
public static MethodDescriptor<UpdateAutomationRequest,Operation> getUpdateAutomationMethod()
getUpdateCustomTargetTypeMethod()
public static MethodDescriptor<UpdateCustomTargetTypeRequest,Operation> getUpdateCustomTargetTypeMethod()
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
|