Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class UpdateConsumerGroupRequest.
Request for UpdateConsumerGroup.
Generated from protobuf message google.cloud.managedkafka.v1.UpdateConsumerGroupRequest
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
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.
↳ consumer_group
getUpdateMask
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.
hasUpdateMask
clearUpdateMask
setUpdateMask
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.
$this
getConsumerGroup
Required. The consumer group to update. Its name
field must be populated.
hasConsumerGroup
clearConsumerGroup
setConsumerGroup
Required. The consumer group to update. Its name
field must be populated.
$this
static::build
consumerGroup
updateMask
Google\Protobuf\FieldMask
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.