Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ReceivePacketsRequest.
Request message for receiving packets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commit_request
def commit_request() -> ::Google::Cloud::VisionAI::V1::CommitRequest
Returns
- (::Google::Cloud::VisionAI::V1::CommitRequest) — This request checkpoints the consumer's read progress.
#commit_request=
def commit_request=(value) -> ::Google::Cloud::VisionAI::V1::CommitRequest
Parameter
- value (::Google::Cloud::VisionAI::V1::CommitRequest) — This request checkpoints the consumer's read progress.
Returns
- (::Google::Cloud::VisionAI::V1::CommitRequest) — This request checkpoints the consumer's read progress.
#setup_request
def setup_request() -> ::Google::Cloud::VisionAI::V1::ReceivePacketsRequest::SetupRequest
Returns
-
(::Google::Cloud::VisionAI::V1::ReceivePacketsRequest::SetupRequest) — The request to setup the initial state of session.
The client must send and only send this as the first message.
#setup_request=
def setup_request=(value) -> ::Google::Cloud::VisionAI::V1::ReceivePacketsRequest::SetupRequest
Parameter
-
value (::Google::Cloud::VisionAI::V1::ReceivePacketsRequest::SetupRequest) — The request to setup the initial state of session.
The client must send and only send this as the first message.
Returns
-
(::Google::Cloud::VisionAI::V1::ReceivePacketsRequest::SetupRequest) — The request to setup the initial state of session.
The client must send and only send this as the first message.