Class: Google::Cloud::ManagedKafka::V1::RemoveAclEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::RemoveAclEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb
Overview
Request for RemoveAclEntry.
Instance Attribute Summary collapse
-
#acl ⇒ ::String
Required.
-
#acl_entry ⇒ ::Google::Cloud::ManagedKafka::V1::AclEntry
Required.
Instance Attribute Details
#acl ⇒ ::String
Returns 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. See Acl.name
for
details.
503 504 505 506 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 503 class RemoveAclEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#acl_entry ⇒ ::Google::Cloud::ManagedKafka::V1::AclEntry
Returns Required. The acl entry to remove.
503 504 505 506 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 503 class RemoveAclEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |