Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ReportJob (v0.24.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ReportJob.

The result of a [RunReportJob][] operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}
Returns
  • (::String) — Required. The resource name of a report job. Name uses the format: accounts/{account_id}/reportJobs/{report_job_id}

#report_status

def report_status() -> ::Google::Cloud::Channel::V1::ReportStatus
Returns

#report_status=

def report_status=(value) -> ::Google::Cloud::Channel::V1::ReportStatus
Parameter
Returns