Class DaiEncodingProfileService.DaiEncodingProfileServiceBase
Base class for server-side implementations of DaiEncodingProfileService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(DaiEncodingProfileService), "BindService")]
public abstract class DaiEncodingProfileService.DaiEncodingProfileServiceBase
Methods
BatchActivateDaiEncodingProfiles(BatchActivateDaiEncodingProfilesRequest, ServerCallContext)
Activates a list of DaiEncodingProfile objects.
Declaration
public virtual Task<BatchActivateDaiEncodingProfilesResponse> BatchActivateDaiEncodingProfiles(BatchActivateDaiEncodingProfilesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchActivateDaiEncodingProfilesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchActivateDaiEncodingProfilesResponse> | The response to send back to the client (wrapped by a task). |
BatchArchiveDaiEncodingProfiles(BatchArchiveDaiEncodingProfilesRequest, ServerCallContext)
Archives a list of DaiEncodingProfile objects.
Declaration
public virtual Task<BatchArchiveDaiEncodingProfilesResponse> BatchArchiveDaiEncodingProfiles(BatchArchiveDaiEncodingProfilesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveDaiEncodingProfilesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchArchiveDaiEncodingProfilesResponse> | The response to send back to the client (wrapped by a task). |
BatchCreateDaiEncodingProfiles(BatchCreateDaiEncodingProfilesRequest, ServerCallContext)
Batch creates DaiEncodingProfile objects.
Declaration
public virtual Task<BatchCreateDaiEncodingProfilesResponse> BatchCreateDaiEncodingProfiles(BatchCreateDaiEncodingProfilesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateDaiEncodingProfilesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchCreateDaiEncodingProfilesResponse> | The response to send back to the client (wrapped by a task). |
BatchUpdateDaiEncodingProfiles(BatchUpdateDaiEncodingProfilesRequest, ServerCallContext)
Batch updates DaiEncodingProfile objects.
Declaration
public virtual Task<BatchUpdateDaiEncodingProfilesResponse> BatchUpdateDaiEncodingProfiles(BatchUpdateDaiEncodingProfilesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateDaiEncodingProfilesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchUpdateDaiEncodingProfilesResponse> | The response to send back to the client (wrapped by a task). |
CreateDaiEncodingProfile(CreateDaiEncodingProfileRequest, ServerCallContext)
Creates a DaiEncodingProfile object.
Declaration
public virtual Task<DaiEncodingProfile> CreateDaiEncodingProfile(CreateDaiEncodingProfileRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateDaiEncodingProfileRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<DaiEncodingProfile> | The response to send back to the client (wrapped by a task). |
GetDaiEncodingProfile(GetDaiEncodingProfileRequest, ServerCallContext)
Retrieves a DaiEncodingProfile object.
Declaration
public virtual Task<DaiEncodingProfile> GetDaiEncodingProfile(GetDaiEncodingProfileRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetDaiEncodingProfileRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<DaiEncodingProfile> | The response to send back to the client (wrapped by a task). |
ListDaiEncodingProfiles(ListDaiEncodingProfilesRequest, ServerCallContext)
Lists DaiEncodingProfile objects.
Declaration
public virtual Task<ListDaiEncodingProfilesResponse> ListDaiEncodingProfiles(ListDaiEncodingProfilesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDaiEncodingProfilesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListDaiEncodingProfilesResponse> | The response to send back to the client (wrapped by a task). |
UpdateDaiEncodingProfile(UpdateDaiEncodingProfileRequest, ServerCallContext)
Updates a DaiEncodingProfile object.
Declaration
public virtual Task<DaiEncodingProfile> UpdateDaiEncodingProfile(UpdateDaiEncodingProfileRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateDaiEncodingProfileRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<DaiEncodingProfile> | The response to send back to the client (wrapped by a task). |