Cloud Channel v1 API - Class ReportJob (2.16.0)

[Obsolete]
public sealed class ReportJob:IMessage<ReportJob>, IEquatable<ReportJob>, IDeepCloneable<ReportJob>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ReportJob

Namespace

Google.Cloud.Channel.V1

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.