[BindServiceMethod(typeof(AclConfigService), "BindService")]
public abstract class AclConfigService.AclConfigServiceBaseReference documentation and code samples for the Discovery Engine v1beta API class AclConfigService.AclConfigServiceBase.
Base class for server-side implementations of AclConfigService
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Methods
GetAclConfig(GetAclConfigRequest, ServerCallContext)
public virtual Task<AclConfig> GetAclConfig(GetAclConfigRequest request, ServerCallContext context)Gets the [AclConfig][google.cloud.discoveryengine.v1beta.AclConfig].
| Parameters | |
|---|---|
| Name | Description |
request |
GetAclConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAclConfig |
The response to send back to the client (wrapped by a task). |
UpdateAclConfig(UpdateAclConfigRequest, ServerCallContext)
public virtual Task<AclConfig> UpdateAclConfig(UpdateAclConfigRequest request, ServerCallContext context)Default ACL configuration for use in a location of a customer's project. Updates will only reflect to new data stores. Existing data stores will still use the old value.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAclConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAclConfig |
The response to send back to the client (wrapped by a task). |