Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::PartitionResponse.
The response for PartitionQuery or PartitionRead
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#partitions
def partitions() -> ::Array<::Google::Cloud::Spanner::V1::Partition>
Returns
- (::Array<::Google::Cloud::Spanner::V1::Partition>) — Partitions created by this request.
#partitions=
def partitions=(value) -> ::Array<::Google::Cloud::Spanner::V1::Partition>
Parameter
- value (::Array<::Google::Cloud::Spanner::V1::Partition>) — Partitions created by this request.
Returns
- (::Array<::Google::Cloud::Spanner::V1::Partition>) — Partitions created by this request.
#transaction
def transaction() -> ::Google::Cloud::Spanner::V1::Transaction
Returns
- (::Google::Cloud::Spanner::V1::Transaction) — Transaction created by this request.
#transaction=
def transaction=(value) -> ::Google::Cloud::Spanner::V1::Transaction
Parameter
- value (::Google::Cloud::Spanner::V1::Transaction) — Transaction created by this request.
Returns
- (::Google::Cloud::Spanner::V1::Transaction) — Transaction created by this request.