Interface Replication.UserManagedOrBuilder

    • Method Detail

      • getReplicasList

        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];
      • getReplicas

        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];
      • getReplicasCount

        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];
      • getReplicasOrBuilderList

        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];
      • getReplicasOrBuilder

        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];