Class: Google::Area120::Tables::V1alpha1::GetRowRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::GetRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.GetRow.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}.
119 120 121 122 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 119 class GetRowRequest 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.
119 120 121 122 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 119 class GetRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |