Interface Replication.UserManagedOrBuilder (2.37.0)

public static interface Replication.UserManagedOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReplicas(int index)

public abstract Replication.UserManaged.Replica getReplicas(int index)

Required. The list of Replicas for this Secret.

Cannot be empty.

repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Replication.UserManaged.Replica

getReplicasCount()

public abstract int getReplicasCount()

Required. The list of Replicas for this Secret.

Cannot be empty.

repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getReplicasList()

public abstract List<Replication.UserManaged.Replica> getReplicasList()

Required. The list of Replicas for this Secret.

Cannot be empty.

repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Replica>

getReplicasOrBuilder(int index)

public abstract Replication.UserManaged.ReplicaOrBuilder getReplicasOrBuilder(int index)

Required. The list of Replicas for this Secret.

Cannot be empty.

repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Replication.UserManaged.ReplicaOrBuilder

getReplicasOrBuilderList()

public abstract List<? extends Replication.UserManaged.ReplicaOrBuilder> getReplicasOrBuilderList()

Required. The list of Replicas for this Secret.

Cannot be empty.

repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.secretmanager.v1.Replication.UserManaged.ReplicaOrBuilder>