ReportStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Status of a report generation process.
Attributes |
|
---|---|
Name | Description |
state |
google.cloud.channel_v1.types.ReportStatus.State
The current state of the report generation process. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
The report generation's start time. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
The report generation's completion time. |
Classes
State
State(value)
Available states of report generation.
Values: STATE_UNSPECIFIED (0): Not used. STARTED (1): Report processing started. WRITING (2): Data generated from the report is being staged. AVAILABLE (3): Report data is available for access. FAILED (4): Report failed.