Cloud Channel v1 API - Class ReportStatus (2.11.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class ReportStatus.

Status of a report generation process.

Inheritance

object > ReportStatus

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ReportStatus()

public ReportStatus()

ReportStatus(ReportStatus)

public ReportStatus(ReportStatus other)
Parameter
NameDescription
otherReportStatus

Properties

EndTime

public Timestamp EndTime { get; set; }

The report generation's completion time.

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

The report generation's start time.

Property Value
TypeDescription
Timestamp

State

public ReportStatus.Types.State State { get; set; }

The current state of the report generation process.

Property Value
TypeDescription
ReportStatusTypesState