Class RemoveAclEntryResponse (0.1.11)

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

Response for RemoveAclEntry.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
acl google.cloud.managedkafka_v1.types.Acl
The updated acl. Returned if the removed acl entry was not the last entry in the acl. This field is a member of oneof_ result.
acl_deleted bool
Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion. This field is a member of oneof_ result.