Class: Google::Cloud::VisionAI::V1::RequestMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/streaming_service.rb

Overview

RequestMetadata is the metadata message for the request.

Instance Attribute Summary collapse

Instance Attribute Details

#event::String

Returns Evevt name.

Returns:

  • (::String)

    Evevt name.



227
228
229
230
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 227

class RequestMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#lease_id::String

Returns Lease id.

Returns:

  • (::String)

    Lease id.



227
228
229
230
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 227

class RequestMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#lease_term::Google::Protobuf::Duration

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



227
228
229
230
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 227

class RequestMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#owner::String

Returns Owner name.

Returns:

  • (::String)

    Owner name.



227
228
229
230
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 227

class RequestMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#series::String

Returns Series name.

Returns:

  • (::String)

    Series name.



227
228
229
230
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 227

class RequestMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stream::String

Returns Stream name.

Returns:

  • (::String)

    Stream name.



227
228
229
230
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 227

class RequestMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end