View Source GoogleApi.PubSubLite.V1.Model.ComputeHeadCursorRequest (google_api_pub_sub_lite v0.9.0)

Compute the current head cursor for a partition.

Attributes

  • partition (type: String.t, default: nil) - Required. The partition for which we should compute the head cursor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSubLite.V1.Model.ComputeHeadCursorRequest{
  partition: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.