Package | Description |
---|---|
com.google.api.services.pubsub | |
com.google.api.services.pubsub.model |
Modifier and Type | Method and Description |
---|---|
Pubsub.Subscriptions.Acknowledge |
Pubsub.Subscriptions.acknowledge(AcknowledgeRequest content)
Acknowledges a particular received message: the Pub/Sub system can remove the given message from
the subscription.
|
Constructor and Description |
---|
Pubsub.Subscriptions.Acknowledge(AcknowledgeRequest content)
Acknowledges a particular received message: the Pub/Sub system can remove the given message
from the subscription.
|
Modifier and Type | Method and Description |
---|---|
AcknowledgeRequest |
AcknowledgeRequest.clone() |
AcknowledgeRequest |
AcknowledgeRequest.set(java.lang.String fieldName,
java.lang.Object value) |
AcknowledgeRequest |
AcknowledgeRequest.setAckId(java.util.List<java.lang.String> ackId)
The acknowledgment ID for the message being acknowledged.
|
AcknowledgeRequest |
AcknowledgeRequest.setSubscription(java.lang.String subscription)
The subscription whose message is being acknowledged.
|