Class: Google::Cloud::VisionAI::V1::Packet

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

Overview

The quanta of datum that the series accepts.

Instance Attribute Summary collapse

Instance Attribute Details

#header::Google::Cloud::VisionAI::V1::PacketHeader

Returns The packet header.

Returns:



171
172
173
174
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 171

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

#payload::String

Returns The payload of the packet.

Returns:

  • (::String)

    The payload of the packet.



171
172
173
174
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 171

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