Package com.google.spanner.v1
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 Summary
Modifier and TypeMethodDescriptiongetReplicaSelections(int index) The directed read replica selector.intThe directed read replica selector.The directed read replica selector.getReplicaSelectionsOrBuilder(int index) The directed read replica selector.The directed read replica selector.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReplicaSelectionsList
List<DirectedReadOptions.ReplicaSelection> getReplicaSelectionsList()The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1; -
getReplicaSelections
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
The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
-