View Source GoogleApi.PubSubLite.V1.Model.Capacity (google_api_pub_sub_lite v0.10.0)

The throughput capacity configuration for each partition.

Attributes

  • publishMibPerSec (type: integer(), default: nil) - Publish throughput capacity per partition in MiB/s. Must be >= 4 and <= 16.
  • subscribeMibPerSec (type: integer(), default: nil) - Subscribe throughput capacity per partition in MiB/s. Must be >= 4 and <= 32.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PubSubLite.V1.Model.Capacity{
  publishMibPerSec: integer() | nil,
  subscribeMibPerSec: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.