public sealed class UpdateTopicRequest : IMessage<UpdateTopicRequest>, IEquatable<UpdateTopicRequest>, IDeepCloneable<UpdateTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class UpdateTopicRequest.
Request for UpdateTopic.
Implements
IMessageUpdateTopicRequest, IEquatableUpdateTopicRequest, IDeepCloneableUpdateTopicRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
UpdateTopicRequest()
public UpdateTopicRequest()
UpdateTopicRequest(UpdateTopicRequest)
public UpdateTopicRequest(UpdateTopicRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateTopicRequest |
Properties
Topic
public Topic Topic { get; set; }
Required. The topic to update. Its name
field must be populated.
Property Value | |
---|---|
Type | Description |
Topic |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |