public static interface Replication.UserManagedOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Replication.UserManaged.Replica |
getReplicas(int index)
Required.
|
int |
getReplicasCount()
Required.
|
List<Replication.UserManaged.Replica> |
getReplicasList()
Required.
|
Replication.UserManaged.ReplicaOrBuilder |
getReplicasOrBuilder(int index)
Required.
|
List<? extends Replication.UserManaged.ReplicaOrBuilder> |
getReplicasOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Replication.UserManaged.Replica> getReplicasList()
Required. The list of Replicas for this [Secret][google.cloud.secretmanager.v1.Secret]. Cannot be empty.
repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
Replication.UserManaged.Replica getReplicas(int index)
Required. The list of Replicas for this [Secret][google.cloud.secretmanager.v1.Secret]. Cannot be empty.
repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
int getReplicasCount()
Required. The list of Replicas for this [Secret][google.cloud.secretmanager.v1.Secret]. Cannot be empty.
repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends Replication.UserManaged.ReplicaOrBuilder> getReplicasOrBuilderList()
Required. The list of Replicas for this [Secret][google.cloud.secretmanager.v1.Secret]. Cannot be empty.
repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
Replication.UserManaged.ReplicaOrBuilder getReplicasOrBuilder(int index)
Required. The list of Replicas for this [Secret][google.cloud.secretmanager.v1.Secret]. Cannot be empty.
repeated .google.cloud.secretmanager.v1.Replication.UserManaged.Replica replicas = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.