[BindServiceMethod(typeof(UserStoreService), "BindService")]
public abstract class UserStoreService.UserStoreServiceBaseReference documentation and code samples for the Discovery Engine v1beta API class UserStoreService.UserStoreServiceBase.
Base class for server-side implementations of UserStoreService
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
GetUserStoreRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateUserStoreRequestThe request received from the client. |
context |
ServerCallContextThe 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). |