Class: Google::Cloud::VisionAI::V1::RequestMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::RequestMetadata
- 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
-
#event ⇒ ::String
Evevt name.
-
#lease_id ⇒ ::String
Lease id.
-
#lease_term ⇒ ::Google::Protobuf::Duration
Lease term specifies how long the client wants the session to be maintained by the server after the client leaves.
-
#owner ⇒ ::String
Owner name.
-
#series ⇒ ::String
Series name.
-
#stream ⇒ ::String
Stream name.
Instance Attribute Details
#event ⇒ ::String
Returns 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.
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.
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.
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.
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.
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 |