| Package | Description |
|---|---|
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
ReceivedMessage |
ReceivedMessage.clone() |
ReceivedMessage |
ReceivedMessage.set(String fieldName,
Object value) |
ReceivedMessage |
ReceivedMessage.setAckId(String ackId)
This ID can be used to acknowledge the received message.
|
ReceivedMessage |
ReceivedMessage.setDeliveryAttempt(Integer deliveryAttempt)
The approximate number of times that Cloud Pub/Sub has attempted to deliver the associated
message to a subscriber.
|
ReceivedMessage |
ReceivedMessage.setMessage(PubsubMessage message)
The message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReceivedMessage> |
PullResponse.getReceivedMessages()
Received Pub/Sub messages.
|
| Modifier and Type | Method and Description |
|---|---|
PullResponse |
PullResponse.setReceivedMessages(List<ReceivedMessage> receivedMessages)
Received Pub/Sub messages.
|
Copyright © 2011–2022 Google. All rights reserved.