Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse.
Control message for a ReceivePacketsResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#heartbeat
def heartbeat() -> ::Boolean- (::Boolean) — A server heartbeat.
#heartbeat=
def heartbeat=(value) -> ::Boolean- value (::Boolean) — A server heartbeat.
- (::Boolean) — A server heartbeat.
#writes_done_request
def writes_done_request() -> ::Boolean- (::Boolean) — A request to the receiver to complete any final writes followed by a
WritesDone; e.g. issue any finalCommitRequests.May be ignored if
WritesDonehas already been issued at any point prior to receiving this message.If
WritesDonedoes not get issued, then the server will forcefully cancel the connection, and the receiver will likely receive an uninformative afterReadreturnsfalseandFinishis called.
#writes_done_request=
def writes_done_request=(value) -> ::Boolean- value (::Boolean) — A request to the receiver to complete any final writes followed by a
WritesDone; e.g. issue any finalCommitRequests.May be ignored if
WritesDonehas already been issued at any point prior to receiving this message.If
WritesDonedoes not get issued, then the server will forcefully cancel the connection, and the receiver will likely receive an uninformative afterReadreturnsfalseandFinishis called.
- (::Boolean) — A request to the receiver to complete any final writes followed by a
WritesDone; e.g. issue any finalCommitRequests.May be ignored if
WritesDonehas already been issued at any point prior to receiving this message.If
WritesDonedoes not get issued, then the server will forcefully cancel the connection, and the receiver will likely receive an uninformative afterReadreturnsfalseandFinishis called.