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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.