Class: Google::Cloud::Channel::V1::ReportResultsMetadata Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ReportResultsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
This message is deprecated and may be removed in the next major version update.
The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.
Instance Attribute Summary collapse
-
#date_range ⇒ ::Google::Cloud::Channel::V1::DateRange
The date range of reported usage.
-
#preceding_date_range ⇒ ::Google::Cloud::Channel::V1::DateRange
The usage dates immediately preceding
date_range
with the same duration. -
#report ⇒ ::Google::Cloud::Channel::V1::Report
Details of the completed report.
-
#row_count ⇒ ::Integer
The total number of rows of data in the final report.
Instance Attribute Details
#date_range ⇒ ::Google::Cloud::Channel::V1::DateRange
Returns The date range of reported usage.
220 221 222 223 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 220 class ReportResultsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preceding_date_range ⇒ ::Google::Cloud::Channel::V1::DateRange
Returns The usage dates immediately preceding date_range
with the same duration.
Use this to calculate trending usage and costs. This is only populated if
you request trending data.
For example, if date_range
is July 1-15, preceding_date_range
will be
June 16-30.
220 221 222 223 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 220 class ReportResultsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report ⇒ ::Google::Cloud::Channel::V1::Report
Returns Details of the completed report.
220 221 222 223 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 220 class ReportResultsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_count ⇒ ::Integer
Returns The total number of rows of data in the final report.
220 221 222 223 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 220 class ReportResultsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |