Class: Google::Cloud::ManagedKafka::V1::UpdateTopicRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb

Overview

Request for UpdateTopic.

Instance Attribute Summary collapse

Instance Attribute Details

#topic::Google::Cloud::ManagedKafka::V1::Topic

Returns Required. The topic to update. Its name field must be populated.

Returns:



251
252
253
254
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 251

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.



251
252
253
254
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 251

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