Class: Google::Cloud::ManagedKafka::V1::RemoveAclEntryResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb

Overview

Response for RemoveAclEntry.

Instance Attribute Summary collapse

Instance Attribute Details

#acl::Google::Cloud::ManagedKafka::V1::Acl

Returns 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.



521
522
523
524
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 521

class RemoveAclEntryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#acl_deleted::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.



521
522
523
524
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 521

class RemoveAclEntryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end