Send feedback
Class SecretManagerServiceConnectionIdempotencyPolicy (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.21.0 keyboard_arrow_down
Functions
virtual clone() const
Create a new copy of this object.
Returns
Type
Description
std::unique_ptr< SecretManagerServiceConnectionIdempotencyPolicy >
virtual ListSecrets(google::cloud::secretmanager::v1::ListSecretsRequest)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::ListSecretsRequest
Returns
Type
Description
google::cloud::Idempotency
virtual CreateSecret(google::cloud::secretmanager::v1::CreateSecretRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::CreateSecretRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual AddSecretVersion(google::cloud::secretmanager::v1::AddSecretVersionRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::AddSecretVersionRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetSecret(google::cloud::secretmanager::v1::GetSecretRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::GetSecretRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual UpdateSecret(google::cloud::secretmanager::v1::UpdateSecretRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::UpdateSecretRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual DeleteSecret(google::cloud::secretmanager::v1::DeleteSecretRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::DeleteSecretRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual ListSecretVersions(google::cloud::secretmanager::v1::ListSecretVersionsRequest)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::ListSecretVersionsRequest
Returns
Type
Description
google::cloud::Idempotency
virtual GetSecretVersion(google::cloud::secretmanager::v1::GetSecretVersionRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::GetSecretVersionRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual AccessSecretVersion(google::cloud::secretmanager::v1::AccessSecretVersionRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::AccessSecretVersionRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual DisableSecretVersion(google::cloud::secretmanager::v1::DisableSecretVersionRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::DisableSecretVersionRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual EnableSecretVersion(google::cloud::secretmanager::v1::EnableSecretVersionRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::EnableSecretVersionRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual DestroySecretVersion(google::cloud::secretmanager::v1::DestroySecretVersionRequest const &)
Parameter
Name
Description
request
google::cloud::secretmanager::v1::DestroySecretVersionRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual SetIamPolicy(google::iam::v1::SetIamPolicyRequest const &)
Parameter
Name
Description
request
google::iam::v1::SetIamPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetIamPolicy(google::iam::v1::GetIamPolicyRequest const &)
Parameter
Name
Description
request
google::iam::v1::GetIamPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual TestIamPermissions(google::iam::v1::TestIamPermissionsRequest const &)
Parameter
Name
Description
request
google::iam::v1::TestIamPermissionsRequest const &
Returns
Type
Description
google::cloud::Idempotency
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 2025-03-21 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 2025-03-21 UTC."],[[["This page provides documentation for the `SecretManagerServiceConnectionIdempotencyPolicy` class, with version 2.37.0-rc being the latest release candidate, and 2.21.0 as the version initially listed on the page."],["The documentation covers the functionality of the `SecretManagerServiceConnectionIdempotencyPolicy` class across multiple versions of the software, from version 2.10.1 to the latest release candidate version."],["The class includes a variety of virtual functions related to secret management, such as creating, listing, getting, updating, and deleting secrets and their versions."],["The `SecretManagerServiceConnectionIdempotencyPolicy` class also handles operations like setting, getting, and testing IAM policies, which is the main function of this class."],["Each virtual function within the class takes a specific request object as a parameter, and returns a `google::cloud::Idempotency` type."]]],[]]