Class CmsMetadataValueServiceClientImpl
CmsMetadataValueService client wrapper implementation, for convenient use.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CmsMetadataValueServiceClientImpl : CmsMetadataValueServiceClient
Remarks
Provides methods for handling CmsMetadataValue objects.
Constructors
CmsMetadataValueServiceClientImpl(CmsMetadataValueServiceClient, CmsMetadataValueServiceSettings, ILogger)
Constructs a client wrapper for the CmsMetadataValueService service, with the specified gRPC client and settings.
Declaration
public CmsMetadataValueServiceClientImpl(CmsMetadataValueService.CmsMetadataValueServiceClient grpcClient, CmsMetadataValueServiceSettings settings, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| CmsMetadataValueService.CmsMetadataValueServiceClient | grpcClient | The underlying gRPC client. |
| CmsMetadataValueServiceSettings | settings | The base CmsMetadataValueServiceSettings used within this client. |
| ILogger | logger | Optional ILogger to use within this client. |
Properties
GrpcClient
The underlying gRPC CmsMetadataValueService client
Declaration
public override CmsMetadataValueService.CmsMetadataValueServiceClient GrpcClient { get; }
Property Value
| Type | Description |
|---|---|
| CmsMetadataValueService.CmsMetadataValueServiceClient |
Overrides
Methods
GetCmsMetadataValue(GetCmsMetadataValueRequest, CallSettings)
API to retrieve a CmsMetadataKey object.
Declaration
public override CmsMetadataValue GetCmsMetadataValue(GetCmsMetadataValueRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCmsMetadataValueRequest | request | The request object containing all of the parameters for the API call. |
| CallSettings | callSettings | If not null, applies overrides to this RPC call. |
Returns
| Type | Description |
|---|---|
| CmsMetadataValue | The RPC response. |
Overrides
GetCmsMetadataValueAsync(GetCmsMetadataValueRequest, CallSettings)
API to retrieve a CmsMetadataKey object.
Declaration
public override Task<CmsMetadataValue> GetCmsMetadataValueAsync(GetCmsMetadataValueRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCmsMetadataValueRequest | request | The request object containing all of the parameters for the API call. |
| CallSettings | callSettings | If not null, applies overrides to this RPC call. |
Returns
| Type | Description |
|---|---|
| Task<CmsMetadataValue> | A Task containing the RPC response. |
Overrides
ListCmsMetadataValues(ListCmsMetadataValuesRequest, CallSettings)
API to retrieve a list of CmsMetadataValue objects.
Declaration
public override PagedEnumerable<ListCmsMetadataValuesResponse, CmsMetadataValue> ListCmsMetadataValues(ListCmsMetadataValuesRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCmsMetadataValuesRequest | request | The request object containing all of the parameters for the API call. |
| CallSettings | callSettings | If not null, applies overrides to this RPC call. |
Returns
| Type | Description |
|---|---|
| PagedEnumerable<ListCmsMetadataValuesResponse, CmsMetadataValue> | A pageable sequence of CmsMetadataValue resources. |
Overrides
ListCmsMetadataValuesAsync(ListCmsMetadataValuesRequest, CallSettings)
API to retrieve a list of CmsMetadataValue objects.
Declaration
public override PagedAsyncEnumerable<ListCmsMetadataValuesResponse, CmsMetadataValue> ListCmsMetadataValuesAsync(ListCmsMetadataValuesRequest request, CallSettings callSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCmsMetadataValuesRequest | request | The request object containing all of the parameters for the API call. |
| CallSettings | callSettings | If not null, applies overrides to this RPC call. |
Returns
| Type | Description |
|---|---|
| PagedAsyncEnumerable<ListCmsMetadataValuesResponse, CmsMetadataValue> | A pageable asynchronous sequence of CmsMetadataValue resources. |