GoogleApi.PubSub.V1.Model.PullResponse (google_api_pub_sub v0.30.0) View Source
Response for the Pull method.
Attributes
-
receivedMessages(type:list(GoogleApi.PubSub.V1.Model.ReceivedMessage.t), default:nil) - Received Pub/Sub messages. The list will be empty if there are no more messages available in the backlog. For JSON, the response can be entirely empty. The Pub/Sub system may return fewer than themaxMessagesrequested even if there are more messages available in the backlog.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PubSub.V1.Model.PullResponse{
receivedMessages: [GoogleApi.PubSub.V1.Model.ReceivedMessage.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.