Class: Google::Area120::Tables::V1alpha1::CreateRowRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The parent table where this row will be created. Format: tables/{table}.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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