GoogleApi.PubSubLite.V1.Model.ComputeMessageStatsRequest (google_api_pub_sub_lite v0.3.0) View Source
Compute statistics about a range of messages in a given topic and partition.
Attributes
-
endCursor
(type:GoogleApi.PubSubLite.V1.Model.Cursor.t
, default:nil
) - The exclusive end of the range. The range is empty if end_cursor <= start_cursor. Specifying a start_cursor before the first message and an end_cursor after the last message will retrieve all messages. -
partition
(type:String.t
, default:nil
) - Required. The partition for which we should compute message stats. -
startCursor
(type:GoogleApi.PubSubLite.V1.Model.Cursor.t
, default:nil
) - The inclusive start of the range.
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.ComputeMessageStatsRequest{ endCursor: GoogleApi.PubSubLite.V1.Model.Cursor.t(), partition: String.t(), startCursor: GoogleApi.PubSubLite.V1.Model.Cursor.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.