Class: Google::Cloud::Channel::V1::Row

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/reports_service.rb

Overview

A row of report values.

Instance Attribute Summary collapse

Instance Attribute Details

#partition_key::String

Returns The key for the partition this row belongs to. This field is empty if the report is not partitioned.

Returns:

  • (::String)

    The key for the partition this row belongs to. This field is empty if the report is not partitioned.



304
305
306
307
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 304

class Row
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#values::Array<::Google::Cloud::Channel::V1::ReportValue>

Returns The list of values in the row.

Returns:



304
305
306
307
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 304

class Row
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end