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
  • 中文 – 简体
  • 日本語
  • 한국어
Sign in
  • C++
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
  • API Keys 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 apikeys_v2::ApiKeysClient Retry Policies
  • Modules
    • API Keys API Configuration Options
  • Namespaces
    • google::cloud::apikeys
      • Overview
    • google::cloud::apikeys_mocks
      • Overview
    • google::cloud::apikeys_v2
      • Overview
      • Classes
        • ApiKeysClient
          • Overview
          • Constructors
            • ApiKeysClient(ApiKeysClient const &)
            • ApiKeysClient(ApiKeysClient &&)
            • ApiKeysClient(std::shared_ptr< ApiKeysConnection >, Options)
          • Operators
            • operator=(ApiKeysClient const &)
            • operator=(ApiKeysClient &&)
            • operator==(ApiKeysClient const &, ApiKeysClient const &)
            • operator!=(ApiKeysClient const &, ApiKeysClient const &)
          • Functions
            • CreateKey(std::string const &, google::api::apikeys::v2::Key const &, std::string const &, Options)
            • CreateKey(NoAwaitTag, std::string const &, google::api::apikeys::v2::Key const &, std::string const &, Options)
            • CreateKey(google::api::apikeys::v2::CreateKeyRequest const &, Options)
            • CreateKey(NoAwaitTag, google::api::apikeys::v2::CreateKeyRequest const &, Options)
            • CreateKey(google::longrunning::Operation const &, Options)
            • ListKeys(std::string const &, Options)
            • ListKeys(google::api::apikeys::v2::ListKeysRequest, Options)
            • GetKey(std::string const &, Options)
            • GetKey(google::api::apikeys::v2::GetKeyRequest const &, Options)
            • GetKeyString(std::string const &, Options)
            • GetKeyString(google::api::apikeys::v2::GetKeyStringRequest const &, Options)
            • UpdateKey(google::api::apikeys::v2::Key const &, google::protobuf::FieldMask const &, Options)
            • UpdateKey(NoAwaitTag, google::api::apikeys::v2::Key const &, google::protobuf::FieldMask const &, Options)
            • UpdateKey(google::api::apikeys::v2::UpdateKeyRequest const &, Options)
            • UpdateKey(NoAwaitTag, google::api::apikeys::v2::UpdateKeyRequest const &, Options)
            • UpdateKey(google::longrunning::Operation const &, Options)
            • DeleteKey(std::string const &, Options)
            • DeleteKey(NoAwaitTag, std::string const &, Options)
            • DeleteKey(google::api::apikeys::v2::DeleteKeyRequest const &, Options)
            • DeleteKey(NoAwaitTag, google::api::apikeys::v2::DeleteKeyRequest const &, Options)
            • DeleteKey(google::longrunning::Operation const &, Options)
            • UndeleteKey(google::api::apikeys::v2::UndeleteKeyRequest const &, Options)
            • UndeleteKey(NoAwaitTag, google::api::apikeys::v2::UndeleteKeyRequest const &, Options)
            • UndeleteKey(google::longrunning::Operation const &, Options)
            • LookupKey(google::api::apikeys::v2::LookupKeyRequest const &, Options)
        • ApiKeysConnection
          • Overview
          • Functions
            • virtual options()
            • virtual CreateKey(google::api::apikeys::v2::CreateKeyRequest const &)
            • virtual CreateKey(NoAwaitTag, google::api::apikeys::v2::CreateKeyRequest const &)
            • virtual CreateKey(google::longrunning::Operation const &)
            • virtual ListKeys(google::api::apikeys::v2::ListKeysRequest)
            • virtual GetKey(google::api::apikeys::v2::GetKeyRequest const &)
            • virtual GetKeyString(google::api::apikeys::v2::GetKeyStringRequest const &)
            • virtual UpdateKey(google::api::apikeys::v2::UpdateKeyRequest const &)
            • virtual UpdateKey(NoAwaitTag, google::api::apikeys::v2::UpdateKeyRequest const &)
            • virtual UpdateKey(google::longrunning::Operation const &)
            • virtual DeleteKey(google::api::apikeys::v2::DeleteKeyRequest const &)
            • virtual DeleteKey(NoAwaitTag, google::api::apikeys::v2::DeleteKeyRequest const &)
            • virtual DeleteKey(google::longrunning::Operation const &)
            • virtual UndeleteKey(google::api::apikeys::v2::UndeleteKeyRequest const &)
            • virtual UndeleteKey(NoAwaitTag, google::api::apikeys::v2::UndeleteKeyRequest const &)
            • virtual UndeleteKey(google::longrunning::Operation const &)
            • virtual LookupKey(google::api::apikeys::v2::LookupKeyRequest const &)
        • ApiKeysConnectionIdempotencyPolicy
          • Overview
          • Functions
            • virtual clone() const
            • virtual CreateKey(google::api::apikeys::v2::CreateKeyRequest const &)
            • virtual ListKeys(google::api::apikeys::v2::ListKeysRequest)
            • virtual GetKey(google::api::apikeys::v2::GetKeyRequest const &)
            • virtual GetKeyString(google::api::apikeys::v2::GetKeyStringRequest const &)
            • virtual UpdateKey(google::api::apikeys::v2::UpdateKeyRequest const &)
            • virtual DeleteKey(google::api::apikeys::v2::DeleteKeyRequest const &)
            • virtual UndeleteKey(google::api::apikeys::v2::UndeleteKeyRequest const &)
            • virtual LookupKey(google::api::apikeys::v2::LookupKeyRequest const &)
        • ApiKeysLimitedErrorCountRetryPolicy
          • Overview
          • Constructors
            • ApiKeysLimitedErrorCountRetryPolicy(int)
            • ApiKeysLimitedErrorCountRetryPolicy(ApiKeysLimitedErrorCountRetryPolicy &&)
            • ApiKeysLimitedErrorCountRetryPolicy(ApiKeysLimitedErrorCountRetryPolicy const &)
          • Functions
            • maximum_failures() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • ApiKeysLimitedTimeRetryPolicy
          • Overview
          • Constructors
            • ApiKeysLimitedTimeRetryPolicy(std::chrono::duration< DurationRep, DurationPeriod >)
            • ApiKeysLimitedTimeRetryPolicy(ApiKeysLimitedTimeRetryPolicy &&)
            • ApiKeysLimitedTimeRetryPolicy(ApiKeysLimitedTimeRetryPolicy const &)
          • Functions
            • maximum_duration() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • ApiKeysRetryPolicy
          • Overview
          • Functions
            • clone() const
            • OnFailure(Status const &)
            • OnFailure(Status const &)
            • IsExhausted() const
            • IsExhausted() const
            • IsPermanentFailure(Status const &) const
            • IsPermanentFailure(Status const &) const
      • Structs
        • ApiKeysBackoffPolicyOption
          • Overview
          • Types
            • Type
        • ApiKeysConnectionIdempotencyPolicyOption
          • Overview
          • Types
            • Type
        • ApiKeysPollingPolicyOption
          • Overview
          • Types
            • Type
        • ApiKeysRetryPolicyOption
          • Overview
          • Types
            • Type
      • Functions
        • MakeApiKeysConnection(Options)
        • MakeDefaultApiKeysConnectionIdempotencyPolicy()
    • google::cloud::apikeys_v2_mocks
      • Overview
      • Classes
        • MockApiKeysConnection
          • Overview
          • Functions
            • virtual options()
            • virtual CreateKey(google::api::apikeys::v2::CreateKeyRequest const &)
            • virtual CreateKey(NoAwaitTag, google::api::apikeys::v2::CreateKeyRequest const &)
            • virtual CreateKey(google::longrunning::Operation const &)
            • virtual ListKeys(google::api::apikeys::v2::ListKeysRequest)
            • virtual GetKey(google::api::apikeys::v2::GetKeyRequest const &)
            • virtual GetKeyString(google::api::apikeys::v2::GetKeyStringRequest const &)
            • virtual UpdateKey(google::api::apikeys::v2::UpdateKeyRequest const &)
            • virtual UpdateKey(NoAwaitTag, google::api::apikeys::v2::UpdateKeyRequest const &)
            • virtual UpdateKey(google::longrunning::Operation const &)
            • virtual DeleteKey(google::api::apikeys::v2::DeleteKeyRequest const &)
            • virtual DeleteKey(NoAwaitTag, google::api::apikeys::v2::DeleteKeyRequest const &)
            • virtual DeleteKey(google::longrunning::Operation const &)
            • virtual UndeleteKey(google::api::apikeys::v2::UndeleteKeyRequest const &)
            • virtual UndeleteKey(NoAwaitTag, google::api::apikeys::v2::UndeleteKeyRequest const &)
            • virtual UndeleteKey(google::longrunning::Operation const &)
            • virtual LookupKey(google::api::apikeys::v2::LookupKeyRequest 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
  • C++
  • Documentation
  • Reference

Namespace google::cloud::apikeys (2.30.0)

Stay organized with collections Save and categorize content based on your preferences.
  • 2.34.0-rc (latest)
  • 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.0
  • 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 apikeys_v2.

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-01-08 UTC.

  • Why Google

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

    • Google Cloud pricing
    • Google Workspace pricing
    • See all products
  • Solutions

    • Infrastructure modernization
    • Databases
    • Application modernization
    • Smart analytics
    • Artificial Intelligence
    • Security
    • Productivity & work transformation
    • Industry solutions
    • DevOps solutions
    • Small business solutions
    • See all solutions
  • Resources

    • Google Cloud Affiliate Program
    • Google Cloud documentation
    • Google Cloud quickstarts
    • Google Cloud Marketplace
    • Learn about cloud computing
    • Support
    • Code samples
    • Cloud Architecture Center
    • Training
    • Certifications
    • Google for Developers
    • Google Cloud for Startups
    • System status
    • Release Notes
  • Engage

    • Contact sales
    • Find a Partner
    • Become a Partner
    • Events
    • Podcasts
    • Developer Center
    • Press Corner
    • Google Cloud on YouTube
    • Google Cloud Tech on YouTube
    • Follow on X
    • Join User Research
    • We're hiring. Join Google Cloud!
    • Google Cloud Community
  • 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
  • 中文 – 简体
  • 日本語
  • 한국어