Class: Google::Area120::Tables::V1alpha1::CreateRowRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::CreateRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.CreateRow.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#row ⇒ ::Google::Area120::Tables::V1alpha1::Row
Required.
-
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent table where this row will be created. Format: tables/{table}.
182 183 184 185 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 182 class CreateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row ⇒ ::Google::Area120::Tables::V1alpha1::Row
Returns Required. The row to create.
182 183 184 185 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 182 class CreateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Returns Optional. Column key to use for values in the row. Defaults to user entered name.
182 183 184 185 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 182 class CreateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |