@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/deploy/v1/cloud_deploy.proto") public final class CloudDeployGrpc extends Object
CloudDeploy service creates and manages Continuous Delivery operations on Google Cloud Platform via Skaffold (https://skaffold.dev).
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudDeployGrpc.AsyncService
CloudDeploy service creates and manages Continuous Delivery operations
on Google Cloud Platform via Skaffold (https://skaffold.dev).
|
static class |
CloudDeployGrpc.CloudDeployBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudDeploy.
|
static class |
CloudDeployGrpc.CloudDeployFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudDeploy.
|
static class |
CloudDeployGrpc.CloudDeployImplBase
Base class for the server implementation of the service CloudDeploy.
|
static class |
CloudDeployGrpc.CloudDeployStub
A stub to allow clients to do asynchronous rpc calls to service CloudDeploy.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse> getListDeliveryPipelinesMethod()
public static io.grpc.MethodDescriptor<GetDeliveryPipelineRequest,DeliveryPipeline> getGetDeliveryPipelineMethod()
public static io.grpc.MethodDescriptor<CreateDeliveryPipelineRequest,com.google.longrunning.Operation> getCreateDeliveryPipelineMethod()
public static io.grpc.MethodDescriptor<UpdateDeliveryPipelineRequest,com.google.longrunning.Operation> getUpdateDeliveryPipelineMethod()
public static io.grpc.MethodDescriptor<DeleteDeliveryPipelineRequest,com.google.longrunning.Operation> getDeleteDeliveryPipelineMethod()
public static io.grpc.MethodDescriptor<ListTargetsRequest,ListTargetsResponse> getListTargetsMethod()
public static io.grpc.MethodDescriptor<RollbackTargetRequest,RollbackTargetResponse> getRollbackTargetMethod()
public static io.grpc.MethodDescriptor<GetTargetRequest,Target> getGetTargetMethod()
public static io.grpc.MethodDescriptor<CreateTargetRequest,com.google.longrunning.Operation> getCreateTargetMethod()
public static io.grpc.MethodDescriptor<UpdateTargetRequest,com.google.longrunning.Operation> getUpdateTargetMethod()
public static io.grpc.MethodDescriptor<DeleteTargetRequest,com.google.longrunning.Operation> getDeleteTargetMethod()
public static io.grpc.MethodDescriptor<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse> getListCustomTargetTypesMethod()
public static io.grpc.MethodDescriptor<GetCustomTargetTypeRequest,CustomTargetType> getGetCustomTargetTypeMethod()
public static io.grpc.MethodDescriptor<CreateCustomTargetTypeRequest,com.google.longrunning.Operation> getCreateCustomTargetTypeMethod()
public static io.grpc.MethodDescriptor<UpdateCustomTargetTypeRequest,com.google.longrunning.Operation> getUpdateCustomTargetTypeMethod()
public static io.grpc.MethodDescriptor<DeleteCustomTargetTypeRequest,com.google.longrunning.Operation> getDeleteCustomTargetTypeMethod()
public static io.grpc.MethodDescriptor<ListReleasesRequest,ListReleasesResponse> getListReleasesMethod()
public static io.grpc.MethodDescriptor<GetReleaseRequest,Release> getGetReleaseMethod()
public static io.grpc.MethodDescriptor<CreateReleaseRequest,com.google.longrunning.Operation> getCreateReleaseMethod()
public static io.grpc.MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse> getAbandonReleaseMethod()
public static io.grpc.MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse> getApproveRolloutMethod()
public static io.grpc.MethodDescriptor<AdvanceRolloutRequest,AdvanceRolloutResponse> getAdvanceRolloutMethod()
public static io.grpc.MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse> getCancelRolloutMethod()
public static io.grpc.MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse> getListRolloutsMethod()
public static io.grpc.MethodDescriptor<GetRolloutRequest,Rollout> getGetRolloutMethod()
public static io.grpc.MethodDescriptor<CreateRolloutRequest,com.google.longrunning.Operation> getCreateRolloutMethod()
public static io.grpc.MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse> getIgnoreJobMethod()
public static io.grpc.MethodDescriptor<RetryJobRequest,RetryJobResponse> getRetryJobMethod()
public static io.grpc.MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse> getListJobRunsMethod()
public static io.grpc.MethodDescriptor<GetJobRunRequest,JobRun> getGetJobRunMethod()
public static io.grpc.MethodDescriptor<TerminateJobRunRequest,TerminateJobRunResponse> getTerminateJobRunMethod()
public static io.grpc.MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
public static io.grpc.MethodDescriptor<CreateAutomationRequest,com.google.longrunning.Operation> getCreateAutomationMethod()
public static io.grpc.MethodDescriptor<UpdateAutomationRequest,com.google.longrunning.Operation> getUpdateAutomationMethod()
public static io.grpc.MethodDescriptor<DeleteAutomationRequest,com.google.longrunning.Operation> getDeleteAutomationMethod()
public static io.grpc.MethodDescriptor<GetAutomationRequest,Automation> getGetAutomationMethod()
public static io.grpc.MethodDescriptor<ListAutomationsRequest,ListAutomationsResponse> getListAutomationsMethod()
public static io.grpc.MethodDescriptor<GetAutomationRunRequest,AutomationRun> getGetAutomationRunMethod()
public static io.grpc.MethodDescriptor<ListAutomationRunsRequest,ListAutomationRunsResponse> getListAutomationRunsMethod()
public static io.grpc.MethodDescriptor<CancelAutomationRunRequest,CancelAutomationRunResponse> getCancelAutomationRunMethod()
public static CloudDeployGrpc.CloudDeployStub newStub(io.grpc.Channel channel)
public static CloudDeployGrpc.CloudDeployBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CloudDeployGrpc.CloudDeployFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(CloudDeployGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.