Show / Hide Table of Contents

Class ApplicationServiceSettings

Settings for ApplicationServiceClient instances.

Inheritance
object
ServiceSettingsBase
ApplicationServiceSettings
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 ApplicationServiceSettings : ServiceSettingsBase

Constructors

ApplicationServiceSettings()

Constructs a new ApplicationServiceSettings object with default settings.

Declaration
public ApplicationServiceSettings()

Properties

GetApplicationSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.GetApplication and ApplicationServiceClient.GetApplicationAsync.

Declaration
public CallSettings GetApplicationSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListApplicationsSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.ListApplications and ApplicationServiceClient.ListApplicationsAsync.

Declaration
public CallSettings ListApplicationsSettings { 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 ApplicationServiceSettings Clone()
Returns
Type Description
ApplicationServiceSettings

A deep clone of this ApplicationServiceSettings object.

GetDefault()

Get a new instance of the default ApplicationServiceSettings.

Declaration
public static ApplicationServiceSettings GetDefault()
Returns
Type Description
ApplicationServiceSettings

A new instance of the default ApplicationServiceSettings.

In this article
Back to top Generated by DocFX