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 topic to update.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Indicates which fields in the provided topic to update.
Instance Attribute Details
#topic ⇒ Google::Pubsub::V1::Topic
Returns The topic to update.
81 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 81 class UpdateTopicRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Indicates which fields in the provided topic to update. Must be specified and non-empty.
81 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 81 class UpdateTopicRequest; end |