google_api_pub_sub v0.3.0 GoogleApi.PubSub.V1.Model.PullResponse View Source

Response for the `Pull` method.

Attributes

  • receivedMessages ([ReceivedMessage]): 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 the `maxMessages` requested even if there are more messages available in the backlog. Defaults to: null.

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 Source
t() :: %GoogleApi.PubSub.V1.Model.PullResponse{
  receivedMessages: [GoogleApi.PubSub.V1.Model.ReceivedMessage.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.