Secret Manager V1beta2 Client - Class Replica (2.2.1)

Reference documentation and code samples for the Secret Manager V1beta2 Client class Replica.

Represents a Replica for this Secret.

Generated from protobuf message google.cloud.secretmanager.v1beta2.Replication.UserManaged.Replica

Namespace

Google \ Cloud \ SecretManager \ V1beta2 \ Replication \ UserManaged

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ location string

The canonical IDs of the location to replicate data. For example: "us-east1".

↳ customer_managed_encryption Google\Cloud\SecretManager\V1beta2\CustomerManagedEncryption

Optional. The customer-managed encryption configuration of the User-Managed Replica. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

getLocation

The canonical IDs of the location to replicate data.

For example: "us-east1".

Returns
Type Description
string

setLocation

The canonical IDs of the location to replicate data.

For example: "us-east1".

Parameter
Name Description
var string
Returns
Type Description
$this

getCustomerManagedEncryption

Optional. The customer-managed encryption configuration of the User-Managed Replica. If no configuration is provided, Google-managed default encryption is used.

Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Returns
Type Description
Google\Cloud\SecretManager\V1beta2\CustomerManagedEncryption|null

hasCustomerManagedEncryption

clearCustomerManagedEncryption

setCustomerManagedEncryption

Optional. The customer-managed encryption configuration of the User-Managed Replica. If no configuration is provided, Google-managed default encryption is used.

Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Parameter
Name Description
var Google\Cloud\SecretManager\V1beta2\CustomerManagedEncryption
Returns
Type Description
$this

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月30日 UTC.