Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class RemoveAclEntryResponse.
Response for RemoveAclEntry.
Generated from protobuf message google.cloud.managedkafka.v1.RemoveAclEntryResponse
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ acl |
Acl
The updated acl. Returned if the removed acl entry was not the last entry in the acl. |
↳ acl_deleted |
bool
Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion. |
getAcl
The updated acl. Returned if the removed acl entry was not the last entry in the acl.
| Returns | |
|---|---|
| Type | Description |
Acl|null |
|
hasAcl
setAcl
The updated acl. Returned if the removed acl entry was not the last entry in the acl.
| Parameter | |
|---|---|
| Name | Description |
var |
Acl
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAclDeleted
Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasAclDeleted
setAclDeleted
Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResult
| Returns | |
|---|---|
| Type | Description |
string |
|