Interface ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplicationStatus.UserManagedStatus.ReplicaStatus
,ReplicationStatus.UserManagedStatus.ReplicaStatus.Builder
- Enclosing class:
- ReplicationStatus.UserManagedStatus
public static interface ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerManagedEncryptionStatus
getCustomerManagedEncryption()
Output only.CustomerManagedEncryptionStatusOrBuilder
getCustomerManagedEncryptionOrBuilder()
Output only.String
getLocation()
Output only.com.google.protobuf.ByteString
getLocationBytes()
Output only.boolean
hasCustomerManagedEncryption()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocation
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:
- The location.
-
getLocationBytes
com.google.protobuf.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:
- The bytes for location.
-
hasCustomerManagedEncryption
boolean hasCustomerManagedEncryption()
Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1.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:
- Whether the customerManagedEncryption field is set.
-
getCustomerManagedEncryption
CustomerManagedEncryptionStatus getCustomerManagedEncryption()
Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1.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:
- The customerManagedEncryption.
-
getCustomerManagedEncryptionOrBuilder
CustomerManagedEncryptionStatusOrBuilder getCustomerManagedEncryptionOrBuilder()
Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only populated if customer-managed encryption is used.
.google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-