Class ContentLabelServiceSettings
Settings for ContentLabelServiceClient instances.
Inherited Members
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. |