Discovery Engine v1beta API - Class AclConfigService.AclConfigServiceBase (1.0.0-beta24)

[BindServiceMethod(typeof(AclConfigService), "BindService")]
public abstract class AclConfigService.AclConfigServiceBase

Reference documentation and code samples for the Discovery Engine v1beta API class AclConfigService.AclConfigServiceBase.

Base class for server-side implementations of AclConfigService

Inheritance

object > AclConfigService.AclConfigServiceBase

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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 GetAclConfigRequest

The request received from the client.

context ServerCallContext

The 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 UpdateAclConfigRequest

The request received from the client.

context ServerCallContext

The 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).