Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Channel.
Message describing the Channel object.
Generated from protobuf message google.cloud.visionai.v1.Channel
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.
↳ stream
string
Required. Stream that is associated with this series.
↳ event
string
Required. Event that is associated with this series.
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
getStream
Required. Stream that is associated with this series.
string
setStream
Required. Stream that is associated with this series.
var
string
$this
getEvent
Required. Event that is associated with this series.
string
setEvent
Required. Event that is associated with this series.
var
string
$this

