Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ReportResultsMetadata.
The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#date_range
def date_range() -> ::Google::Cloud::Channel::V1::DateRange
- (::Google::Cloud::Channel::V1::DateRange) — The date range of reported usage.
#date_range=
def date_range=(value) -> ::Google::Cloud::Channel::V1::DateRange
- value (::Google::Cloud::Channel::V1::DateRange) — The date range of reported usage.
- (::Google::Cloud::Channel::V1::DateRange) — The date range of reported usage.
#preceding_date_range
def preceding_date_range() -> ::Google::Cloud::Channel::V1::DateRange
-
(::Google::Cloud::Channel::V1::DateRange) — 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.
#preceding_date_range=
def preceding_date_range=(value) -> ::Google::Cloud::Channel::V1::DateRange
-
value (::Google::Cloud::Channel::V1::DateRange) — 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.
-
(::Google::Cloud::Channel::V1::DateRange) — 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.
#report
def report() -> ::Google::Cloud::Channel::V1::Report
- (::Google::Cloud::Channel::V1::Report) — Details of the completed report.
#report=
def report=(value) -> ::Google::Cloud::Channel::V1::Report
- value (::Google::Cloud::Channel::V1::Report) — Details of the completed report.
- (::Google::Cloud::Channel::V1::Report) — Details of the completed report.
#row_count
def row_count() -> ::Integer
- (::Integer) — The total number of rows of data in the final report.
#row_count=
def row_count=(value) -> ::Integer
- value (::Integer) — The total number of rows of data in the final report.
- (::Integer) — The total number of rows of data in the final report.