Skip to main content
Google Cloud
Documentation Technology areas
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Generative AI
  • Industry solutions
  • Networking
  • Observability and monitoring
  • Security
  • Storage
Cross-product tools
  • Access and resources management
  • Costs and usage management
  • Google Cloud SDK, languages, frameworks, and tools
  • Infrastructure as code
  • Migration
Related sites
  • Google Cloud Home
  • Free Trial and Free Tier
  • Architecture Center
  • Blog
  • Contact Sales
  • Google Cloud Developer Center
  • Google Developer Center
  • Google Cloud Marketplace
  • Google Cloud Marketplace Documentation
  • Google Cloud Skills Boost
  • Google Cloud Solution Center
  • Google Cloud Support
  • Google Cloud Tech Youtube Channel
/
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어
Console Sign in
  • Documentation
Overview Guides Reference Samples
Contact Us Start free
Google Cloud
  • Documentation
    • Overview
    • Guides
    • Reference
    • Samples
  • Technology areas
    • More
  • Cross-product tools
    • More
  • Related sites
    • More
  • Console
  • Contact Us
  • Start free
  • Overview
  • Library reference docs
  • Google Cloud Deploy API C++ Client Library
  • In-Depth Topics
    • Environment Variables
    • How to Override the Authentication Credentials
    • How to Override the Default Endpoint
    • Override Retry, Backoff, and Idempotency Policies
    • Override deploy_v1::CloudDeployClient Retry Policies
  • Modules
    • Google Cloud Deploy API Configuration Options
  • Namespaces
    • google::cloud::deploy
      • Overview
    • google::cloud::deploy_mocks
      • Overview
    • google::cloud::deploy_v1
      • Overview
      • Classes
        • CloudDeployClient
          • Overview
          • Constructors
            • CloudDeployClient(CloudDeployClient const &)
            • CloudDeployClient(CloudDeployClient &&)
            • CloudDeployClient(std::shared_ptr< CloudDeployConnection >, Options)
          • Operators
            • operator=(CloudDeployClient const &)
            • operator=(CloudDeployClient &&)
            • operator==(CloudDeployClient const &, CloudDeployClient const &)
            • operator!=(CloudDeployClient const &, CloudDeployClient const &)
          • Functions
            • ListDeliveryPipelines(std::string const &, Options)
            • ListDeliveryPipelines(google::cloud::deploy::v1::ListDeliveryPipelinesRequest, Options)
            • GetDeliveryPipeline(std::string const &, Options)
            • GetDeliveryPipeline(google::cloud::deploy::v1::GetDeliveryPipelineRequest const &, Options)
            • CreateDeliveryPipeline(std::string const &, google::cloud::deploy::v1::DeliveryPipeline const &, std::string const &, Options)
            • CreateDeliveryPipeline(google::cloud::deploy::v1::CreateDeliveryPipelineRequest const &, Options)
            • UpdateDeliveryPipeline(google::cloud::deploy::v1::DeliveryPipeline const &, google::protobuf::FieldMask const &, Options)
            • UpdateDeliveryPipeline(google::cloud::deploy::v1::UpdateDeliveryPipelineRequest const &, Options)
            • DeleteDeliveryPipeline(std::string const &, Options)
            • DeleteDeliveryPipeline(google::cloud::deploy::v1::DeleteDeliveryPipelineRequest const &, Options)
            • ListTargets(std::string const &, Options)
            • ListTargets(google::cloud::deploy::v1::ListTargetsRequest, Options)
            • GetTarget(std::string const &, Options)
            • GetTarget(google::cloud::deploy::v1::GetTargetRequest const &, Options)
            • CreateTarget(std::string const &, google::cloud::deploy::v1::Target const &, std::string const &, Options)
            • CreateTarget(google::cloud::deploy::v1::CreateTargetRequest const &, Options)
            • UpdateTarget(google::cloud::deploy::v1::Target const &, google::protobuf::FieldMask const &, Options)
            • UpdateTarget(google::cloud::deploy::v1::UpdateTargetRequest const &, Options)
            • DeleteTarget(std::string const &, Options)
            • DeleteTarget(google::cloud::deploy::v1::DeleteTargetRequest const &, Options)
            • ListReleases(std::string const &, Options)
            • ListReleases(google::cloud::deploy::v1::ListReleasesRequest, Options)
            • GetRelease(std::string const &, Options)
            • GetRelease(google::cloud::deploy::v1::GetReleaseRequest const &, Options)
            • CreateRelease(std::string const &, google::cloud::deploy::v1::Release const &, std::string const &, Options)
            • CreateRelease(google::cloud::deploy::v1::CreateReleaseRequest const &, Options)
            • AbandonRelease(std::string const &, Options)
            • AbandonRelease(google::cloud::deploy::v1::AbandonReleaseRequest const &, Options)
            • ApproveRollout(std::string const &, Options)
            • ApproveRollout(google::cloud::deploy::v1::ApproveRolloutRequest const &, Options)
            • AdvanceRollout(std::string const &, std::string const &, Options)
            • AdvanceRollout(google::cloud::deploy::v1::AdvanceRolloutRequest const &, Options)
            • CancelRollout(std::string const &, Options)
            • CancelRollout(google::cloud::deploy::v1::CancelRolloutRequest const &, Options)
            • ListRollouts(std::string const &, Options)
            • ListRollouts(google::cloud::deploy::v1::ListRolloutsRequest, Options)
            • GetRollout(std::string const &, Options)
            • GetRollout(google::cloud::deploy::v1::GetRolloutRequest const &, Options)
            • CreateRollout(std::string const &, google::cloud::deploy::v1::Rollout const &, std::string const &, Options)
            • CreateRollout(google::cloud::deploy::v1::CreateRolloutRequest const &, Options)
            • IgnoreJob(std::string const &, std::string const &, std::string const &, Options)
            • IgnoreJob(google::cloud::deploy::v1::IgnoreJobRequest const &, Options)
            • RetryJob(std::string const &, std::string const &, std::string const &, Options)
            • RetryJob(google::cloud::deploy::v1::RetryJobRequest const &, Options)
            • ListJobRuns(std::string const &, Options)
            • ListJobRuns(google::cloud::deploy::v1::ListJobRunsRequest, Options)
            • GetJobRun(std::string const &, Options)
            • GetJobRun(google::cloud::deploy::v1::GetJobRunRequest const &, Options)
            • TerminateJobRun(std::string const &, Options)
            • TerminateJobRun(google::cloud::deploy::v1::TerminateJobRunRequest const &, Options)
            • GetConfig(std::string const &, Options)
            • GetConfig(google::cloud::deploy::v1::GetConfigRequest const &, Options)
        • CloudDeployConnection
          • Overview
          • Functions
            • virtual options()
            • virtual ListDeliveryPipelines(google::cloud::deploy::v1::ListDeliveryPipelinesRequest)
            • virtual GetDeliveryPipeline(google::cloud::deploy::v1::GetDeliveryPipelineRequest const &)
            • virtual CreateDeliveryPipeline(google::cloud::deploy::v1::CreateDeliveryPipelineRequest const &)
            • virtual UpdateDeliveryPipeline(google::cloud::deploy::v1::UpdateDeliveryPipelineRequest const &)
            • virtual DeleteDeliveryPipeline(google::cloud::deploy::v1::DeleteDeliveryPipelineRequest const &)
            • virtual ListTargets(google::cloud::deploy::v1::ListTargetsRequest)
            • virtual GetTarget(google::cloud::deploy::v1::GetTargetRequest const &)
            • virtual CreateTarget(google::cloud::deploy::v1::CreateTargetRequest const &)
            • virtual UpdateTarget(google::cloud::deploy::v1::UpdateTargetRequest const &)
            • virtual DeleteTarget(google::cloud::deploy::v1::DeleteTargetRequest const &)
            • virtual ListReleases(google::cloud::deploy::v1::ListReleasesRequest)
            • virtual GetRelease(google::cloud::deploy::v1::GetReleaseRequest const &)
            • virtual CreateRelease(google::cloud::deploy::v1::CreateReleaseRequest const &)
            • virtual AbandonRelease(google::cloud::deploy::v1::AbandonReleaseRequest const &)
            • virtual ApproveRollout(google::cloud::deploy::v1::ApproveRolloutRequest const &)
            • virtual AdvanceRollout(google::cloud::deploy::v1::AdvanceRolloutRequest const &)
            • virtual CancelRollout(google::cloud::deploy::v1::CancelRolloutRequest const &)
            • virtual ListRollouts(google::cloud::deploy::v1::ListRolloutsRequest)
            • virtual GetRollout(google::cloud::deploy::v1::GetRolloutRequest const &)
            • virtual CreateRollout(google::cloud::deploy::v1::CreateRolloutRequest const &)
            • virtual IgnoreJob(google::cloud::deploy::v1::IgnoreJobRequest const &)
            • virtual RetryJob(google::cloud::deploy::v1::RetryJobRequest const &)
            • virtual ListJobRuns(google::cloud::deploy::v1::ListJobRunsRequest)
            • virtual GetJobRun(google::cloud::deploy::v1::GetJobRunRequest const &)
            • virtual TerminateJobRun(google::cloud::deploy::v1::TerminateJobRunRequest const &)
            • virtual GetConfig(google::cloud::deploy::v1::GetConfigRequest const &)
        • CloudDeployConnectionIdempotencyPolicy
          • Overview
          • Functions
            • virtual clone() const
            • virtual ListDeliveryPipelines(google::cloud::deploy::v1::ListDeliveryPipelinesRequest)
            • virtual GetDeliveryPipeline(google::cloud::deploy::v1::GetDeliveryPipelineRequest const &)
            • virtual CreateDeliveryPipeline(google::cloud::deploy::v1::CreateDeliveryPipelineRequest const &)
            • virtual UpdateDeliveryPipeline(google::cloud::deploy::v1::UpdateDeliveryPipelineRequest const &)
            • virtual DeleteDeliveryPipeline(google::cloud::deploy::v1::DeleteDeliveryPipelineRequest const &)
            • virtual ListTargets(google::cloud::deploy::v1::ListTargetsRequest)
            • virtual GetTarget(google::cloud::deploy::v1::GetTargetRequest const &)
            • virtual CreateTarget(google::cloud::deploy::v1::CreateTargetRequest const &)
            • virtual UpdateTarget(google::cloud::deploy::v1::UpdateTargetRequest const &)
            • virtual DeleteTarget(google::cloud::deploy::v1::DeleteTargetRequest const &)
            • virtual ListReleases(google::cloud::deploy::v1::ListReleasesRequest)
            • virtual GetRelease(google::cloud::deploy::v1::GetReleaseRequest const &)
            • virtual CreateRelease(google::cloud::deploy::v1::CreateReleaseRequest const &)
            • virtual AbandonRelease(google::cloud::deploy::v1::AbandonReleaseRequest const &)
            • virtual ApproveRollout(google::cloud::deploy::v1::ApproveRolloutRequest const &)
            • virtual AdvanceRollout(google::cloud::deploy::v1::AdvanceRolloutRequest const &)
            • virtual CancelRollout(google::cloud::deploy::v1::CancelRolloutRequest const &)
            • virtual ListRollouts(google::cloud::deploy::v1::ListRolloutsRequest)
            • virtual GetRollout(google::cloud::deploy::v1::GetRolloutRequest const &)
            • virtual CreateRollout(google::cloud::deploy::v1::CreateRolloutRequest const &)
            • virtual IgnoreJob(google::cloud::deploy::v1::IgnoreJobRequest const &)
            • virtual RetryJob(google::cloud::deploy::v1::RetryJobRequest const &)
            • virtual ListJobRuns(google::cloud::deploy::v1::ListJobRunsRequest)
            • virtual GetJobRun(google::cloud::deploy::v1::GetJobRunRequest const &)
            • virtual TerminateJobRun(google::cloud::deploy::v1::TerminateJobRunRequest const &)
            • virtual GetConfig(google::cloud::deploy::v1::GetConfigRequest const &)
        • CloudDeployLimitedErrorCountRetryPolicy
          • Overview
          • Constructors
            • CloudDeployLimitedErrorCountRetryPolicy(int)
            • CloudDeployLimitedErrorCountRetryPolicy(CloudDeployLimitedErrorCountRetryPolicy &&)
            • CloudDeployLimitedErrorCountRetryPolicy(CloudDeployLimitedErrorCountRetryPolicy const &)
          • Functions
            • maximum_failures() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • CloudDeployLimitedTimeRetryPolicy
          • Overview
          • Constructors
            • CloudDeployLimitedTimeRetryPolicy(std::chrono::duration< DurationRep, DurationPeriod >)
            • CloudDeployLimitedTimeRetryPolicy(CloudDeployLimitedTimeRetryPolicy &&)
            • CloudDeployLimitedTimeRetryPolicy(CloudDeployLimitedTimeRetryPolicy const &)
          • Functions
            • maximum_duration() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • CloudDeployRetryPolicy
          • Overview
          • Functions
            • clone() const
            • OnFailure(Status const &)
            • OnFailure(Status const &)
            • IsExhausted() const
            • IsExhausted() const
            • IsPermanentFailure(Status const &) const
            • IsPermanentFailure(Status const &) const
      • Structs
        • CloudDeployBackoffPolicyOption
          • Overview
          • Types
            • Type
        • CloudDeployConnectionIdempotencyPolicyOption
          • Overview
          • Types
            • Type
        • CloudDeployPollingPolicyOption
          • Overview
          • Types
            • Type
        • CloudDeployRetryPolicyOption
          • Overview
          • Types
            • Type
      • Functions
        • MakeCloudDeployConnection(Options)
        • MakeDefaultCloudDeployConnectionIdempotencyPolicy()
      • Types
        • CloudDeployPolicyOptionList
    • google::cloud::deploy_v1_mocks
      • Overview
      • Classes
        • MockCloudDeployConnection
          • Overview
          • Functions
            • virtual options()
            • virtual ListDeliveryPipelines(google::cloud::deploy::v1::ListDeliveryPipelinesRequest)
            • virtual GetDeliveryPipeline(google::cloud::deploy::v1::GetDeliveryPipelineRequest const &)
            • virtual CreateDeliveryPipeline(google::cloud::deploy::v1::CreateDeliveryPipelineRequest const &)
            • virtual UpdateDeliveryPipeline(google::cloud::deploy::v1::UpdateDeliveryPipelineRequest const &)
            • virtual DeleteDeliveryPipeline(google::cloud::deploy::v1::DeleteDeliveryPipelineRequest const &)
            • virtual ListTargets(google::cloud::deploy::v1::ListTargetsRequest)
            • virtual GetTarget(google::cloud::deploy::v1::GetTargetRequest const &)
            • virtual CreateTarget(google::cloud::deploy::v1::CreateTargetRequest const &)
            • virtual UpdateTarget(google::cloud::deploy::v1::UpdateTargetRequest const &)
            • virtual DeleteTarget(google::cloud::deploy::v1::DeleteTargetRequest const &)
            • virtual ListReleases(google::cloud::deploy::v1::ListReleasesRequest)
            • virtual GetRelease(google::cloud::deploy::v1::GetReleaseRequest const &)
            • virtual CreateRelease(google::cloud::deploy::v1::CreateReleaseRequest const &)
            • virtual AbandonRelease(google::cloud::deploy::v1::AbandonReleaseRequest const &)
            • virtual ApproveRollout(google::cloud::deploy::v1::ApproveRolloutRequest const &)
            • virtual AdvanceRollout(google::cloud::deploy::v1::AdvanceRolloutRequest const &)
            • virtual CancelRollout(google::cloud::deploy::v1::CancelRolloutRequest const &)
            • virtual ListRollouts(google::cloud::deploy::v1::ListRolloutsRequest)
            • virtual GetRollout(google::cloud::deploy::v1::GetRolloutRequest const &)
            • virtual CreateRollout(google::cloud::deploy::v1::CreateRolloutRequest const &)
            • virtual IgnoreJob(google::cloud::deploy::v1::IgnoreJobRequest const &)
            • virtual RetryJob(google::cloud::deploy::v1::RetryJobRequest const &)
            • virtual ListJobRuns(google::cloud::deploy::v1::ListJobRunsRequest)
            • virtual GetJobRun(google::cloud::deploy::v1::GetJobRunRequest const &)
            • virtual TerminateJobRun(google::cloud::deploy::v1::TerminateJobRunRequest const &)
            • virtual GetConfig(google::cloud::deploy::v1::GetConfigRequest const &)
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Generative AI
  • Industry solutions
  • Networking
  • Observability and monitoring
  • Security
  • Storage
  • Access and resources management
  • Costs and usage management
  • Google Cloud SDK, languages, frameworks, and tools
  • Infrastructure as code
  • Migration
  • Google Cloud Home
  • Free Trial and Free Tier
  • Architecture Center
  • Blog
  • Contact Sales
  • Google Cloud Developer Center
  • Google Developer Center
  • Google Cloud Marketplace
  • Google Cloud Marketplace Documentation
  • Google Cloud Skills Boost
  • Google Cloud Solution Center
  • Google Cloud Support
  • Google Cloud Tech Youtube Channel
  • Home
  • Documentation
  • Reference

