Class: Google::Cloud::Spanner::Admin::Instance::V1::ReplicaSelection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/instance/v1/common.rb

Overview

ReplicaSelection identifies replicas with common properties.

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns Required. Name of the location of the replicas (e.g., "us-central1").

Returns:

  • (::String)

    Required. Name of the location of the replicas (e.g., "us-central1").



48
49
50
51
# File 'proto_docs/google/spanner/admin/instance/v1/common.rb', line 48

class ReplicaSelection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end