public static final class PartitionAssignmentAck.Builder extends GeneratedMessage.Builder<PartitionAssignmentAck.Builder> implements PartitionAssignmentAckOrBuilderAcknowledge receipt and handling of the previous assignment. If not sent within a short period after receiving the assignment, partitions may remain unassigned for a period of time until the client is known to be inactive, after which time the server will break the stream.
Protobuf type google.cloud.pubsublite.v1.PartitionAssignmentAck
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PartitionAssignmentAck.BuilderImplements
PartitionAssignmentAckOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PartitionAssignmentAck build()| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck |
|
buildPartial()
public PartitionAssignmentAck buildPartial()| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck |
|
clear()
public PartitionAssignmentAck.Builder clear()| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck.Builder |
|
getDefaultInstanceForType()
public PartitionAssignmentAck getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PartitionAssignmentAck other)
public PartitionAssignmentAck.Builder mergeFrom(PartitionAssignmentAck other)| Parameter | |
|---|---|
| Name | Description |
other |
PartitionAssignmentAck |
| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PartitionAssignmentAck.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PartitionAssignmentAck.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PartitionAssignmentAck.Builder |
|