Class: Google::Cloud::Spanner::V1::DirectedReadOptions::ExcludeReplicas
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::DirectedReadOptions::ExcludeReplicas
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/spanner.rb
Overview
An ExcludeReplicas contains a repeated set of ReplicaSelection that should be excluded from serving requests.
Instance Attribute Summary collapse
-
#replica_selections ⇒ ::Array<::Google::Cloud::Spanner::V1::DirectedReadOptions::ReplicaSelection>
The directed read replica selector.
Instance Attribute Details
#replica_selections ⇒ ::Array<::Google::Cloud::Spanner::V1::DirectedReadOptions::ReplicaSelection>
Returns The directed read replica selector.
324 325 326 327 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 324 class ExcludeReplicas include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |