Class: Google::Area120::Tables::V1alpha1::DeleteRowRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::DeleteRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.DeleteRow
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the row to delete. Format: tables/{table}/rows/{row}.
256 257 258 259 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 256 class DeleteRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |