Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class RemoveAclEntryRequest.
Request for RemoveAclEntry.
Generated from protobuf message google.cloud.managedkafka.v1.RemoveAclEntryRequest
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 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.
↳ acl_entry
getAcl
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.
string
setAcl
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.
var
string
$this
getAclEntry
Required. The acl entry to remove.
hasAclEntry
clearAclEntry
setAclEntry
Required. The acl entry to remove.
$this
static::build
acl
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. See Acl.name
for
details. Please see ManagedKafkaClient::aclName()
for help formatting this field.
aclEntry