Class CloudDeployGrpc (1.39.0)

public final class CloudDeployGrpc

CloudDeploy service creates and manages Continuous Delivery operations on Google Cloud Platform via Skaffold (https://skaffold.dev).

Inheritance

java.lang.Object > CloudDeployGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CloudDeployGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CloudDeployGrpc.AsyncService service)
Parameter
NameDescription
serviceCloudDeployGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getAbandonReleaseMethod()

public static MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse> getAbandonReleaseMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse>

getAdvanceRolloutMethod()

public static MethodDescriptor<AdvanceRolloutRequest,AdvanceRolloutResponse> getAdvanceRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AdvanceRolloutRequest,AdvanceRolloutResponse>

getApproveRolloutMethod()

public static MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse> getApproveRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse>

getCancelAutomationRunMethod()

public static MethodDescriptor<CancelAutomationRunRequest,CancelAutomationRunResponse> getCancelAutomationRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelAutomationRunRequest,CancelAutomationRunResponse>

getCancelRolloutMethod()

public static MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse> getCancelRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse>

getCreateAutomationMethod()

public static MethodDescriptor<CreateAutomationRequest,Operation> getCreateAutomationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAutomationRequest,Operation>

getCreateCustomTargetTypeMethod()

public static MethodDescriptor<CreateCustomTargetTypeRequest,Operation> getCreateCustomTargetTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateCustomTargetTypeRequest,Operation>

getCreateDeliveryPipelineMethod()

public static MethodDescriptor<CreateDeliveryPipelineRequest,Operation> getCreateDeliveryPipelineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateDeliveryPipelineRequest,Operation>

getCreateReleaseMethod()

public static MethodDescriptor<CreateReleaseRequest,Operation> getCreateReleaseMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateReleaseRequest,Operation>

getCreateRolloutMethod()

public static MethodDescriptor<CreateRolloutRequest,Operation> getCreateRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateRolloutRequest,Operation>

getCreateTargetMethod()

public static MethodDescriptor<CreateTargetRequest,Operation> getCreateTargetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateTargetRequest,Operation>

getDeleteAutomationMethod()

public static MethodDescriptor<DeleteAutomationRequest,Operation> getDeleteAutomationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAutomationRequest,Operation>

getDeleteCustomTargetTypeMethod()

public static MethodDescriptor<DeleteCustomTargetTypeRequest,Operation> getDeleteCustomTargetTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteCustomTargetTypeRequest,Operation>

getDeleteDeliveryPipelineMethod()

public static MethodDescriptor<DeleteDeliveryPipelineRequest,Operation> getDeleteDeliveryPipelineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteDeliveryPipelineRequest,Operation>

getDeleteTargetMethod()

public static MethodDescriptor<DeleteTargetRequest,Operation> getDeleteTargetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteTargetRequest,Operation>

getGetAutomationMethod()

public static MethodDescriptor<GetAutomationRequest,Automation> getGetAutomationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAutomationRequest,Automation>

getGetAutomationRunMethod()

public static MethodDescriptor<GetAutomationRunRequest,AutomationRun> getGetAutomationRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAutomationRunRequest,AutomationRun>

getGetConfigMethod()

public static MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetConfigRequest,Config>

getGetCustomTargetTypeMethod()

public static MethodDescriptor<GetCustomTargetTypeRequest,CustomTargetType> getGetCustomTargetTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetCustomTargetTypeRequest,CustomTargetType>

getGetDeliveryPipelineMethod()

public static MethodDescriptor<GetDeliveryPipelineRequest,DeliveryPipeline> getGetDeliveryPipelineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDeliveryPipelineRequest,DeliveryPipeline>

getGetJobRunMethod()

public static MethodDescriptor<GetJobRunRequest,JobRun> getGetJobRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetJobRunRequest,JobRun>

getGetReleaseMethod()

public static MethodDescriptor<GetReleaseRequest,Release> getGetReleaseMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetReleaseRequest,Release>

getGetRolloutMethod()

public static MethodDescriptor<GetRolloutRequest,Rollout> getGetRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetRolloutRequest,Rollout>

getGetTargetMethod()

public static MethodDescriptor<GetTargetRequest,Target> getGetTargetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetTargetRequest,Target>

getIgnoreJobMethod()

public static MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse> getIgnoreJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse>

getListAutomationRunsMethod()

public static MethodDescriptor<ListAutomationRunsRequest,ListAutomationRunsResponse> getListAutomationRunsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAutomationRunsRequest,ListAutomationRunsResponse>

getListAutomationsMethod()

public static MethodDescriptor<ListAutomationsRequest,ListAutomationsResponse> getListAutomationsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAutomationsRequest,ListAutomationsResponse>

getListCustomTargetTypesMethod()

public static MethodDescriptor<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse> getListCustomTargetTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse>

getListDeliveryPipelinesMethod()

public static MethodDescriptor<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse> getListDeliveryPipelinesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse>

getListJobRunsMethod()

public static MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse> getListJobRunsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse>

getListReleasesMethod()

public static MethodDescriptor<ListReleasesRequest,ListReleasesResponse> getListReleasesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListReleasesRequest,ListReleasesResponse>

getListRolloutsMethod()

public static MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse> getListRolloutsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse>

getListTargetsMethod()

public static MethodDescriptor<ListTargetsRequest,ListTargetsResponse> getListTargetsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListTargetsRequest,ListTargetsResponse>

getRetryJobMethod()

public static MethodDescriptor<RetryJobRequest,RetryJobResponse> getRetryJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RetryJobRequest,RetryJobResponse>

getRollbackTargetMethod()

public static MethodDescriptor<RollbackTargetRequest,RollbackTargetResponse> getRollbackTargetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RollbackTargetRequest,RollbackTargetResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getTerminateJobRunMethod()

public static MethodDescriptor<TerminateJobRunRequest,TerminateJobRunResponse> getTerminateJobRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<TerminateJobRunRequest,TerminateJobRunResponse>

getUpdateAutomationMethod()

public static MethodDescriptor<UpdateAutomationRequest,Operation> getUpdateAutomationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAutomationRequest,Operation>

getUpdateCustomTargetTypeMethod()

public static MethodDescriptor<UpdateCustomTargetTypeRequest,Operation> getUpdateCustomTargetTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateCustomTargetTypeRequest,Operation>

getUpdateDeliveryPipelineMethod()

public static MethodDescriptor<UpdateDeliveryPipelineRequest,Operation> getUpdateDeliveryPipelineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateDeliveryPipelineRequest,Operation>

getUpdateTargetMethod()

public static MethodDescriptor<UpdateTargetRequest,Operation> getUpdateTargetMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateTargetRequest,Operation>

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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudDeployGrpc.CloudDeployBlockingStub

newFutureStub(Channel channel)

public static CloudDeployGrpc.CloudDeployFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudDeployGrpc.CloudDeployFutureStub

newStub(Channel channel)

public static CloudDeployGrpc.CloudDeployStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudDeployGrpc.CloudDeployStub