Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Channel.
Message describing the Channel object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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.
#event
def event() -> ::String
Returns
- (::String) — Required. Event that is associated with this series.
#event=
def event=(value) -> ::String
Parameter
- value (::String) — Required. Event that is associated with this series.
Returns
- (::String) — Required. Event that is associated with this series.
#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.
#stream
def stream() -> ::String
Returns
- (::String) — Required. Stream that is associated with this series.
#stream=
def stream=(value) -> ::String
Parameter
- value (::String) — Required. Stream that is associated with this series.
Returns
- (::String) — Required. Stream that is associated with this series.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update timestamp.