GoogleApi.Dataflow.V1b3.Model.BoundedTrie (google_api_dataflow v0.53.0)
View SourceThe message type used for encoding metrics of type bounded trie.
Attributes
-
bound
(type:integer()
, default:nil
) - The maximum number of elements to store before truncation. -
root
(type:GoogleApi.Dataflow.V1b3.Model.BoundedTrieNode.t
, default:nil
) - A compact representation of all the elements in this trie. -
singleton
(type:list(String.t)
, default:nil
) - A more efficient representation for metrics consisting of a single value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.BoundedTrie{ bound: integer() | nil, root: GoogleApi.Dataflow.V1b3.Model.BoundedTrieNode.t() | nil, singleton: [String.t()] | nil }