Cloud Channel V1 API - Class Google::Cloud::Channel::V1::Report (v0.19.0)

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>
Returns

#columns=

def columns=(value) -> ::Array<::Google::Cloud::Channel::V1::Column>
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — A description of other aspects of the report, such as the products it supports.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — 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.

#display_name

def display_name() -> ::String
Returns
  • (::String) — A human-readable name for this report.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — A human-readable name for this report.
Returns
  • (::String) — A human-readable name for this report.

#name

def name() -> ::String
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}

#name=

def name=(value) -> ::String
Parameter
  • 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}

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}