Interface ReplicationStatusOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReplicationStatus, ReplicationStatus.Builder

    public interface ReplicationStatusOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasAutomatic

        boolean hasAutomatic()
         Describes the replication status of a
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
         automatic replication.
        
         Only populated if the parent
         [Secret][google.cloud.secretmanager.v1.Secret] has an automatic
         replication policy.
         
        .google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;
        Returns:
        Whether the automatic field is set.
      • getAutomatic

        ReplicationStatus.AutomaticStatus getAutomatic()
         Describes the replication status of a
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
         automatic replication.
        
         Only populated if the parent
         [Secret][google.cloud.secretmanager.v1.Secret] has an automatic
         replication policy.
         
        .google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;
        Returns:
        The automatic.
      • getAutomaticOrBuilder

        ReplicationStatus.AutomaticStatusOrBuilder getAutomaticOrBuilder()
         Describes the replication status of a
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
         automatic replication.
        
         Only populated if the parent
         [Secret][google.cloud.secretmanager.v1.Secret] has an automatic
         replication policy.
         
        .google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;
      • hasUserManaged

        boolean hasUserManaged()
         Describes the replication status of a
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
         user-managed replication.
        
         Only populated if the parent
         [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed
         replication policy.
         
        .google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;
        Returns:
        Whether the userManaged field is set.
      • getUserManaged

        ReplicationStatus.UserManagedStatus getUserManaged()
         Describes the replication status of a
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
         user-managed replication.
        
         Only populated if the parent
         [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed
         replication policy.
         
        .google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;
        Returns:
        The userManaged.
      • getUserManagedOrBuilder

        ReplicationStatus.UserManagedStatusOrBuilder getUserManagedOrBuilder()
         Describes the replication status of a
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with
         user-managed replication.
        
         Only populated if the parent
         [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed
         replication policy.
         
        .google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;