public interface UpdateAclConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAclConfig()
public abstract AclConfig getAclConfig()
.google.cloud.discoveryengine.v1alpha.AclConfig acl_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AclConfig |
The aclConfig. |
getAclConfigOrBuilder()
public abstract AclConfigOrBuilder getAclConfigOrBuilder()
.google.cloud.discoveryengine.v1alpha.AclConfig acl_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AclConfigOrBuilder |
hasAclConfig()
public abstract boolean hasAclConfig()
.google.cloud.discoveryengine.v1alpha.AclConfig acl_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the aclConfig field is set. |