Class UpdateAclRequest (0.1.11)

UpdateAclRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for UpdateAcl.

Attributes

Name Description
acl google.cloud.managedkafka_v1.types.Acl
Required. The updated acl. Its name and etag fields must be populated. acl_entries must not be empty in the updated acl; to remove all acl entries for an acl, use DeleteAcl.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the Acl 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.