Show / Hide Table of Contents

Class DeviceCategoryServiceSettings

Settings for DeviceCategoryServiceClient instances.

Inheritance
object
ServiceSettingsBase
DeviceCategoryServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
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.

In this article
Back to top Generated by DocFX