Google Cloud Channel V1 Client - Class ReportStatus (1.1.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setState

The current state of the report generation process.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStartTime

The report generation's start time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The report generation's start time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The report generation's completion time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The report generation's completion time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this