Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class UpdateAclRequest.
Request for UpdateAcl.
Generated from protobuf message google.cloud.managedkafka.v1.UpdateAclRequest
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ acl
Acl
Required. The updated acl. Its name
and etag
fields must be populated. acl_entries
must not be empty in the updated acl; to remove all acl entries for an acl, use DeleteAcl.
↳ update_mask
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the Acl resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
getAcl
Required. The updated acl. Its name
and etag
fields must be populated.
acl_entries
must not be empty in the updated acl; to remove all acl
entries for an acl, use DeleteAcl.
hasAcl
clearAcl
setAcl
Required. The updated acl. Its name
and etag
fields must be populated.
acl_entries
must not be empty in the updated acl; to remove all acl
entries for an acl, use DeleteAcl.
$this
getUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the Acl resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the Acl resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
$this
static::build
acl
Acl
Required. The updated acl. Its name
and etag
fields must be populated. acl_entries
must not be empty in the updated acl; to remove all acl
entries for an acl, use DeleteAcl.
updateMask
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the Acl resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.