Show / Hide Table of Contents

Class NativeStyleServiceSettings

Settings for NativeStyleServiceClient instances.

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

Constructors

NativeStyleServiceSettings()

Constructs a new NativeStyleServiceSettings object with default settings.

Declaration
public NativeStyleServiceSettings()

Properties

BatchActivateNativeStylesSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.BatchActivateNativeStyles and NativeStyleServiceClient.BatchActivateNativeStylesAsync.

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

BatchArchiveNativeStylesSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.BatchArchiveNativeStyles and NativeStyleServiceClient.BatchArchiveNativeStylesAsync.

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

BatchCreateNativeStylesSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.BatchCreateNativeStyles and NativeStyleServiceClient.BatchCreateNativeStylesAsync.

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

BatchDeactivateNativeStylesSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.BatchDeactivateNativeStyles and NativeStyleServiceClient.BatchDeactivateNativeStylesAsync.

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

BatchUpdateNativeStylesSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.BatchUpdateNativeStyles and NativeStyleServiceClient.BatchUpdateNativeStylesAsync.

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

GetNativeStyleSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.GetNativeStyle and NativeStyleServiceClient.GetNativeStyleAsync.

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

ListNativeStylesSettings

CallSettings for synchronous and asynchronous calls to NativeStyleServiceClient.ListNativeStyles and NativeStyleServiceClient.ListNativeStylesAsync.

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

A deep clone of this NativeStyleServiceSettings object.

GetDefault()

Get a new instance of the default NativeStyleServiceSettings.

Declaration
public static NativeStyleServiceSettings GetDefault()
Returns
Type Description
NativeStyleServiceSettings

A new instance of the default NativeStyleServiceSettings.

In this article
Back to top Generated by DocFX