Class: Google::Cloud::Channel::V1::Row Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
A row of report values.
Instance Attribute Summary collapse
-
#partition_key ⇒ ::String
The key for the partition this row belongs to.
-
#values ⇒ ::Array<::Google::Cloud::Channel::V1::ReportValue>
The list of values in the row.
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.
315 316 317 318 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 315 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |