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
- (::Google::Cloud::Channel::V1::ReportStatus) — The current status of report generation.
#report_status=
def report_status=(value) -> ::Google::Cloud::Channel::V1::ReportStatus
Parameter
- value (::Google::Cloud::Channel::V1::ReportStatus) — The current status of report generation.
Returns
- (::Google::Cloud::Channel::V1::ReportStatus) — The current status of report generation.