public interface ReplicationStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ReplicationStatus.AutomaticStatusOrBuilder |
|
getReplicationStatusCase()
public abstract ReplicationStatus.ReplicationStatusCase getReplicationStatusCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the userManaged field is set. |