Class: Google::Cloud::ManagedKafka::V1::AddAclEntryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::AddAclEntryResponse
- 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
-
#acl ⇒ ::Google::Cloud::ManagedKafka::V1::Acl
The updated acl.
-
#acl_created ⇒ ::Boolean
Whether the acl was created as a result of adding the acl entry.
Instance Attribute Details
#acl ⇒ ::Google::Cloud::ManagedKafka::V1::Acl
Returns The updated acl.
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.
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 |