GoogleApi.PubSub.V1.Model.UpdateTopicRequest (google_api_pub_sub v0.34.1) View Source
Request for the UpdateTopic method.
Attributes
-
topic(type:GoogleApi.PubSub.V1.Model.Topic.t, default:nil) - Required. The updated topic object. -
updateMask(type:String.t, default:nil) - Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that ifupdate_maskcontains "message_storage_policy" but themessage_storage_policyis not set in thetopicprovided above, then the updated value is determined by the policy configured at the project or organization level.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PubSub.V1.Model.UpdateTopicRequest{
topic: GoogleApi.PubSub.V1.Model.Topic.t() | nil,
updateMask: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.