public static interface Replication.UserManagedOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.secrets.v1beta1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Replication.UserManaged.Replica |
|
getReplicasCount()
public abstract int getReplicasCount()Required. The list of Replicas for this Secret.
Cannot be empty.
repeated .google.cloud.secrets.v1beta1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getReplicasList()
public abstract List<Replication.UserManaged.Replica> getReplicasList()Required. The list of Replicas for this Secret.
Cannot be empty.
repeated .google.cloud.secrets.v1beta1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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.secrets.v1beta1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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.secrets.v1beta1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.secretmanager.v1beta1.Replication.UserManaged.ReplicaOrBuilder> |
|