google_api_pub_sub v0.13.0 GoogleApi.PubSub.V1.Model.PullResponse 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 themaxMessages
requested 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
Link to this type
t()
View Sourcet() :: %GoogleApi.PubSub.V1.Model.PullResponse{ receivedMessages: [GoogleApi.PubSub.V1.Model.ReceivedMessage.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.