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.
|
java.util.List<java.lang.String> |
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, hasOneofisInitializedjava.lang.String getSubscription()
The subscription whose message is being acknowledged.
Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;ByteString getSubscriptionBytes()
The subscription whose message is being acknowledged.
Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;java.util.List<java.lang.String> 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.
repeated string ack_ids = 2;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.
repeated string ack_ids = 2;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.
repeated string ack_ids = 2;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.
repeated string ack_ids = 2;