google_api_pub_sub v0.3.0 GoogleApi.PubSub.V1.Model.Topic View Source

A topic resource.

Attributes

  • labels (%{optional(String.t) => String.t}): See <a href="https://cloud.google.com/pubsub/docs/labels"> Creating and managing labels</a>. Defaults to: null.
  • name (String.t): The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.PubSub.V1.Model.Topic{labels: map(), name: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.