Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class AddAclEntryRequest.
Request for AddAclEntry.
Generated from protobuf message google.cloud.managedkafka.v1.AddAclEntryRequest
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ acl
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.
↳ acl_entry
getAcl
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.
string
setAcl
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.
var
string
$this
getAclEntry
Required. The acl entry to add.
hasAclEntry
clearAclEntry
setAclEntry
Required. The acl entry to add.
$this
static::build
acl
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. Please see ManagedKafkaClient::aclName()
for help formatting this field.
aclEntry