| Package | Description |
|---|---|
| com.google.api.services.pubsub | |
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
Pubsub.Projects.Subscriptions.Acknowledge |
Pubsub.Projects.Subscriptions.acknowledge(java.lang.String subscription,
AcknowledgeRequest content)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
|
| Constructor and Description |
|---|
Pubsub.Projects.Subscriptions.Acknowledge(java.lang.String subscription,
AcknowledgeRequest content)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
|
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeRequest |
AcknowledgeRequest.clone() |
AcknowledgeRequest |
AcknowledgeRequest.set(java.lang.String fieldName,
java.lang.Object value) |
AcknowledgeRequest |
AcknowledgeRequest.setAckIds(java.util.List<java.lang.String> ackIds)
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub
system in the `Pull` response.
|