Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Event.
Message describing the Event object.
Generated from protobuf message google.cloud.visionai.v1.Event
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of the resource.
↳ create_time
↳ update_time
↳ labels
↳ annotations
array| Google\Protobuf\Internal\MapField
Annotations to allow clients to store small amounts of arbitrary data.
↳ alignment_clock
int
The clock used for joining streams.
↳ grace_period
Google\Protobuf\Duration
Grace period for cleaning up the event. This is the time the controller waits for before deleting the event. During this period, if there is any active channel on the event. The deletion of the event after grace_period will be ignored.
getName
Name of the resource.
string
setName
Name of the resource.
var
string
$this
getCreateTime
Output only. The create timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create timestamp.
$this
getUpdateTime
Output only. The update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update timestamp.
$this
getLabels
Labels as key value pairs.
setLabels
Labels as key value pairs.
$this
getAnnotations
Annotations to allow clients to store small amounts of arbitrary data.
setAnnotations
Annotations to allow clients to store small amounts of arbitrary data.
$this
getAlignmentClock
The clock used for joining streams.
setAlignmentClock
The clock used for joining streams.
$this
getGracePeriod
Grace period for cleaning up the event. This is the time the controller waits for before deleting the event. During this period, if there is any active channel on the event. The deletion of the event after grace_period will be ignored.
hasGracePeriod
clearGracePeriod
setGracePeriod
Grace period for cleaning up the event. This is the time the controller waits for before deleting the event. During this period, if there is any active channel on the event. The deletion of the event after grace_period will be ignored.
$this

