Interface ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder

    • 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];