public sealed class UpdateConsumerGroupRequest : IMessage<UpdateConsumerGroupRequest>, IEquatable<UpdateConsumerGroupRequest>, IDeepCloneable<UpdateConsumerGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class UpdateConsumerGroupRequest.
Request for UpdateConsumerGroup.
Implements
IMessageUpdateConsumerGroupRequest, IEquatableUpdateConsumerGroupRequest, IDeepCloneableUpdateConsumerGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
UpdateConsumerGroupRequest()
public UpdateConsumerGroupRequest()
UpdateConsumerGroupRequest(UpdateConsumerGroupRequest)
public UpdateConsumerGroupRequest(UpdateConsumerGroupRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateConsumerGroupRequest |
Properties
ConsumerGroup
public ConsumerGroup ConsumerGroup { get; set; }
Required. The consumer group to update. Its name
field must be populated.
Property Value | |
---|---|
Type | Description |
ConsumerGroup |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Field mask is used to specify the fields to be overwritten in the ConsumerGroup 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 |