Show / Hide Table of Contents

Class ChildPublisherServiceSettings

Settings for ChildPublisherServiceClient instances.

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

Constructors

ChildPublisherServiceSettings()

Constructs a new ChildPublisherServiceSettings object with default settings.

Declaration
public ChildPublisherServiceSettings()

Properties

BatchCreateChildPublishersSettings

CallSettings for synchronous and asynchronous calls to ChildPublisherServiceClient.BatchCreateChildPublishers and ChildPublisherServiceClient.BatchCreateChildPublishersAsync.

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

BatchUpdateChildPublishersSettings

CallSettings for synchronous and asynchronous calls to ChildPublisherServiceClient.BatchUpdateChildPublishers and ChildPublisherServiceClient.BatchUpdateChildPublishersAsync.

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

CreateChildPublisherSettings

CallSettings for synchronous and asynchronous calls to ChildPublisherServiceClient.CreateChildPublisher and ChildPublisherServiceClient.CreateChildPublisherAsync.

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

GetChildPublisherSettings

CallSettings for synchronous and asynchronous calls to ChildPublisherServiceClient.GetChildPublisher and ChildPublisherServiceClient.GetChildPublisherAsync.

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

ListChildPublishersSettings

CallSettings for synchronous and asynchronous calls to ChildPublisherServiceClient.ListChildPublishers and ChildPublisherServiceClient.ListChildPublishersAsync.

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

UpdateChildPublisherSettings

CallSettings for synchronous and asynchronous calls to ChildPublisherServiceClient.UpdateChildPublisher and ChildPublisherServiceClient.UpdateChildPublisherAsync.

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

A deep clone of this ChildPublisherServiceSettings object.

GetDefault()

Get a new instance of the default ChildPublisherServiceSettings.

Declaration
public static ChildPublisherServiceSettings GetDefault()
Returns
Type Description
ChildPublisherServiceSettings

A new instance of the default ChildPublisherServiceSettings.

In this article
Back to top Generated by DocFX