Class ViewabilityProviderServiceSettings
Settings for ViewabilityProviderServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ViewabilityProviderServiceSettings : ServiceSettingsBase
Constructors
ViewabilityProviderServiceSettings()
Constructs a new ViewabilityProviderServiceSettings object with default settings.
Declaration
public ViewabilityProviderServiceSettings()
Properties
BatchCreateViewabilityProvidersSettings
CallSettings for synchronous and asynchronous calls to
ViewabilityProviderServiceClient.BatchCreateViewabilityProviders and
ViewabilityProviderServiceClient.BatchCreateViewabilityProvidersAsync.
Declaration
public CallSettings BatchCreateViewabilityProvidersSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateViewabilityProvidersSettings
CallSettings for synchronous and asynchronous calls to
ViewabilityProviderServiceClient.BatchUpdateViewabilityProviders and
ViewabilityProviderServiceClient.BatchUpdateViewabilityProvidersAsync.
Declaration
public CallSettings BatchUpdateViewabilityProvidersSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateViewabilityProviderSettings
CallSettings for synchronous and asynchronous calls to
ViewabilityProviderServiceClient.CreateViewabilityProvider and
ViewabilityProviderServiceClient.CreateViewabilityProviderAsync.
Declaration
public CallSettings CreateViewabilityProviderSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetViewabilityProviderSettings
CallSettings for synchronous and asynchronous calls to
ViewabilityProviderServiceClient.GetViewabilityProvider and
ViewabilityProviderServiceClient.GetViewabilityProviderAsync.
Declaration
public CallSettings GetViewabilityProviderSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListViewabilityProvidersSettings
CallSettings for synchronous and asynchronous calls to
ViewabilityProviderServiceClient.ListViewabilityProviders and
ViewabilityProviderServiceClient.ListViewabilityProvidersAsync.
Declaration
public CallSettings ListViewabilityProvidersSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateViewabilityProviderSettings
CallSettings for synchronous and asynchronous calls to
ViewabilityProviderServiceClient.UpdateViewabilityProvider and
ViewabilityProviderServiceClient.UpdateViewabilityProviderAsync.
Declaration
public CallSettings UpdateViewabilityProviderSettings { 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 ViewabilityProviderServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| ViewabilityProviderServiceSettings | A deep clone of this ViewabilityProviderServiceSettings object. |
GetDefault()
Get a new instance of the default ViewabilityProviderServiceSettings.
Declaration
public static ViewabilityProviderServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| ViewabilityProviderServiceSettings | A new instance of the default ViewabilityProviderServiceSettings. |