View Source GoogleApi.PubSubLite.V1.Model.ComputeHeadCursorRequest (google_api_pub_sub_lite v0.10.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 }