Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::AuthorizedViewRequest.
A request wrapper for operations on an authorized view. 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::SessionMutateRowRequest
Returns
-
(::Google::Cloud::Bigtable::V2::SessionMutateRowRequest) — 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::SessionMutateRowRequest
Parameter
-
value (::Google::Cloud::Bigtable::V2::SessionMutateRowRequest) — 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::SessionMutateRowRequest) — 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::SessionReadRowRequest
Returns
-
(::Google::Cloud::Bigtable::V2::SessionReadRowRequest) — 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::SessionReadRowRequest
Parameter
-
value (::Google::Cloud::Bigtable::V2::SessionReadRowRequest) — 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::SessionReadRowRequest) — 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.