Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::RemoveAclEntryRequest.
Request for RemoveAclEntry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#acl
def acl() -> ::String
-
(::String) — Required. The name of the acl to remove the acl entry from.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.The structure of
acl_id
defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. SeeAcl.name
for details.
#acl=
def acl=(value) -> ::String
-
value (::String) — Required. The name of the acl to remove the acl entry from.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.The structure of
acl_id
defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. SeeAcl.name
for details.
-
(::String) — Required. The name of the acl to remove the acl entry from.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.The structure of
acl_id
defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. SeeAcl.name
for details.
#acl_entry
def acl_entry() -> ::Google::Cloud::ManagedKafka::V1::AclEntry
- (::Google::Cloud::ManagedKafka::V1::AclEntry) — Required. The acl entry to remove.
#acl_entry=
def acl_entry=(value) -> ::Google::Cloud::ManagedKafka::V1::AclEntry
- value (::Google::Cloud::ManagedKafka::V1::AclEntry) — Required. The acl entry to remove.
- (::Google::Cloud::ManagedKafka::V1::AclEntry) — Required. The acl entry to remove.