Class: Google::Pubsub::V1::UpdateTopicRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::UpdateTopicRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the UpdateTopic method.
Instance Attribute Summary collapse
-
#topic ⇒ Google::Pubsub::V1::Topic
The updated topic object.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Indicates which fields in the provided topic to update.
Instance Attribute Details
#topic ⇒ Google::Pubsub::V1::Topic
Returns The updated topic object.
89 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 89 class UpdateTopicRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns 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.
89 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 89 class UpdateTopicRequest; end |