public static interface ReplicationStatus.AutomaticStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerManagedEncryption()
public abstract CustomerManagedEncryptionStatus getCustomerManagedEncryption()Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
.google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CustomerManagedEncryptionStatus |
The customerManagedEncryption. |
getCustomerManagedEncryptionOrBuilder()
public abstract CustomerManagedEncryptionStatusOrBuilder getCustomerManagedEncryptionOrBuilder()Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
.google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CustomerManagedEncryptionStatusOrBuilder |
|
hasCustomerManagedEncryption()
public abstract boolean hasCustomerManagedEncryption()Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
.google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customerManagedEncryption field is set. |