Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class EventUpdate.
The event update message.
Generated from protobuf message google.cloud.visionai.v1.EventUpdate
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stream
string
The name of the stream that the event is attached to.
↳ event
string
The name of the event.
↳ series
string
The name of the series.
↳ update_time
↳ offset
int|string
The offset of the message that will be used to acknowledge of the message receiving.
getStream
The name of the stream that the event is attached to.
string
setStream
The name of the stream that the event is attached to.
var
string
$this
getEvent
The name of the event.
string
setEvent
The name of the event.
var
string
$this
getSeries
The name of the series.
string
setSeries
The name of the series.
var
string
$this
getUpdateTime
The timestamp when the Event update happens.
hasUpdateTime
clearUpdateTime
setUpdateTime
The timestamp when the Event update happens.
$this
getOffset
The offset of the message that will be used to acknowledge of the message receiving.
int|string
setOffset
The offset of the message that will be used to acknowledge of the message receiving.
var
int|string
$this

