Class: Google::Cloud::PubSub::V1::UpdateTopicRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#topic::Google::Cloud::PubSub::V1::Topic

Returns Required. The updated topic object.

Returns:



178
179
180
181
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 178

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.

Returns:

  • (::Google::Protobuf::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.



178
179
180
181
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 178

class UpdateTopicRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end