Reference documentation and code samples for the Google Cloud Channel V1 Client class ReportStatus.
Status of a report generation process.
Generated from protobuf message google.cloud.channel.v1.ReportStatus
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
The current state of the report generation process. |
↳ start_time |
Google\Protobuf\Timestamp
The report generation's start time. |
↳ end_time |
Google\Protobuf\Timestamp
The report generation's completion time. |
getState
The current state of the report generation process.
| Returns | |
|---|---|
| Type | Description |
int |
|
setState
The current state of the report generation process.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartTime
The report generation's start time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
The report generation's start time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
The report generation's completion time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
The report generation's completion time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|