| 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(String subscription,
AcknowledgeRequest content)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
|
| Constructor and Description |
|---|
Acknowledge(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(String fieldName,
Object value) |
AcknowledgeRequest |
AcknowledgeRequest.setAckIds(List<String> ackIds)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.