Package com.google.cloud.deploy.v1
Class CloudDeployGrpc
- java.lang.Object
-
- com.google.cloud.deploy.v1.CloudDeployGrpc
-
@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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudDeployGrpc.AsyncServiceCloudDeploy service creates and manages Continuous Delivery operations on Google Cloud Platform via Skaffold (https://skaffold.dev).static classCloudDeployGrpc.CloudDeployBlockingStubA stub to allow clients to do synchronous rpc calls to service CloudDeploy.static classCloudDeployGrpc.CloudDeployFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CloudDeploy.static classCloudDeployGrpc.CloudDeployImplBaseBase class for the server implementation of the service CloudDeploy.static classCloudDeployGrpc.CloudDeployStubA stub to allow clients to do asynchronous rpc calls to service CloudDeploy.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(CloudDeployGrpc.AsyncService service)static io.grpc.MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse>getAbandonReleaseMethod()static io.grpc.MethodDescriptor<AdvanceRolloutRequest,AdvanceRolloutResponse>getAdvanceRolloutMethod()static io.grpc.MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse>getApproveRolloutMethod()static io.grpc.MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse>getCancelRolloutMethod()static io.grpc.MethodDescriptor<CreateDeliveryPipelineRequest,com.google.longrunning.Operation>getCreateDeliveryPipelineMethod()static io.grpc.MethodDescriptor<CreateReleaseRequest,com.google.longrunning.Operation>getCreateReleaseMethod()static io.grpc.MethodDescriptor<CreateRolloutRequest,com.google.longrunning.Operation>getCreateRolloutMethod()static io.grpc.MethodDescriptor<CreateTargetRequest,com.google.longrunning.Operation>getCreateTargetMethod()static io.grpc.MethodDescriptor<DeleteDeliveryPipelineRequest,com.google.longrunning.Operation>getDeleteDeliveryPipelineMethod()static io.grpc.MethodDescriptor<DeleteTargetRequest,com.google.longrunning.Operation>getDeleteTargetMethod()static io.grpc.MethodDescriptor<GetConfigRequest,Config>getGetConfigMethod()static io.grpc.MethodDescriptor<GetDeliveryPipelineRequest,DeliveryPipeline>getGetDeliveryPipelineMethod()static io.grpc.MethodDescriptor<GetJobRunRequest,JobRun>getGetJobRunMethod()static io.grpc.MethodDescriptor<GetReleaseRequest,Release>getGetReleaseMethod()static io.grpc.MethodDescriptor<GetRolloutRequest,Rollout>getGetRolloutMethod()static io.grpc.MethodDescriptor<GetTargetRequest,Target>getGetTargetMethod()static io.grpc.MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse>getIgnoreJobMethod()static io.grpc.MethodDescriptor<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse>getListDeliveryPipelinesMethod()static io.grpc.MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse>getListJobRunsMethod()static io.grpc.MethodDescriptor<ListReleasesRequest,ListReleasesResponse>getListReleasesMethod()static io.grpc.MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse>getListRolloutsMethod()static io.grpc.MethodDescriptor<ListTargetsRequest,ListTargetsResponse>getListTargetsMethod()static io.grpc.MethodDescriptor<RetryJobRequest,RetryJobResponse>getRetryJobMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<TerminateJobRunRequest,TerminateJobRunResponse>getTerminateJobRunMethod()static io.grpc.MethodDescriptor<UpdateDeliveryPipelineRequest,com.google.longrunning.Operation>getUpdateDeliveryPipelineMethod()static io.grpc.MethodDescriptor<UpdateTargetRequest,com.google.longrunning.Operation>getUpdateTargetMethod()static CloudDeployGrpc.CloudDeployBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudDeployGrpc.CloudDeployFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudDeployGrpc.CloudDeployStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListDeliveryPipelinesMethod
public static io.grpc.MethodDescriptor<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse> getListDeliveryPipelinesMethod()
-
getGetDeliveryPipelineMethod
public static io.grpc.MethodDescriptor<GetDeliveryPipelineRequest,DeliveryPipeline> getGetDeliveryPipelineMethod()
-
getCreateDeliveryPipelineMethod
public static io.grpc.MethodDescriptor<CreateDeliveryPipelineRequest,com.google.longrunning.Operation> getCreateDeliveryPipelineMethod()
-
getUpdateDeliveryPipelineMethod
public static io.grpc.MethodDescriptor<UpdateDeliveryPipelineRequest,com.google.longrunning.Operation> getUpdateDeliveryPipelineMethod()
-
getDeleteDeliveryPipelineMethod
public static io.grpc.MethodDescriptor<DeleteDeliveryPipelineRequest,com.google.longrunning.Operation> getDeleteDeliveryPipelineMethod()
-
getListTargetsMethod
public static io.grpc.MethodDescriptor<ListTargetsRequest,ListTargetsResponse> getListTargetsMethod()
-
getGetTargetMethod
public static io.grpc.MethodDescriptor<GetTargetRequest,Target> getGetTargetMethod()
-
getCreateTargetMethod
public static io.grpc.MethodDescriptor<CreateTargetRequest,com.google.longrunning.Operation> getCreateTargetMethod()
-
getUpdateTargetMethod
public static io.grpc.MethodDescriptor<UpdateTargetRequest,com.google.longrunning.Operation> getUpdateTargetMethod()
-
getDeleteTargetMethod
public static io.grpc.MethodDescriptor<DeleteTargetRequest,com.google.longrunning.Operation> getDeleteTargetMethod()
-
getListReleasesMethod
public static io.grpc.MethodDescriptor<ListReleasesRequest,ListReleasesResponse> getListReleasesMethod()
-
getGetReleaseMethod
public static io.grpc.MethodDescriptor<GetReleaseRequest,Release> getGetReleaseMethod()
-
getCreateReleaseMethod
public static io.grpc.MethodDescriptor<CreateReleaseRequest,com.google.longrunning.Operation> getCreateReleaseMethod()
-
getAbandonReleaseMethod
public static io.grpc.MethodDescriptor<AbandonReleaseRequest,AbandonReleaseResponse> getAbandonReleaseMethod()
-
getApproveRolloutMethod
public static io.grpc.MethodDescriptor<ApproveRolloutRequest,ApproveRolloutResponse> getApproveRolloutMethod()
-
getAdvanceRolloutMethod
public static io.grpc.MethodDescriptor<AdvanceRolloutRequest,AdvanceRolloutResponse> getAdvanceRolloutMethod()
-
getCancelRolloutMethod
public static io.grpc.MethodDescriptor<CancelRolloutRequest,CancelRolloutResponse> getCancelRolloutMethod()
-
getListRolloutsMethod
public static io.grpc.MethodDescriptor<ListRolloutsRequest,ListRolloutsResponse> getListRolloutsMethod()
-
getGetRolloutMethod
public static io.grpc.MethodDescriptor<GetRolloutRequest,Rollout> getGetRolloutMethod()
-
getCreateRolloutMethod
public static io.grpc.MethodDescriptor<CreateRolloutRequest,com.google.longrunning.Operation> getCreateRolloutMethod()
-
getIgnoreJobMethod
public static io.grpc.MethodDescriptor<IgnoreJobRequest,IgnoreJobResponse> getIgnoreJobMethod()
-
getRetryJobMethod
public static io.grpc.MethodDescriptor<RetryJobRequest,RetryJobResponse> getRetryJobMethod()
-
getListJobRunsMethod
public static io.grpc.MethodDescriptor<ListJobRunsRequest,ListJobRunsResponse> getListJobRunsMethod()
-
getGetJobRunMethod
public static io.grpc.MethodDescriptor<GetJobRunRequest,JobRun> getGetJobRunMethod()
-
getTerminateJobRunMethod
public static io.grpc.MethodDescriptor<TerminateJobRunRequest,TerminateJobRunResponse> getTerminateJobRunMethod()
-
getGetConfigMethod
public static io.grpc.MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
-
newStub
public static CloudDeployGrpc.CloudDeployStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudDeployGrpc.CloudDeployBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudDeployGrpc.CloudDeployFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudDeployGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-