Class: Google::Cloud::ManagedKafka::V1::UpdateTopicRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::UpdateTopicRequest
- 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
-
#topic ⇒ ::Google::Cloud::ManagedKafka::V1::Topic
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#topic ⇒ ::Google::Cloud::ManagedKafka::V1::Topic
Returns Required. The topic to update. Its name
field must be populated.
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.
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 |