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

Request for the UpdateTopic method.

Attributes

  • topic (Topic): The updated topic object. Defaults to: null.
  • updateMask (String.t): Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if `update_mask` contains "message_storage_policy" then the new value will be determined based on the policy configured at the project or organization level. The `message_storage_policy` must not be set in the `topic` provided above. 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.UpdateTopicRequest{
  topic: GoogleApi.PubSub.V1.Model.Topic.t(),
  updateMask: 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.