Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::AddAclEntryResponse.
Response for AddAclEntry.
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.
#acl=
def acl=(value) -> ::Google::Cloud::ManagedKafka::V1::Acl
Parameter
- value (::Google::Cloud::ManagedKafka::V1::Acl) — The updated acl.
Returns
- (::Google::Cloud::ManagedKafka::V1::Acl) — The updated acl.
#acl_created
def acl_created() -> ::Boolean
Returns
- (::Boolean) — Whether the acl was created as a result of adding the acl entry.
#acl_created=
def acl_created=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.