Class: Google::Cloud::Channel::V1::ReportJob

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 result of a [RunReportJob][] operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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



186
187
188
189
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 186

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

#report_status::Google::Cloud::Channel::V1::ReportStatus

Returns The current status of report generation.

Returns:



186
187
188
189
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 186

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