Google Cloud Vision Ai V1 Client - Class Event (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Name of the resource.

↳ create_time Google\Protobuf\Timestamp

Output only. The create timestamp.

↳ update_time Google\Protobuf\Timestamp

Output only. The update timestamp.

↳ labels array|Google\Protobuf\Internal\MapField

Labels as key value pairs.

↳ 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.

Returns
Type Description
string

setName

Name of the resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. The create timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The create timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. The update timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The update timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getLabels

Labels as key value pairs.

Returns
Type Description
Google\Protobuf\Internal\MapField

setLabels

Labels as key value pairs.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getAnnotations

Annotations to allow clients to store small amounts of arbitrary data.

Returns
Type Description
Google\Protobuf\Internal\MapField

setAnnotations

Annotations to allow clients to store small amounts of arbitrary data.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getAlignmentClock

The clock used for joining streams.

Returns
Type Description
int Enum of type Clock.

setAlignmentClock

The clock used for joining streams.

Parameter
Name Description
var int

Enum of type Clock.

Returns
Type Description
$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.

Returns
Type Description
Google\Protobuf\Duration|null

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.

Parameter
Name Description
var Google\Protobuf\Duration
Returns
Type Description
$this