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

Response containing the cursor corresponding to a publish or event time in a topic partition.

Attributes

  • cursor (type: GoogleApi.PubSubLite.V1.Model.Cursor.t, default: nil) - If present, the cursor references the first message with time greater than or equal to the specified target time. If such a message cannot be found, the cursor will be unset (i.e. cursor is not present).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PubSubLite.V1.Model.ComputeTimeCursorResponse{
  cursor: GoogleApi.PubSubLite.V1.Model.Cursor.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.