Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::RemoveAclEntryResponse.
Response for RemoveAclEntry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#acl
def acl() -> ::Google::Cloud::ManagedKafka::V1::Acl- 
        (::Google::Cloud::ManagedKafka::V1::Acl) — The updated acl. Returned if the removed acl entry was not the last entry
in the acl.Note: The following fields are mutually exclusive: acl,acl_deleted. If a field in that set is populated, all other fields in the set will automatically be cleared.
#acl=
def acl=(value) -> ::Google::Cloud::ManagedKafka::V1::Acl- 
        value (::Google::Cloud::ManagedKafka::V1::Acl) — The updated acl. Returned if the removed acl entry was not the last entry
in the acl.Note: The following fields are mutually exclusive: acl,acl_deleted. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Google::Cloud::ManagedKafka::V1::Acl) — The updated acl. Returned if the removed acl entry was not the last entry
in the acl.Note: The following fields are mutually exclusive: acl,acl_deleted. If a field in that set is populated, all other fields in the set will automatically be cleared.
#acl_deleted
def acl_deleted() -> ::Boolean- 
        (::Boolean) — Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.Note: The following fields are mutually exclusive: acl_deleted,acl. If a field in that set is populated, all other fields in the set will automatically be cleared.
#acl_deleted=
def acl_deleted=(value) -> ::Boolean- 
        value (::Boolean) — Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.Note: The following fields are mutually exclusive: acl_deleted,acl. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Boolean) — Returned with value true if the removed acl entry was the last entry in
the acl, resulting in acl deletion.Note: The following fields are mutually exclusive: acl_deleted,acl. If a field in that set is populated, all other fields in the set will automatically be cleared.