Namespace google::cloud::deploy (2.14.0)

  • 2.44.0-rc (latest)
  • 2.43.0
  • 2.42.0
  • 2.41.0
  • 2.40.0
  • 2.39.0
  • 2.38.0
  • 2.37.0
  • 2.36.0
  • 2.35.0
  • 2.34.0
  • 2.33.0
  • 2.32.0
  • 2.31.0
  • 2.30.0
  • 2.29.0
  • 2.28.0
  • 2.27.0
  • 2.26.0
  • 2.25.1
  • 2.24.0
  • 2.23.0
  • 2.22.1
  • 2.21.0
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.0
  • 2.15.1
  • 2.14.0
  • 2.13.0
  • 2.12.0
  • 2.11.0
Deprecated: This namespace is deprecated, prefer the types defined in deploy_v1.

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 2025-10-10 UTC.

  • Why Google

    • Choosing Google Cloud
    • Trust and security
    • Modern Infrastructure Cloud
    • Multicloud
    • Global infrastructure
    • Customers and case studies
    • Analyst reports
    • Whitepapers
  • Products and pricing

    • See all products
    • See all solutions
    • Google Cloud for Startups
    • Google Cloud Marketplace
    • Google Cloud pricing
    • Contact sales
  • Support

    • Community forums
    • Support
    • Release Notes
    • System status
  • Resources

    • GitHub
    • Getting Started with Google Cloud
    • Google Cloud documentation
    • Code samples
    • Cloud Architecture Center
    • Training and Certification
    • Developer Center
  • Engage

    • Blog
    • Events
    • X (Twitter)
    • Google Cloud on YouTube
    • Google Cloud Tech on YouTube
    • Become a Partner
    • Google Cloud Affiliate Program
    • Press Corner
  • About Google
  • Privacy
  • Site terms
  • Google Cloud terms
  • Manage cookies
  • Our third decade of climate action: join us
  • Sign up for the Google Cloud newsletter Subscribe
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어