Interface ReplicationOrBuilder (2.1.7)

public interface ReplicationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutomatic()

public abstract Replication.Automatic getAutomatic()

The Secret will automatically be replicated without any restrictions.

.google.cloud.secrets.v1beta1.Replication.Automatic automatic = 1;

Returns
TypeDescription
Replication.Automatic

The automatic.

getAutomaticOrBuilder()

public abstract Replication.AutomaticOrBuilder getAutomaticOrBuilder()

The Secret will automatically be replicated without any restrictions.

.google.cloud.secrets.v1beta1.Replication.Automatic automatic = 1;

Returns
TypeDescription
Replication.AutomaticOrBuilder

getReplicationCase()

public abstract Replication.ReplicationCase getReplicationCase()
Returns
TypeDescription
Replication.ReplicationCase

getUserManaged()

public abstract Replication.UserManaged getUserManaged()

The Secret will only be replicated into the locations specified.

.google.cloud.secrets.v1beta1.Replication.UserManaged user_managed = 2;

Returns
TypeDescription
Replication.UserManaged

The userManaged.

getUserManagedOrBuilder()

public abstract Replication.UserManagedOrBuilder getUserManagedOrBuilder()

The Secret will only be replicated into the locations specified.

.google.cloud.secrets.v1beta1.Replication.UserManaged user_managed = 2;

Returns
TypeDescription
Replication.UserManagedOrBuilder

hasAutomatic()

public abstract boolean hasAutomatic()

The Secret will automatically be replicated without any restrictions.

.google.cloud.secrets.v1beta1.Replication.Automatic automatic = 1;

Returns
TypeDescription
boolean

Whether the automatic field is set.

hasUserManaged()

public abstract boolean hasUserManaged()

The Secret will only be replicated into the locations specified.

.google.cloud.secrets.v1beta1.Replication.UserManaged user_managed = 2;

Returns
TypeDescription
boolean

Whether the userManaged field is set.