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 \ DocumentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
The status of a reload attempt or the initial load.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
The status of a reload attempt or the initial load.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |