Class: Google::Cloud::Spanner::V1::DirectedReadOptions::ExcludeReplicas

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#replica_selections::Array<::Google::Cloud::Spanner::V1::DirectedReadOptions::ReplicaSelection>

Returns The directed read replica selector.

Returns:



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