Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::UpdateTopicRequest.
Request for UpdateTopic.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#topic
def topic() -> ::Google::Cloud::ManagedKafka::V1::Topic
Returns
-
(::Google::Cloud::ManagedKafka::V1::Topic) — Required. The topic to update. Its
name
field must be populated.
#topic=
def topic=(value) -> ::Google::Cloud::ManagedKafka::V1::Topic
Parameter
-
value (::Google::Cloud::ManagedKafka::V1::Topic) — Required. The topic to update. Its
name
field must be populated.
Returns
-
(::Google::Cloud::ManagedKafka::V1::Topic) — Required. The topic to update. Its
name
field must be populated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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.
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.