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 topic to update.

Returns:



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

class UpdateTopicRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns Indicates which fields in the provided topic to update. Must be specified and non-empty.

Returns:



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

class UpdateTopicRequest; end