Class: Google::Spanner::V1::PartitionResponse
- Inherits:
-
Object
- Object
- Google::Spanner::V1::PartitionResponse
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb
Overview
The response for PartitionQuery or PartitionRead
Instance Attribute Summary collapse
-
#partitions ⇒ Array<Google::Spanner::V1::Partition>
Partitions created by this request.
-
#transaction ⇒ Google::Spanner::V1::Transaction
Transaction created by this request.
Instance Attribute Details
#partitions ⇒ Array<Google::Spanner::V1::Partition>
Returns Partitions created by this request.
296 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 296 class PartitionResponse; end |
#transaction ⇒ Google::Spanner::V1::Transaction
Returns Transaction created by this request.
296 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 296 class PartitionResponse; end |