Reference documentation and code samples for the Google Cloud Channel V1 Client class State.
Available states of report generation.
Protobuf type google.cloud.channel.v1.ReportStatus.State
Namespace
Google \ Cloud \ Channel \ V1 \ ReportStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTED
Value: 1
Report processing started.
Generated from protobuf enum STARTED = 1;
WRITING
Value: 2
Data generated from the report is being staged.
Generated from protobuf enum WRITING = 2;
AVAILABLE
Value: 3
Report data is available for access.
Generated from protobuf enum AVAILABLE = 3;
FAILED
Value: 4
Report failed.
Generated from protobuf enum FAILED = 4;