google_api_pub_sub v0.1.0 GoogleApi.PubSub.V1.Model.PullRequest View Source

Request for the `Pull` method.

Attributes

  • maxMessages (integer()): The maximum number of messages returned for this request. The Pub/Sub system may return fewer than the number specified. Defaults to: null.
  • returnImmediately (boolean()): If this field set to true, the system will respond immediately even if it there are no messages available to return in the `Pull` response. Otherwise, the system may wait (for a bounded amount of time) until at least one message is available, rather than returning no messages. The client may cancel the request if it does not wish to wait any longer for the response. 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.PullRequest{
  maxMessages: any(),
  returnImmediately: any()
}

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.