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

BatchArchiveApplicationsSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.BatchArchiveApplications and ApplicationServiceClient.BatchArchiveApplicationsAsync.

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

BatchCreateApplicationsSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.BatchCreateApplications and ApplicationServiceClient.BatchCreateApplicationsAsync.

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

BatchUnarchiveApplicationsSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.BatchUnarchiveApplications and ApplicationServiceClient.BatchUnarchiveApplicationsAsync.

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

BatchUpdateApplicationsSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.BatchUpdateApplications and ApplicationServiceClient.BatchUpdateApplicationsAsync.

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

CreateApplicationSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.CreateApplication and ApplicationServiceClient.CreateApplicationAsync .

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

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.

UpdateApplicationSettings

CallSettings for synchronous and asynchronous calls to ApplicationServiceClient.UpdateApplication and ApplicationServiceClient.UpdateApplicationAsync .

Declaration
public CallSettings UpdateApplicationSettings { 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