Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class AddAclEntryResponse.
Response for AddAclEntry.
Generated from protobuf message google.cloud.managedkafka.v1.AddAclEntryResponse
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ acl |
Acl
The updated acl. |
↳ acl_created |
bool
Whether the acl was created as a result of adding the acl entry. |
getAcl
The updated acl.
| Returns | |
|---|---|
| Type | Description |
Acl|null |
|
hasAcl
clearAcl
setAcl
The updated acl.
| Parameter | |
|---|---|
| Name | Description |
var |
Acl
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAclCreated
Whether the acl was created as a result of adding the acl entry.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAclCreated
Whether the acl was created as a result of adding the acl entry.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|