Class: Google::Cloud::PubSub::V1::UpdateTopicRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::UpdateTopicRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the UpdateTopic method.
Instance Attribute Summary collapse
-
#topic ⇒ ::Google::Cloud::PubSub::V1::Topic
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#topic ⇒ ::Google::Cloud::PubSub::V1::Topic
Returns Required. The updated topic object.
478 479 480 481 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 478 class UpdateTopicRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
478 479 480 481 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 478 class UpdateTopicRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |