Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ReplicaSelection |
ReplicaSelection.clone() |
ReplicaSelection |
ReplicaSelection.set(String fieldName,
Object value) |
ReplicaSelection |
ReplicaSelection.setLocation(String location)
The location or region of the serving requests, for example, "us-east1".
|
ReplicaSelection |
ReplicaSelection.setType(String type)
The type of replica.
|
Modifier and Type | Method and Description |
---|---|
List<ReplicaSelection> |
ExcludeReplicas.getReplicaSelections()
The directed read replica selector.
|
List<ReplicaSelection> |
IncludeReplicas.getReplicaSelections()
The directed read replica selector.
|
Modifier and Type | Method and Description |
---|---|
ExcludeReplicas |
ExcludeReplicas.setReplicaSelections(List<ReplicaSelection> replicaSelections)
The directed read replica selector.
|
IncludeReplicas |
IncludeReplicas.setReplicaSelections(List<ReplicaSelection> replicaSelections)
The directed read replica selector.
|
Copyright © 2011–2025 Google. All rights reserved.