Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::TableResponse.
Internal usage only.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mutate_row
def mutate_row() -> ::Google::Cloud::Bigtable::V2::SessionMutateRowResponse
Returns
-
(::Google::Cloud::Bigtable::V2::SessionMutateRowResponse) — Note: The following fields are mutually exclusive:
mutate_row,read_row. If a field in that set is populated, all other fields in the set will automatically be cleared.
#mutate_row=
def mutate_row=(value) -> ::Google::Cloud::Bigtable::V2::SessionMutateRowResponse
Parameter
-
value (::Google::Cloud::Bigtable::V2::SessionMutateRowResponse) — Note: The following fields are mutually exclusive:
mutate_row,read_row. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::Bigtable::V2::SessionMutateRowResponse) — Note: The following fields are mutually exclusive:
mutate_row,read_row. If a field in that set is populated, all other fields in the set will automatically be cleared.
#read_row
def read_row() -> ::Google::Cloud::Bigtable::V2::SessionReadRowResponse
Returns
-
(::Google::Cloud::Bigtable::V2::SessionReadRowResponse) — Note: The following fields are mutually exclusive:
read_row,mutate_row. If a field in that set is populated, all other fields in the set will automatically be cleared.
#read_row=
def read_row=(value) -> ::Google::Cloud::Bigtable::V2::SessionReadRowResponse
Parameter
-
value (::Google::Cloud::Bigtable::V2::SessionReadRowResponse) — Note: The following fields are mutually exclusive:
read_row,mutate_row. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::Bigtable::V2::SessionReadRowResponse) — Note: The following fields are mutually exclusive:
read_row,mutate_row. If a field in that set is populated, all other fields in the set will automatically be cleared.