public static interface DirectedReadOptions.ExcludeReplicasOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReplicaSelections(int index)
public abstract DirectedReadOptions.ReplicaSelection getReplicaSelections(int index)The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DirectedReadOptions.ReplicaSelection |
|
getReplicaSelectionsCount()
public abstract int getReplicaSelectionsCount()The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReplicaSelectionsList()
public abstract List<DirectedReadOptions.ReplicaSelection> getReplicaSelectionsList()The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReplicaSelection> |
|
getReplicaSelectionsOrBuilder(int index)
public abstract DirectedReadOptions.ReplicaSelectionOrBuilder getReplicaSelectionsOrBuilder(int index)The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DirectedReadOptions.ReplicaSelectionOrBuilder |
|
getReplicaSelectionsOrBuilderList()
public abstract List<? extends DirectedReadOptions.ReplicaSelectionOrBuilder> getReplicaSelectionsOrBuilderList()The directed read replica selector.
repeated .google.spanner.v1.DirectedReadOptions.ReplicaSelection replica_selections = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.spanner.v1.DirectedReadOptions.ReplicaSelectionOrBuilder> |
|