Secret Manager V1 Client - Class ReplicaStatus (1.9.7)

Reference documentation and code samples for the Secret Manager V1 Client class ReplicaStatus.

Describes the status of a user-managed replica for the SecretVersion.

Generated from protobuf message google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus.ReplicaStatus

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ location string

Output only. The canonical ID of the replica location. For example: "us-east1".

↳ customer_managed_encryption Google\Cloud\SecretManager\V1\CustomerManagedEncryptionStatus

Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.

getLocation

Output only. The canonical ID of the replica location.

For example: "us-east1".

Generated from protobuf field string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
string

setLocation

Output only. The canonical ID of the replica location.

For example: "us-east1".

Generated from protobuf field string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCustomerManagedEncryption

Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.

Generated from protobuf field .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Cloud\SecretManager\V1\CustomerManagedEncryptionStatus|null

hasCustomerManagedEncryption

clearCustomerManagedEncryption

setCustomerManagedEncryption

Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.

Generated from protobuf field .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var Google\Cloud\SecretManager\V1\CustomerManagedEncryptionStatus
Returns
TypeDescription
$this