Show / Hide Table of Contents

Class ContentLabelServiceSettings

Settings for ContentLabelServiceClient instances.

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

Constructors

ContentLabelServiceSettings()

Constructs a new ContentLabelServiceSettings object with default settings.

Declaration
public ContentLabelServiceSettings()

Properties

GetContentLabelSettings

CallSettings for synchronous and asynchronous calls to ContentLabelServiceClient.GetContentLabel and ContentLabelServiceClient.GetContentLabelAsync.

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

ListContentLabelsSettings

CallSettings for synchronous and asynchronous calls to ContentLabelServiceClient.ListContentLabels and ContentLabelServiceClient.ListContentLabelsAsync .

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

A deep clone of this ContentLabelServiceSettings object.

GetDefault()

Get a new instance of the default ContentLabelServiceSettings.

Declaration
public static ContentLabelServiceSettings GetDefault()
Returns
Type Description
ContentLabelServiceSettings

A new instance of the default ContentLabelServiceSettings.

In this article
Back to top Generated by DocFX