Managed Service for Apache Kafka V1 API - Class Google::Cloud::ManagedKafka::V1::RemoveAclEntryResponse (v1.3.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.