Class CustomFieldServiceSettings
Settings for Custom
Inherited Members
Namespace: Google.Ads.AdManager .V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CustomFieldServiceSettings : ServiceSettingsBase
Constructors
CustomFieldServiceSettings()
Constructs a new Custom
Declaration
public CustomFieldServiceSettings()
Properties
GetCustomFieldSettings
CallCustomFieldServiceClient.GetCustomField
and CustomFieldServiceClient.GetCustomFieldAsync
.
Declaration
public CallSettings GetCustomFieldSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- No timeout is applied.
ListCustomFieldsSettings
CallCustomFieldServiceClient.ListCustomFields
and CustomFieldServiceClient.ListCustomFieldsAsync
.
Declaration
public CallSettings ListCustomFieldsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 CustomFieldServiceSettings Clone()
Returns
Type | Description |
---|---|
Custom |
A deep clone of this Custom |
GetDefault()
Get a new instance of the default Custom
Declaration
public static CustomFieldServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Custom |
A new instance of the default Custom |