Send feedback
Class CloudDeployStub (1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.2.0 keyboard_arrow_down
public abstract class CloudDeployStub implements BackgroundResource
Base stub class for the CloudDeploy service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
CloudDeployStub()
Methods
abandonReleaseCallable()
public UnaryCallable<AbandonReleaseRequest , AbandonReleaseResponse > abandonReleaseCallable ()
Returns
approveRolloutCallable()
public UnaryCallable<ApproveRolloutRequest , ApproveRolloutResponse > approveRolloutCallable ()
Returns
close()
public abstract void close ()
createDeliveryPipelineCallable()
public UnaryCallable<CreateDeliveryPipelineRequest , Operation > createDeliveryPipelineCallable ()
Returns
createDeliveryPipelineOperationCallable()
public OperationCallable<CreateDeliveryPipelineRequest , DeliveryPipeline , OperationMetadata > createDeliveryPipelineOperationCallable ()
Returns
createReleaseCallable()
public UnaryCallable<CreateReleaseRequest , Operation > createReleaseCallable ()
Returns
createReleaseOperationCallable()
public OperationCallable<CreateReleaseRequest , Release , OperationMetadata > createReleaseOperationCallable ()
Returns
createRolloutCallable()
public UnaryCallable<CreateRolloutRequest , Operation > createRolloutCallable ()
Returns
createRolloutOperationCallable()
public OperationCallable<CreateRolloutRequest , Rollout , OperationMetadata > createRolloutOperationCallable ()
Returns
createTargetCallable()
public UnaryCallable<CreateTargetRequest , Operation > createTargetCallable ()
Returns
createTargetOperationCallable()
public OperationCallable<CreateTargetRequest , Target , OperationMetadata > createTargetOperationCallable ()
Returns
deleteDeliveryPipelineCallable()
public UnaryCallable<DeleteDeliveryPipelineRequest , Operation > deleteDeliveryPipelineCallable ()
Returns
deleteDeliveryPipelineOperationCallable()
public OperationCallable<DeleteDeliveryPipelineRequest , Empty , OperationMetadata > deleteDeliveryPipelineOperationCallable ()
Returns
deleteTargetCallable()
public UnaryCallable<DeleteTargetRequest , Operation > deleteTargetCallable ()
Returns
deleteTargetOperationCallable()
public OperationCallable<DeleteTargetRequest , Empty , OperationMetadata > deleteTargetOperationCallable ()
Returns
getConfigCallable()
public UnaryCallable<GetConfigRequest , Config > getConfigCallable ()
Returns
getDeliveryPipelineCallable()
public UnaryCallable<GetDeliveryPipelineRequest , DeliveryPipeline > getDeliveryPipelineCallable ()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub ()
Returns
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest , Policy > getIamPolicyCallable ()
Returns
Type Description UnaryCallable <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
getJobRunCallable()
public UnaryCallable<GetJobRunRequest , JobRun > getJobRunCallable ()
Returns
getLocationCallable()
public UnaryCallable<GetLocationRequest , Location > getLocationCallable ()
Returns
Type Description UnaryCallable <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getOperationsStub()
public OperationsStub getOperationsStub ()
Returns
getReleaseCallable()
public UnaryCallable<GetReleaseRequest , Release > getReleaseCallable ()
Returns
getRolloutCallable()
public UnaryCallable<GetRolloutRequest , Rollout > getRolloutCallable ()
Returns
getTargetCallable()
public UnaryCallable<GetTargetRequest , Target > getTargetCallable ()
Returns
listDeliveryPipelinesCallable()
public UnaryCallable<ListDeliveryPipelinesRequest , ListDeliveryPipelinesResponse > listDeliveryPipelinesCallable ()
Returns
listDeliveryPipelinesPagedCallable()
public UnaryCallable<ListDeliveryPipelinesRequest , CloudDeployClient . ListDeliveryPipelinesPagedResponse > listDeliveryPipelinesPagedCallable ()
Returns
listJobRunsCallable()
public UnaryCallable<ListJobRunsRequest , ListJobRunsResponse > listJobRunsCallable ()
Returns
listJobRunsPagedCallable()
public UnaryCallable<ListJobRunsRequest , CloudDeployClient . ListJobRunsPagedResponse > listJobRunsPagedCallable ()
Returns
listLocationsCallable()
public UnaryCallable<ListLocationsRequest , ListLocationsResponse > listLocationsCallable ()
Returns
Type Description UnaryCallable <com.google.cloud.location.ListLocationsRequest ,com.google.cloud.location.ListLocationsResponse >
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest , CloudDeployClient . ListLocationsPagedResponse > listLocationsPagedCallable ()
Returns
listReleasesCallable()
public UnaryCallable<ListReleasesRequest , ListReleasesResponse > listReleasesCallable ()
Returns
listReleasesPagedCallable()
public UnaryCallable<ListReleasesRequest , CloudDeployClient . ListReleasesPagedResponse > listReleasesPagedCallable ()
Returns
listRolloutsCallable()
public UnaryCallable<ListRolloutsRequest , ListRolloutsResponse > listRolloutsCallable ()
Returns
listRolloutsPagedCallable()
public UnaryCallable<ListRolloutsRequest , CloudDeployClient . ListRolloutsPagedResponse > listRolloutsPagedCallable ()
Returns
listTargetsCallable()
public UnaryCallable<ListTargetsRequest , ListTargetsResponse > listTargetsCallable ()
Returns
listTargetsPagedCallable()
public UnaryCallable<ListTargetsRequest , CloudDeployClient . ListTargetsPagedResponse > listTargetsPagedCallable ()
Returns
retryJobCallable()
public UnaryCallable<RetryJobRequest , RetryJobResponse > retryJobCallable ()
Returns
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest , Policy > setIamPolicyCallable ()
Returns
Type Description UnaryCallable <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsCallable ()
Returns
Type Description UnaryCallable <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
updateDeliveryPipelineCallable()
public UnaryCallable<UpdateDeliveryPipelineRequest , Operation > updateDeliveryPipelineCallable ()
Returns
updateDeliveryPipelineOperationCallable()
public OperationCallable<UpdateDeliveryPipelineRequest , DeliveryPipeline , OperationMetadata > updateDeliveryPipelineOperationCallable ()
Returns
updateTargetCallable()
public UnaryCallable<UpdateTargetRequest , Operation > updateTargetCallable ()
Returns
updateTargetOperationCallable()
public OperationCallable<UpdateTargetRequest , Target , OperationMetadata > updateTargetOperationCallable ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]