Class: Google::Cloud::VisionAI::V1::SendPacketsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::SendPacketsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streaming_service.rb
Overview
Request message for sending packets.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::VisionAI::V1::RequestMetadata
The first message of the streaming rpc including the request metadata.
-
#packet ⇒ ::Google::Cloud::VisionAI::V1::Packet
Packets sent over the streaming rpc.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::VisionAI::V1::RequestMetadata
Returns The first message of the streaming rpc including the request metadata.
Note: The following fields are mutually exclusive: metadata, packet. If a field in that set is populated, all other fields in the set will automatically be cleared.
255 256 257 258 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 255 class SendPacketsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#packet ⇒ ::Google::Cloud::VisionAI::V1::Packet
Returns Packets sent over the streaming rpc.
Note: The following fields are mutually exclusive: packet, metadata. If a field in that set is populated, all other fields in the set will automatically be cleared.
255 256 257 258 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 255 class SendPacketsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |