public interface ModifyAckDeadlineRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAckDeadlineSeconds()
The new ack deadline with respect to the time this request was sent to
the Pub/Sub system.
|
java.lang.String |
getAckIds(int index)
List of acknowledgment IDs.
|
ByteString |
getAckIdsBytes(int index)
List of acknowledgment IDs.
|
int |
getAckIdsCount()
List of acknowledgment IDs.
|
ProtocolStringList |
getAckIdsList()
List of acknowledgment IDs.
|
java.lang.String |
getSubscription()
The name of the subscription.
|
ByteString |
getSubscriptionBytes()
The name of the subscription.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSubscription()
The name of the subscription.
ByteString getSubscriptionBytes()
The name of the subscription.
ProtocolStringList getAckIdsList()
List of acknowledgment IDs.
int getAckIdsCount()
List of acknowledgment IDs.
java.lang.String getAckIds(int index)
List of acknowledgment IDs.
ByteString getAckIdsBytes(int index)
List of acknowledgment IDs.
int getAckDeadlineSeconds()
The new ack deadline with respect to the time this request was sent to the Pub/Sub system. Must be >= 0. For example, if the value is 10, the new ack deadline will expire 10 seconds after the `ModifyAckDeadline` call was made. Specifying zero may immediately make the message available for another pull request.