Class: Google::Cloud::VisionAI::V1::CommitRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#offset::Integer

Returns The offset to commit.

Returns:

  • (::Integer)

    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