Class DaiAuthenticationKeyService.DaiAuthenticationKeyServiceBase
Base class for server-side implementations of DaiAuthenticationKeyService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(DaiAuthenticationKeyService), "BindService")]
public abstract class DaiAuthenticationKeyService.DaiAuthenticationKeyServiceBase
Methods
BatchActivateDaiAuthenticationKeys(BatchActivateDaiAuthenticationKeysRequest, ServerCallContext)
Activates a list of DaiAuthenticationKey objects.
Declaration
public virtual Task<BatchActivateDaiAuthenticationKeysResponse> BatchActivateDaiAuthenticationKeys(BatchActivateDaiAuthenticationKeysRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchActivateDaiAuthenticationKeysRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchActivateDaiAuthenticationKeysResponse> | The response to send back to the client (wrapped by a task). |
BatchCreateDaiAuthenticationKeys(BatchCreateDaiAuthenticationKeysRequest, ServerCallContext)
Batch creates DaiAuthenticationKey objects.
Declaration
public virtual Task<BatchCreateDaiAuthenticationKeysResponse> BatchCreateDaiAuthenticationKeys(BatchCreateDaiAuthenticationKeysRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateDaiAuthenticationKeysRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchCreateDaiAuthenticationKeysResponse> | The response to send back to the client (wrapped by a task). |
BatchDeactivateDaiAuthenticationKeys(BatchDeactivateDaiAuthenticationKeysRequest, ServerCallContext)
Deactivates a list of DaiAuthenticationKey objects.
Declaration
public virtual Task<BatchDeactivateDaiAuthenticationKeysResponse> BatchDeactivateDaiAuthenticationKeys(BatchDeactivateDaiAuthenticationKeysRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeactivateDaiAuthenticationKeysRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchDeactivateDaiAuthenticationKeysResponse> | The response to send back to the client (wrapped by a task). |
BatchUpdateDaiAuthenticationKeys(BatchUpdateDaiAuthenticationKeysRequest, ServerCallContext)
Batch updates DaiAuthenticationKey objects.
Declaration
public virtual Task<BatchUpdateDaiAuthenticationKeysResponse> BatchUpdateDaiAuthenticationKeys(BatchUpdateDaiAuthenticationKeysRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateDaiAuthenticationKeysRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchUpdateDaiAuthenticationKeysResponse> | The response to send back to the client (wrapped by a task). |
CreateDaiAuthenticationKey(CreateDaiAuthenticationKeyRequest, ServerCallContext)
Creates a DaiAuthenticationKey object.
Declaration
public virtual Task<DaiAuthenticationKey> CreateDaiAuthenticationKey(CreateDaiAuthenticationKeyRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateDaiAuthenticationKeyRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<DaiAuthenticationKey> | The response to send back to the client (wrapped by a task). |
GetDaiAuthenticationKey(GetDaiAuthenticationKeyRequest, ServerCallContext)
Retrieves a DaiAuthenticationKey object.
Declaration
public virtual Task<DaiAuthenticationKey> GetDaiAuthenticationKey(GetDaiAuthenticationKeyRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetDaiAuthenticationKeyRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<DaiAuthenticationKey> | The response to send back to the client (wrapped by a task). |
ListDaiAuthenticationKeys(ListDaiAuthenticationKeysRequest, ServerCallContext)
Lists DaiAuthenticationKey objects.
Declaration
public virtual Task<ListDaiAuthenticationKeysResponse> ListDaiAuthenticationKeys(ListDaiAuthenticationKeysRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDaiAuthenticationKeysRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListDaiAuthenticationKeysResponse> | The response to send back to the client (wrapped by a task). |
UpdateDaiAuthenticationKey(UpdateDaiAuthenticationKeyRequest, ServerCallContext)
Updates a DaiAuthenticationKey object.
Declaration
public virtual Task<DaiAuthenticationKey> UpdateDaiAuthenticationKey(UpdateDaiAuthenticationKeyRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateDaiAuthenticationKeyRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<DaiAuthenticationKey> | The response to send back to the client (wrapped by a task). |