Class: Google::Cloud::ManagedKafka::V1::AddAclEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::AddAclEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb
Overview
Request for AddAclEntry.
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 add the acl entry to.
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.
473 474 475 476 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 473 class AddAclEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#acl_entry ⇒ ::Google::Cloud::ManagedKafka::V1::AclEntry
Returns Required. The acl entry to add.
473 474 475 476 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 473 class AddAclEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |