public interface AcknowledgeRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAckIds(int index)
The acknowledgment ID for the messages being acknowledged that was returned
by the Pub/Sub system in the `Pull` response.
|
ByteString |
getAckIdsBytes(int index)
The acknowledgment ID for the messages being acknowledged that was returned
by the Pub/Sub system in the `Pull` response.
|
int |
getAckIdsCount()
The acknowledgment ID for the messages being acknowledged that was returned
by the Pub/Sub system in the `Pull` response.
|
ProtocolStringList |
getAckIdsList()
The acknowledgment ID for the messages being acknowledged that was returned
by the Pub/Sub system in the `Pull` response.
|
java.lang.String |
getSubscription()
The subscription whose message is being acknowledged.
|
ByteString |
getSubscriptionBytes()
The subscription whose message is being acknowledged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSubscription()
The subscription whose message is being acknowledged.
ByteString getSubscriptionBytes()
The subscription whose message is being acknowledged.
ProtocolStringList getAckIdsList()
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty.
int getAckIdsCount()
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty.
java.lang.String getAckIds(int index)
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty.
ByteString getAckIdsBytes(int index)
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty.