Class CmsMetadataValueService.CmsMetadataValueServiceBase
Base class for server-side implementations of CmsMetadataValueService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(CmsMetadataValueService), "BindService")]
public abstract class CmsMetadataValueService.CmsMetadataValueServiceBase
Methods
GetCmsMetadataValue(GetCmsMetadataValueRequest, ServerCallContext)
API to retrieve a CmsMetadataKey object.
Declaration
public virtual Task<CmsMetadataValue> GetCmsMetadataValue(GetCmsMetadataValueRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCmsMetadataValueRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<CmsMetadataValue> | The response to send back to the client (wrapped by a task). |
ListCmsMetadataValues(ListCmsMetadataValuesRequest, ServerCallContext)
API to retrieve a list of CmsMetadataValue objects.
Declaration
public virtual Task<ListCmsMetadataValuesResponse> ListCmsMetadataValues(ListCmsMetadataValuesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCmsMetadataValuesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListCmsMetadataValuesResponse> | The response to send back to the client (wrapped by a task). |