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
- (::Array<::Google::Cloud::Channel::V1::ReportValue>) — The list of values in the row.
#values=
def values=(value) -> ::Array<::Google::Cloud::Channel::V1::ReportValue>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::ReportValue>) — The list of values in the row.
Returns
- (::Array<::Google::Cloud::Channel::V1::ReportValue>) — The list of values in the row.