Class: Google::Cloud::ManagedKafka::V1::AddAclEntryRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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