Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::Report.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#columns
def columns() -> ::Array<::Google::Cloud::Channel::V1::Column>
- (::Array<::Google::Cloud::Channel::V1::Column>) — The list of columns included in the report. This defines the schema of the report results.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::Channel::V1::Column>
- value (::Array<::Google::Cloud::Channel::V1::Column>) — The list of columns included in the report. This defines the schema of the report results.
- (::Array<::Google::Cloud::Channel::V1::Column>) — The list of columns included in the report. This defines the schema of the report results.
#description
def description() -> ::String
- (::String) — A description of other aspects of the report, such as the products it supports.
#description=
def description=(value) -> ::String
- value (::String) — A description of other aspects of the report, such as the products it supports.
- (::String) — A description of other aspects of the report, such as the products it supports.
#display_name
def display_name() -> ::String
- (::String) — A human-readable name for this report.
#display_name=
def display_name=(value) -> ::String
- value (::String) — A human-readable name for this report.
- (::String) — A human-readable name for this report.
#name
def name() -> ::String
-
(::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}
#name=
def name=(value) -> ::String
-
value (::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}
-
(::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}