Class: Google::Cloud::VisionAI::V1::ReceivePacketsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ReceivePacketsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streaming_service.rb
Overview
Response message from ReceivePackets.
Instance Attribute Summary collapse
-
#control ⇒ ::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse
A control message from the server.
-
#packet ⇒ ::Google::Cloud::VisionAI::V1::Packet
A genuine data payload originating from the sender.
Instance Attribute Details
#control ⇒ ::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse
Returns A control message from the server.
Note: The following fields are mutually exclusive: control, packet. If a field in that set is populated, all other fields in the set will automatically be cleared.
359 360 361 362 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 359 class ReceivePacketsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#packet ⇒ ::Google::Cloud::VisionAI::V1::Packet
Returns A genuine data payload originating from the sender.
Note: The following fields are mutually exclusive: packet, control. If a field in that set is populated, all other fields in the set will automatically be cleared.
359 360 361 362 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 359 class ReceivePacketsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |