Package com.google.cloud.deploy.v1
Class CloudDeployGrpc.CloudDeployImplBase
- java.lang.Object
-
- com.google.cloud.deploy.v1.CloudDeployGrpc.CloudDeployImplBase
-
- All Implemented Interfaces:
CloudDeployGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CloudDeployGrpc
public abstract static class CloudDeployGrpc.CloudDeployImplBase extends Object implements io.grpc.BindableService, CloudDeployGrpc.AsyncService
Base class for the server implementation of the service CloudDeploy.CloudDeploy service creates and manages Continuous Delivery operations on Google Cloud Platform via Skaffold (https://skaffold.dev).
-
-
Constructor Summary
Constructors Constructor Description CloudDeployImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.deploy.v1.CloudDeployGrpc.AsyncService
abandonRelease, advanceRollout, approveRollout, cancelRollout, createDeliveryPipeline, createRelease, createRollout, createTarget, deleteDeliveryPipeline, deleteTarget, getConfig, getDeliveryPipeline, getJobRun, getRelease, getRollout, getTarget, ignoreJob, listDeliveryPipelines, listJobRuns, listReleases, listRollouts, listTargets, retryJob, terminateJobRun, updateDeliveryPipeline, updateTarget
-
-