Interface RemoveAclEntryResponseOrBuilder (0.20.0)

public interface RemoveAclEntryResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcl()

public abstract Acl getAcl()

The updated acl. Returned if the removed acl entry was not the last entry in the acl.

.google.cloud.managedkafka.v1.Acl acl = 1;

Returns
Type Description
Acl

The acl.

getAclDeleted()

public abstract boolean getAclDeleted()

Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion.

bool acl_deleted = 2;

Returns
Type Description
boolean

The aclDeleted.

getAclOrBuilder()

public abstract AclOrBuilder getAclOrBuilder()

The updated acl. Returned if the removed acl entry was not the last entry in the acl.

.google.cloud.managedkafka.v1.Acl acl = 1;

Returns
Type Description
AclOrBuilder

getResultCase()

public abstract RemoveAclEntryResponse.ResultCase getResultCase()
Returns
Type Description
RemoveAclEntryResponse.ResultCase

hasAcl()

public abstract boolean hasAcl()

The updated acl. Returned if the removed acl entry was not the last entry in the acl.

.google.cloud.managedkafka.v1.Acl acl = 1;

Returns
Type Description
boolean

Whether the acl field is set.

hasAclDeleted()

public abstract boolean hasAclDeleted()

Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion.

bool acl_deleted = 2;

Returns
Type Description
boolean

Whether the aclDeleted field is set.