Class: Google::Cloud::Channel::V1::Report Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Report
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
This message is deprecated and may be removed in the next major version update.
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
-
#columns ⇒ ::Array<::Google::Cloud::Channel::V1::Column>
The list of columns included in the report.
-
#description ⇒ ::String
A description of other aspects of the report, such as the products it supports.
-
#display_name ⇒ ::String
A human-readable name for this report.
-
#name ⇒ ::String
Required.
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.
405 406 407 408 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 405 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.
405 406 407 408 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 405 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns A human-readable name for this report.
405 406 407 408 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 405 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}.
405 406 407 408 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 405 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |