Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class DeleteAclRequest.
Request for DeleteAcl.
Generated from protobuf message google.cloud.managedkafka.v1.DeleteAclRequest
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the acl to delete. Structured like: |
getName
Required. The name of the acl to delete.
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 | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the acl to delete.
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the acl to delete.
Structured like:
The structure of |
| Returns | |
|---|---|
| Type | Description |
DeleteAclRequest |
|