Class: Google::Cloud::Channel::V1::Report

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

The ID and description of a report that was used to generate report data. For example, "Google Cloud Daily Spend", "Google Workspace License Activity", etc.

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array<::Google::Cloud::Channel::V1::Column>

Returns The list of columns included in the report. This defines the schema of the report results.

Returns:



391
392
393
394
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 391

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

#description::String

Returns A description of other aspects of the report, such as the products it supports.

Returns:

  • (::String)

    A description of other aspects of the report, such as the products it supports.



391
392
393
394
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 391

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

#display_name::String

Returns A human-readable name for this report.

Returns:

  • (::String)

    A human-readable name for this report.



391
392
393
394
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 391

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

#name::String

Returns Required. The report's resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, 613bf59q).

Name uses the format: accounts/{account_id}/reports/{report_id}.

Returns:

  • (::String)

    Required. The report's resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, 613bf59q).

    Name uses the format: accounts/{account_id}/reports/{report_id}



391
392
393
394
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 391

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