public static interface ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder 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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CustomerManagedEncryptionStatusOrBuilder |
|
getLocation()
public abstract String getLocation() Output only. The canonical ID of the replica location.
For example: "us-east1".
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes() Output only. The canonical ID of the replica location.
For example: "us-east1".
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customerManagedEncryption field is set. |