Cloud Channel V1 API - Class Google::Cloud::Channel::V1::Row (v0.24.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::Row.

A row of report values.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#partition_key

def partition_key() -> ::String
Returns
  • (::String) — The key for the partition this row belongs to. This field is empty if the report is not partitioned.

#partition_key=

def partition_key=(value) -> ::String
Parameter
  • value (::String) — 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.

#values

def values() -> ::Array<::Google::Cloud::Channel::V1::ReportValue>
Returns

#values=

def values=(value) -> ::Array<::Google::Cloud::Channel::V1::ReportValue>
Parameter
Returns