Interface ReplicationStatusOrBuilder (2.1.7)

public interface ReplicationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutomatic()

public abstract ReplicationStatus.AutomaticStatus getAutomatic()

Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy.

.google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;

Returns
TypeDescription
ReplicationStatus.AutomaticStatus

The automatic.

getAutomaticOrBuilder()

public abstract ReplicationStatus.AutomaticStatusOrBuilder getAutomaticOrBuilder()

Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy.

.google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;

Returns
TypeDescription
ReplicationStatus.AutomaticStatusOrBuilder

getReplicationStatusCase()

public abstract ReplicationStatus.ReplicationStatusCase getReplicationStatusCase()
Returns
TypeDescription
ReplicationStatus.ReplicationStatusCase

getUserManaged()

public abstract ReplicationStatus.UserManagedStatus getUserManaged()

Describes the replication status of a SecretVersion with user-managed replication. Only populated if the parent Secret has a user-managed replication policy.

.google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;

Returns
TypeDescription
ReplicationStatus.UserManagedStatus

The userManaged.

getUserManagedOrBuilder()

public abstract ReplicationStatus.UserManagedStatusOrBuilder getUserManagedOrBuilder()

Describes the replication status of a SecretVersion with user-managed replication. Only populated if the parent Secret has a user-managed replication policy.

.google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;

Returns
TypeDescription
ReplicationStatus.UserManagedStatusOrBuilder

hasAutomatic()

public abstract boolean hasAutomatic()

Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy.

.google.cloud.secretmanager.v1.ReplicationStatus.AutomaticStatus automatic = 1;

Returns
TypeDescription
boolean

Whether the automatic field is set.

hasUserManaged()

public abstract boolean hasUserManaged()

Describes the replication status of a SecretVersion with user-managed replication. Only populated if the parent Secret has a user-managed replication policy.

.google.cloud.secretmanager.v1.ReplicationStatus.UserManagedStatus user_managed = 2;

Returns
TypeDescription
boolean

Whether the userManaged field is set.