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

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The date range of reported usage.

Returns:



212
213
214
215
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 212

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.



212
213
214
215
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 212

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:



212
213
214
215
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 212

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.



212
213
214
215
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 212

class ReportResultsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end