Interface UpdateAclConfigRequestOrBuilder (0.37.0)

public interface UpdateAclConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAclConfig()

public abstract AclConfig getAclConfig()

.google.cloud.discoveryengine.v1alpha.AclConfig acl_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AclConfig

The aclConfig.

getAclConfigOrBuilder()

public abstract AclConfigOrBuilder getAclConfigOrBuilder()

.google.cloud.discoveryengine.v1alpha.AclConfig acl_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AclConfigOrBuilder

hasAclConfig()

public abstract boolean hasAclConfig()

.google.cloud.discoveryengine.v1alpha.AclConfig acl_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the aclConfig field is set.