Show / Hide Table of Contents

Class ContentBundleServiceSettings

Settings for ContentBundleServiceClient instances.

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

Constructors

ContentBundleServiceSettings()

Constructs a new ContentBundleServiceSettings object with default settings.

Declaration
public ContentBundleServiceSettings()

Properties

GetContentBundleSettings

CallSettings for synchronous and asynchronous calls to ContentBundleServiceClient.GetContentBundle and ContentBundleServiceClient.GetContentBundleAsync .

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

ListContentBundlesSettings

CallSettings for synchronous and asynchronous calls to ContentBundleServiceClient.ListContentBundles and ContentBundleServiceClient.ListContentBundlesAsync.

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

A deep clone of this ContentBundleServiceSettings object.

GetDefault()

Get a new instance of the default ContentBundleServiceSettings.

Declaration
public static ContentBundleServiceSettings GetDefault()
Returns
Type Description
ContentBundleServiceSettings

A new instance of the default ContentBundleServiceSettings.

In this article
Back to top Generated by DocFX