google_api_pub_sub_lite v0.2.1 GoogleApi.PubSubLite.V1.Model.Capacity View Source

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.

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.Capacity{
  publishMibPerSec: integer(),
  subscribeMibPerSec: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.