public interface AddAclEntryResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAcl()
public abstract Acl getAcl()
The updated acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Returns | |
---|---|
Type | Description |
Acl |
The acl. |
getAclCreated()
public abstract boolean getAclCreated()
Whether the acl was created as a result of adding the acl entry.
bool acl_created = 2;
Returns | |
---|---|
Type | Description |
boolean |
The aclCreated. |
getAclOrBuilder()
public abstract AclOrBuilder getAclOrBuilder()
The updated acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Returns | |
---|---|
Type | Description |
AclOrBuilder |
hasAcl()
public abstract boolean hasAcl()
The updated acl.
.google.cloud.managedkafka.v1.Acl acl = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the acl field is set. |