Class CloudDeployGrpc (1.11.0)

Stay organized with collections Save and categorize content based on your preferences.
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

getAbandonReleaseMethod()

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

getApproveRolloutMethod()

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

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>

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>

getGetConfigMethod()

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

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>

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>

getServiceDescriptor()

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

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