Discovery Engine v1beta API - Class UserStoreService.UserStoreServiceBase (1.0.0-beta24)

[BindServiceMethod(typeof(UserStoreService), "BindService")]
public abstract class UserStoreService.UserStoreServiceBase

Reference documentation and code samples for the Discovery Engine v1beta API class UserStoreService.UserStoreServiceBase.

Base class for server-side implementations of UserStoreService

Inheritance

object > UserStoreService.UserStoreServiceBase

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Methods

GetUserStore(GetUserStoreRequest, ServerCallContext)

public virtual Task<UserStore> GetUserStore(GetUserStoreRequest request, ServerCallContext context)

Gets the User Store.

Parameters
Name Description
request GetUserStoreRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskUserStore

The response to send back to the client (wrapped by a task).

UpdateUserStore(UpdateUserStoreRequest, ServerCallContext)

public virtual Task<UserStore> UpdateUserStore(UpdateUserStoreRequest request, ServerCallContext context)

Updates the User Store.

Parameters
Name Description
request UpdateUserStoreRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskUserStore

The response to send back to the client (wrapped by a task).