Class: Google::Area120::Tables::V1alpha1::GetRowRequest

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.GetRow.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}.

Returns:

  • (::String)

    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.

Returns:



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