Cloud Channel v1 API - Class ReportJob (2.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
[Obsolete]
public sealed class ReportJob:IMessage<ReportJob>, IEquatable<ReportJob>, IDeepCloneable<ReportJob>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ReportJob.
The result of a [RunReportJob][] operation. Contains the name to use in [FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] and the status of the operation.
Implements
IMessage ReportJob, IEquatable ReportJob, IDeepCloneable ReportJob, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ReportJob()
public ReportJob()ReportJob(ReportJob)
public ReportJob(ReportJob other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportJob |
Properties
Name
public string Name { get; set; }Required. The resource name of a report job.
Name uses the format:
accounts/{account_id}/reportJobs/{report_job_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReportJobName
[Obsolete]
public ReportJobName ReportJobName { get; set; }ReportJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReportJobName |
|
ReportStatus
[Obsolete]
public ReportStatus ReportStatus { get; set; }The current status of report generation.
| Property Value | |
|---|---|
| Type | Description |
ReportStatus |
|