Class: Google::Pubsub::V1::UpdateTopicRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Request for the UpdateTopic method.

Instance Attribute Summary collapse

Instance Attribute Details

#topicGoogle::Pubsub::V1::Topic

Returns The updated topic object.

Returns:



89
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 89

class UpdateTopicRequest; end

#update_maskGoogle::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.

Returns:

  • (Google::Protobuf::FieldMask)

    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