Stay organized with collections Save and categorize content based on your preferences.
This class identifies a Google Cloud KMS Key.
A KMS key is identified by its project_id
, location
, key_ring
, and kms_key_name
.
See
https://cloud.google.com/kms/docsfor more information on KMS.
Constructors KmsKeyName(KmsKeyName const &)Copy and move
Parameter Name Description
KmsKeyName const &
Copy and move
Parameter Name Description
KmsKeyName &&
Constructs a KmsKeyName object identified by the given project_id
, location
, key_ring
, and kms_key_name
.
project_id
std::string const &
location
std::string const &
key_ring
std::string const &
kms_key_name
std::string const &
Copy and move
Parameter Name Description
KmsKeyName const &
KmsKeyName &
operator=(KmsKeyName &&)
Copy and move
Parameter Name Description
KmsKeyName &&
KmsKeyName &
Functions FullName() const
Returns the fully qualified KMS Key name as a string of the form: "projects/
Returns Type Descriptionstd::string const &
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-08-14 UTC.
[[["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 2025-08-14 UTC."],[[["This page provides documentation for the `KmsKeyName` class, which is used to identify a Google Cloud KMS Key within the C++ library."],["The class requires a valid `project_id`, `location`, `key_ring`, and `kms_key_name` to be constructed, and it does not perform any validation on these components until the key is used in an RPC."],["The latest version of this documentation is version 2.37.0-rc, with older versions ranging from 2.36.0 to 2.10.1 also accessible."],["The `KmsKeyName` class has multiple constructors to make copies or move the object around and also a constructor that takes in the string values of the identifier names to create a `KmsKeyName` object."],["The `KmsKeyName` class also has operators to copy or move the class object, and also a function `FullName()` to get the full name of the key."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4