public interface AcknowledgeRequestOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getSubscriptionBytes()
The subscription whose message is being acknowledged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getSubscription()
The subscription whose message is being acknowledged. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;
com.google.protobuf.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;
com.google.protobuf.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;