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

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
Returns

#date_range=

def date_range=(value) -> ::Google::Cloud::Channel::V1::DateRange
Parameter
Returns

#preceding_date_range

def preceding_date_range() -> ::Google::Cloud::Channel::V1::DateRange
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns

#report=

def report=(value) -> ::Google::Cloud::Channel::V1::Report
Parameter
Returns

#row_count

def row_count() -> ::Integer
Returns
  • (::Integer) — The total number of rows of data in the final report.

#row_count=

def row_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of rows of data in the final report.
Returns
  • (::Integer) — The total number of rows of data in the final report.