Class: Google::Cloud::Channel::V1::ReportJob Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ReportJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
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
-
#name ⇒ ::String
Required.
-
#report_status ⇒ ::Google::Cloud::Channel::V1::ReportStatus
The current status of report generation.
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}
.
193 194 195 196 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 193 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.
193 194 195 196 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 193 class ReportJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |