View Source GoogleApi.PubSubLite.V1.Model.SeekSubscriptionRequest (google_api_pub_sub_lite v0.10.0)

Request for SeekSubscription.

Attributes

  • namedTarget (type: String.t, default: nil) - Seek to a named position with respect to the message backlog.
  • timeTarget (type: GoogleApi.PubSubLite.V1.Model.TimeTarget.t, default: nil) - Seek to the first message whose publish or event time is greater than or equal to the specified query time. If no such message can be located, will seek to the end of the message backlog.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PubSubLite.V1.Model.SeekSubscriptionRequest{
  namedTarget: String.t() | nil,
  timeTarget: GoogleApi.PubSubLite.V1.Model.TimeTarget.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.