public interface ReceivedMessageOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAckId()
This ID can be used to acknowledge the received message.
|
ByteString |
getAckIdBytes()
This ID can be used to acknowledge the received message.
|
PubsubMessage |
getMessage()
The message.
|
PubsubMessageOrBuilder |
getMessageOrBuilder()
The message.
|
boolean |
hasMessage()
The message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getAckId()
This ID can be used to acknowledge the received message.
ByteString getAckIdBytes()
This ID can be used to acknowledge the received message.
boolean hasMessage()
The message.
PubsubMessage getMessage()
The message.
PubsubMessageOrBuilder getMessageOrBuilder()
The message.