Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Event.
Message describing the Event object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#alignment_clock
def alignment_clock() -> ::Google::Cloud::VisionAI::V1::Event::Clock
Returns
- (::Google::Cloud::VisionAI::V1::Event::Clock) — The clock used for joining streams.
#alignment_clock=
def alignment_clock=(value) -> ::Google::Cloud::VisionAI::V1::Event::Clock
Parameter
- value (::Google::Cloud::VisionAI::V1::Event::Clock) — The clock used for joining streams.
Returns
- (::Google::Cloud::VisionAI::V1::Event::Clock) — The clock used for joining streams.
#annotations
def annotations() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Annotations to allow clients to store small amounts of arbitrary data.
#annotations=
def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Annotations to allow clients to store small amounts of arbitrary data.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Annotations to allow clients to store small amounts of arbitrary data.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The create timestamp.
#grace_period
def grace_period() -> ::Google::Protobuf::Duration
Returns
- (::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.
#grace_period=
def grace_period=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::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.
Returns
- (::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.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#name
def name() -> ::String
Returns
- (::String) — Name of the resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the resource.
Returns
- (::String) — Name of the resource.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update timestamp.