Class: Google::Cloud::Spanner::V1::PartitionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::PartitionResponse
- 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
-
#partitions ⇒ ::Array<::Google::Cloud::Spanner::V1::Partition>
Partitions created by this request.
-
#transaction ⇒ ::Google::Cloud::Spanner::V1::Transaction
Transaction created by this request.
Instance Attribute Details
#partitions ⇒ ::Array<::Google::Cloud::Spanner::V1::Partition>
Returns Partitions created by this request.
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.
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 |