Class CreativeWrapperService.CreativeWrapperServiceBase
Base class for server-side implementations of CreativeWrapperService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(CreativeWrapperService), "BindService")]
public abstract class CreativeWrapperService.CreativeWrapperServiceBase
Methods
BatchActivateCreativeWrappers(BatchActivateCreativeWrappersRequest, ServerCallContext)
Batch activates CreativeWrapper objects.
Declaration
public virtual Task<BatchActivateCreativeWrappersResponse> BatchActivateCreativeWrappers(BatchActivateCreativeWrappersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchActivateCreativeWrappersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchActivateCreativeWrappersResponse> | The response to send back to the client (wrapped by a task). |
BatchCreateCreativeWrappers(BatchCreateCreativeWrappersRequest, ServerCallContext)
Creates CreativeWrapper objects.
Declaration
public virtual Task<BatchCreateCreativeWrappersResponse> BatchCreateCreativeWrappers(BatchCreateCreativeWrappersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCreativeWrappersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchCreateCreativeWrappersResponse> | The response to send back to the client (wrapped by a task). |
BatchDeactivateCreativeWrappers(BatchDeactivateCreativeWrappersRequest, ServerCallContext)
Deactivates a list of CreativeWrapper objects.
Declaration
public virtual Task<BatchDeactivateCreativeWrappersResponse> BatchDeactivateCreativeWrappers(BatchDeactivateCreativeWrappersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeactivateCreativeWrappersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchDeactivateCreativeWrappersResponse> | The response to send back to the client (wrapped by a task). |
BatchUpdateCreativeWrappers(BatchUpdateCreativeWrappersRequest, ServerCallContext)
Batch updates CreativeWrapper objects.
Declaration
public virtual Task<BatchUpdateCreativeWrappersResponse> BatchUpdateCreativeWrappers(BatchUpdateCreativeWrappersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateCreativeWrappersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchUpdateCreativeWrappersResponse> | The response to send back to the client (wrapped by a task). |
CreateCreativeWrapper(CreateCreativeWrapperRequest, ServerCallContext)
Creates a CreativeWrapper object.
Declaration
public virtual Task<CreativeWrapper> CreateCreativeWrapper(CreateCreativeWrapperRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateCreativeWrapperRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<CreativeWrapper> | The response to send back to the client (wrapped by a task). |
GetCreativeWrapper(GetCreativeWrapperRequest, ServerCallContext)
Retrieves a CreativeWrapper object.
Declaration
public virtual Task<CreativeWrapper> GetCreativeWrapper(GetCreativeWrapperRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCreativeWrapperRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<CreativeWrapper> | The response to send back to the client (wrapped by a task). |
ListCreativeWrappers(ListCreativeWrappersRequest, ServerCallContext)
Lists CreativeWrapper objects.
Declaration
public virtual Task<ListCreativeWrappersResponse> ListCreativeWrappers(ListCreativeWrappersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCreativeWrappersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListCreativeWrappersResponse> | The response to send back to the client (wrapped by a task). |
UpdateCreativeWrapper(UpdateCreativeWrapperRequest, ServerCallContext)
Updates a CreativeWrapper object.
Declaration
public virtual Task<CreativeWrapper> UpdateCreativeWrapper(UpdateCreativeWrapperRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateCreativeWrapperRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<CreativeWrapper> | The response to send back to the client (wrapped by a task). |