Vision AI V1 API - Class Google::Cloud::VisionAI::V1::RequestMetadata (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::RequestMetadata.

RequestMetadata is the metadata message for the request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#event

def event() -> ::String
Returns
  • (::String) — Evevt name.

#event=

def event=(value) -> ::String
Parameter
  • value (::String) — Evevt name.
Returns
  • (::String) — Evevt name.

#lease_id

def lease_id() -> ::String
Returns
  • (::String) — Lease id.

#lease_id=

def lease_id=(value) -> ::String
Parameter
  • value (::String) — Lease id.
Returns
  • (::String) — Lease id.

#lease_term

def lease_term() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.

#lease_term=

def lease_term=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.
Returns
  • (::Google::Protobuf::Duration) — Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.

#owner

def owner() -> ::String
Returns
  • (::String) — Owner name.

#owner=

def owner=(value) -> ::String
Parameter
  • value (::String) — Owner name.
Returns
  • (::String) — Owner name.

#series

def series() -> ::String
Returns
  • (::String) — Series name.

#series=

def series=(value) -> ::String
Parameter
  • value (::String) — Series name.
Returns
  • (::String) — Series name.

#stream

def stream() -> ::String
Returns
  • (::String) — Stream name.

#stream=

def stream=(value) -> ::String
Parameter
  • value (::String) — Stream name.
Returns
  • (::String) — Stream name.