Interface DirectedReadOptions.ExcludeReplicasOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DirectedReadOptions.ExcludeReplicas, DirectedReadOptions.ExcludeReplicas.Builder
Enclosing class:
DirectedReadOptions

public static interface DirectedReadOptions.ExcludeReplicasOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getReplicaSelectionsList

      List<DirectedReadOptions.ReplicaSelection> getReplicaSelectionsList()
       The directed read replica selector.
       
      repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
    • getReplicaSelections

      DirectedReadOptions.ReplicaSelection getReplicaSelections(int index)
       The directed read replica selector.
       
      repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
    • getReplicaSelectionsCount

      int getReplicaSelectionsCount()
       The directed read replica selector.
       
      repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
    • getReplicaSelectionsOrBuilderList

      List<? extends DirectedReadOptions.ReplicaSelectionOrBuilder> getReplicaSelectionsOrBuilderList()
       The directed read replica selector.
       
      repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
    • getReplicaSelectionsOrBuilder

      DirectedReadOptions.ReplicaSelectionOrBuilder getReplicaSelectionsOrBuilder(int index)
       The directed read replica selector.
       
      repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;