Google Cloud Dialogflow V2 Client - Class ReloadStatus (1.7.2)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ReloadStatus.

The status of a reload attempt.

Generated from protobuf message google.cloud.dialogflow.v2.Document.ReloadStatus

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Document

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ time Google\Protobuf\Timestamp

The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.

↳ status Google\Rpc\Status

The status of a reload attempt or the initial load.

getTime

The time of a reload attempt.

This reload may have been triggered automatically or manually and may not have succeeded.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasTime

clearTime

setTime

The time of a reload attempt.

This reload may have been triggered automatically or manually and may not have succeeded.

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

getStatus

The status of a reload attempt or the initial load.

Returns
TypeDescription
Google\Rpc\Status|null

hasStatus

clearStatus

setStatus

The status of a reload attempt or the initial load.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this