public static final class StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder extends GeneratedMessageV3.Builder<StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder> implements StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilderAcknowledgement IDs sent in one or more previous requests to modify the deadline for a specific message.
 Protobuf type google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StreamingPullResponse.ModifyAckDeadlineConfirmation.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAckIds(String value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addAckIds(String value)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| value | StringThe ackIds to add. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
addAckIdsBytes(ByteString value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addAckIdsBytes(ByteString value)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| value | ByteStringThe bytes of the ackIds to add. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
addAllAckIds(Iterable<String> values)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addAllAckIds(Iterable<String> values)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| values | Iterable<String>The ackIds to add. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
addAllInvalidAckIds(Iterable<String> values)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addAllInvalidAckIds(Iterable<String> values)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| values | Iterable<String>The invalidAckIds to add. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
addInvalidAckIds(String value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addInvalidAckIds(String value)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| value | StringThe invalidAckIds to add. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
addInvalidAckIdsBytes(ByteString value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addInvalidAckIdsBytes(ByteString value)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| value | ByteStringThe bytes of the invalidAckIds to add. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
build()
public StreamingPullResponse.ModifyAckDeadlineConfirmation build()| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation | 
buildPartial()
public StreamingPullResponse.ModifyAckDeadlineConfirmation buildPartial()| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation | 
clear()
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder clear()| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
clearAckIds()
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder clearAckIds()Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
clearInvalidAckIds()
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder clearInvalidAckIds()List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
clone()
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder clone()| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
getAckIds(int index)
public String getAckIds(int index)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The ackIds at the given index. | 
getAckIdsBytes(int index)
public ByteString getAckIdsBytes(int index)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the ackIds at the given index. | 
getAckIdsCount()
public int getAckIdsCount()Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Type | Description | 
| int | The count of ackIds. | 
getAckIdsList()
public ProtocolStringList getAckIdsList()Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Type | Description | 
| ProtocolStringList | A list containing the ackIds. | 
getDefaultInstanceForType()
public StreamingPullResponse.ModifyAckDeadlineConfirmation getDefaultInstanceForType()| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getInvalidAckIds(int index)
public String getInvalidAckIds(int index)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The invalidAckIds at the given index. | 
getInvalidAckIdsBytes(int index)
public ByteString getInvalidAckIdsBytes(int index)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the invalidAckIds at the given index. | 
getInvalidAckIdsCount()
public int getInvalidAckIdsCount()List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Type | Description | 
| int | The count of invalidAckIds. | 
getInvalidAckIdsList()
public ProtocolStringList getInvalidAckIdsList()List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Type | Description | 
| ProtocolStringList | A list containing the invalidAckIds. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
mergeFrom(StreamingPullResponse.ModifyAckDeadlineConfirmation other)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder mergeFrom(StreamingPullResponse.ModifyAckDeadlineConfirmation other)| Name | Description | 
| other | StreamingPullResponse.ModifyAckDeadlineConfirmation | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
setAckIds(int index, String value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder setAckIds(int index, String value)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe ackIds to set. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
setInvalidAckIds(int index, String value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder setInvalidAckIds(int index, String value)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe invalidAckIds to set. | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder |