Class: Google::Cloud::Channel::V1::ReportResultsMetadata Deprecated

Inherits:
Object
  • Object
show all
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.

The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.

Instance Attribute Summary collapse

Instance Attribute Details

#date_range::Google::Cloud::Channel::V1::DateRange

Returns The date range of reported usage.

Returns:



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.

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.



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.

Returns:



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.

Returns:

  • (::Integer)

    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