Class CmsMetadataKeyServiceSettings
Settings for CmsMetadataKeyServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CmsMetadataKeyServiceSettings : ServiceSettingsBase
Constructors
CmsMetadataKeyServiceSettings()
Constructs a new CmsMetadataKeyServiceSettings object with default settings.
Declaration
public CmsMetadataKeyServiceSettings()
Properties
GetCmsMetadataKeySettings
CallSettings for synchronous and asynchronous calls to
CmsMetadataKeyServiceClient.GetCmsMetadataKey and
CmsMetadataKeyServiceClient.GetCmsMetadataKeyAsync.
Declaration
public CallSettings GetCmsMetadataKeySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListCmsMetadataKeysSettings
CallSettings for synchronous and asynchronous calls to
CmsMetadataKeyServiceClient.ListCmsMetadataKeys and
CmsMetadataKeyServiceClient.ListCmsMetadataKeysAsync.
Declaration
public CallSettings ListCmsMetadataKeysSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public CmsMetadataKeyServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| CmsMetadataKeyServiceSettings | A deep clone of this CmsMetadataKeyServiceSettings object. |
GetDefault()
Get a new instance of the default CmsMetadataKeyServiceSettings.
Declaration
public static CmsMetadataKeyServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| CmsMetadataKeyServiceSettings | A new instance of the default CmsMetadataKeyServiceSettings. |