public static interface ReplicationStatus.UserManagedStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReplicas(int index)
public abstract ReplicationStatus.UserManagedStatus.ReplicaStatus getReplicas(int index)Output only. The list of replica statuses for the SecretVersion.
repeated .google.cloud.secretmanager.v1beta2.ReplicationStatus.UserManagedStatus.ReplicaStatus replicas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReplicationStatus.UserManagedStatus.ReplicaStatus |
|
getReplicasCount()
public abstract int getReplicasCount()Output only. The list of replica statuses for the SecretVersion.
repeated .google.cloud.secretmanager.v1beta2.ReplicationStatus.UserManagedStatus.ReplicaStatus replicas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getReplicasList()
public abstract List<ReplicationStatus.UserManagedStatus.ReplicaStatus> getReplicasList()Output only. The list of replica statuses for the SecretVersion.
repeated .google.cloud.secretmanager.v1beta2.ReplicationStatus.UserManagedStatus.ReplicaStatus replicas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<ReplicaStatus> |
|
getReplicasOrBuilder(int index)
public abstract ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder getReplicasOrBuilder(int index)Output only. The list of replica statuses for the SecretVersion.
repeated .google.cloud.secretmanager.v1beta2.ReplicationStatus.UserManagedStatus.ReplicaStatus replicas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder |
|
getReplicasOrBuilderList()
public abstract List<? extends ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder> getReplicasOrBuilderList()Output only. The list of replica statuses for the SecretVersion.
repeated .google.cloud.secretmanager.v1beta2.ReplicationStatus.UserManagedStatus.ReplicaStatus replicas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.secretmanager.v1beta2.ReplicationStatus.UserManagedStatus.ReplicaStatusOrBuilder> |
|