public static final class ReceivePacketsControlResponse.Builder extends GeneratedMessageV3.Builder<ReceivePacketsControlResponse.Builder> implements ReceivePacketsControlResponseOrBuilder
Control message for a ReceivePacketsResponse.
Protobuf type google.cloud.visionai.v1.ReceivePacketsControlResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReceivePacketsControlResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReceivePacketsControlResponse build()
buildPartial()
public ReceivePacketsControlResponse buildPartial()
clear()
public ReceivePacketsControlResponse.Builder clear()
Overrides
clearControl()
public ReceivePacketsControlResponse.Builder clearControl()
clearField(Descriptors.FieldDescriptor field)
public ReceivePacketsControlResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearHeartbeat()
public ReceivePacketsControlResponse.Builder clearHeartbeat()
A server heartbeat.
bool heartbeat = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ReceivePacketsControlResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWritesDoneRequest()
public ReceivePacketsControlResponse.Builder clearWritesDoneRequest()
A request to the receiver to complete any final writes followed by a
WritesDone
; e.g. issue any final CommitRequest
s.
May be ignored if WritesDone
has already been issued at any point
prior to receiving this message.
If WritesDone
does not get issued, then the server will forcefully
cancel the connection, and the receiver will likely receive an
uninformative after Read
returns false
and Finish
is called.
bool writes_done_request = 2;
clone()
public ReceivePacketsControlResponse.Builder clone()
Overrides
getControlCase()
public ReceivePacketsControlResponse.ControlCase getControlCase()
getDefaultInstanceForType()
public ReceivePacketsControlResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getHeartbeat()
public boolean getHeartbeat()
A server heartbeat.
bool heartbeat = 1;
Returns |
Type |
Description |
boolean |
The heartbeat.
|
getWritesDoneRequest()
public boolean getWritesDoneRequest()
A request to the receiver to complete any final writes followed by a
WritesDone
; e.g. issue any final CommitRequest
s.
May be ignored if WritesDone
has already been issued at any point
prior to receiving this message.
If WritesDone
does not get issued, then the server will forcefully
cancel the connection, and the receiver will likely receive an
uninformative after Read
returns false
and Finish
is called.
bool writes_done_request = 2;
Returns |
Type |
Description |
boolean |
The writesDoneRequest.
|
hasHeartbeat()
public boolean hasHeartbeat()
A server heartbeat.
bool heartbeat = 1;
Returns |
Type |
Description |
boolean |
Whether the heartbeat field is set.
|
hasWritesDoneRequest()
public boolean hasWritesDoneRequest()
A request to the receiver to complete any final writes followed by a
WritesDone
; e.g. issue any final CommitRequest
s.
May be ignored if WritesDone
has already been issued at any point
prior to receiving this message.
If WritesDone
does not get issued, then the server will forcefully
cancel the connection, and the receiver will likely receive an
uninformative after Read
returns false
and Finish
is called.
bool writes_done_request = 2;
Returns |
Type |
Description |
boolean |
Whether the writesDoneRequest field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReceivePacketsControlResponse other)
public ReceivePacketsControlResponse.Builder mergeFrom(ReceivePacketsControlResponse other)
public ReceivePacketsControlResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReceivePacketsControlResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReceivePacketsControlResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ReceivePacketsControlResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setHeartbeat(boolean value)
public ReceivePacketsControlResponse.Builder setHeartbeat(boolean value)
A server heartbeat.
bool heartbeat = 1;
Parameter |
Name |
Description |
value |
boolean
The heartbeat to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReceivePacketsControlResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReceivePacketsControlResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWritesDoneRequest(boolean value)
public ReceivePacketsControlResponse.Builder setWritesDoneRequest(boolean value)
A request to the receiver to complete any final writes followed by a
WritesDone
; e.g. issue any final CommitRequest
s.
May be ignored if WritesDone
has already been issued at any point
prior to receiving this message.
If WritesDone
does not get issued, then the server will forcefully
cancel the connection, and the receiver will likely receive an
uninformative after Read
returns false
and Finish
is called.
bool writes_done_request = 2;
Parameter |
Name |
Description |
value |
boolean
The writesDoneRequest to set.
|