Class: Google::Cloud::VisionAI::V1::CommitRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::CommitRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streaming_service.rb
Overview
The message for explicitly committing the read progress.
This may only be used when ReceivePacketsControlledMode
is set in the
initial setup request.
Instance Attribute Summary collapse
-
#offset ⇒ ::Integer
The offset to commit.
Instance Attribute Details
#offset ⇒ ::Integer
Returns The offset to commit.
374 375 376 377 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 374 class CommitRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |