Class: Google::Cloud::ManagedKafka::V1::AddAclEntryResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The updated acl.

Returns:



485
486
487
488
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 485

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

#acl_created::Boolean

Returns Whether the acl was created as a result of adding the acl entry.

Returns:

  • (::Boolean)

    Whether the acl was created as a result of adding the acl entry.



485
486
487
488
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 485

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