Class UpdateTopicRequest (2.1.0)

UpdateTopicRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the UpdateTopic method.

Attributes

NameDescription
topic .pubsub.Topic
Required. The updated topic object.
update_mask .field_mask.FieldMask
Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.