public static final class ReceivePacketsControlResponse.Builder extends GeneratedMessage.Builder<ReceivePacketsControlResponse.Builder> implements ReceivePacketsControlResponseOrBuilderControl message for a ReceivePacketsResponse.
Protobuf type google.cloud.visionai.v1.ReceivePacketsControlResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ReceivePacketsControlResponse.BuilderImplements
ReceivePacketsControlResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ReceivePacketsControlResponse build()| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse |
|
buildPartial()
public ReceivePacketsControlResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse |
|
clear()
public ReceivePacketsControlResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
|
clearControl()
public ReceivePacketsControlResponse.Builder clearControl()| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
|
clearHeartbeat()
public ReceivePacketsControlResponse.Builder clearHeartbeat()A server heartbeat.
bool heartbeat = 1;
| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
This builder for chaining. |
clearWritesDoneRequest()
public ReceivePacketsControlResponse.Builder clearWritesDoneRequest() A request to the receiver to complete any final writes followed by a
WritesDone; e.g. issue any final CommitRequests.
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 |
ReceivePacketsControlResponse.Builder |
This builder for chaining. |
getControlCase()
public ReceivePacketsControlResponse.ControlCase getControlCase()| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.ControlCase |
|
getDefaultInstanceForType()
public ReceivePacketsControlResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 CommitRequests.
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 CommitRequests.
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ReceivePacketsControlResponse other)
public ReceivePacketsControlResponse.Builder mergeFrom(ReceivePacketsControlResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReceivePacketsControlResponse |
| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReceivePacketsControlResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ReceivePacketsControlResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
|
setHeartbeat(boolean value)
public ReceivePacketsControlResponse.Builder setHeartbeat(boolean value)A server heartbeat.
bool heartbeat = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe heartbeat to set. |
| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
This builder for chaining. |
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 CommitRequests.
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 |
booleanThe writesDoneRequest to set. |
| Returns | |
|---|---|
| Type | Description |
ReceivePacketsControlResponse.Builder |
This builder for chaining. |