Class: Google::Cloud::Spanner::V1::PartitionResponse

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

Overview

The response for PartitionQuery or PartitionRead

Instance Attribute Summary collapse

Instance Attribute Details

#partitions::Array<::Google::Cloud::Spanner::V1::Partition>

Returns Partitions created by this request.

Returns:



813
814
815
816
# File 'proto_docs/google/spanner/v1/spanner.rb', line 813

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

#transaction::Google::Cloud::Spanner::V1::Transaction

Returns Transaction created by this request.

Returns:



813
814
815
816
# File 'proto_docs/google/spanner/v1/spanner.rb', line 813

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