Class DeviceCategoryServiceSettings
Settings for DeviceCategoryServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DeviceCategoryServiceSettings : ServiceSettingsBase
Constructors
DeviceCategoryServiceSettings()
Constructs a new DeviceCategoryServiceSettings object with default settings.
Declaration
public DeviceCategoryServiceSettings()
Properties
GetDeviceCategorySettings
CallSettings for synchronous and asynchronous calls to
DeviceCategoryServiceClient.GetDeviceCategory and
DeviceCategoryServiceClient.GetDeviceCategoryAsync.
Declaration
public CallSettings GetDeviceCategorySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListDeviceCategoriesSettings
CallSettings for synchronous and asynchronous calls to
DeviceCategoryServiceClient.ListDeviceCategories and
DeviceCategoryServiceClient.ListDeviceCategoriesAsync.
Declaration
public CallSettings ListDeviceCategoriesSettings { 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 DeviceCategoryServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| DeviceCategoryServiceSettings | A deep clone of this DeviceCategoryServiceSettings object. |
GetDefault()
Get a new instance of the default DeviceCategoryServiceSettings.
Declaration
public static DeviceCategoryServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| DeviceCategoryServiceSettings | A new instance of the default DeviceCategoryServiceSettings. |