Class EntitySignalsMappingServiceSettings
Settings for EntitySignalsMappingServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class EntitySignalsMappingServiceSettings : ServiceSettingsBase
Constructors
EntitySignalsMappingServiceSettings()
Constructs a new EntitySignalsMappingServiceSettings object with default settings.
Declaration
public EntitySignalsMappingServiceSettings()
Properties
BatchCreateEntitySignalsMappingsSettings
CallSettings for synchronous and asynchronous calls to
EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappings
and
EntitySignalsMappingServiceClient.BatchCreateEntitySignalsMappingsAsync
.
Declaration
public CallSettings BatchCreateEntitySignalsMappingsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateEntitySignalsMappingsSettings
CallSettings for synchronous and asynchronous calls to
EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappings
and
EntitySignalsMappingServiceClient.BatchUpdateEntitySignalsMappingsAsync
.
Declaration
public CallSettings BatchUpdateEntitySignalsMappingsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateEntitySignalsMappingSettings
CallSettings for synchronous and asynchronous calls to
EntitySignalsMappingServiceClient.CreateEntitySignalsMapping
and
EntitySignalsMappingServiceClient.CreateEntitySignalsMappingAsync
.
Declaration
public CallSettings CreateEntitySignalsMappingSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetEntitySignalsMappingSettings
CallSettings for synchronous and asynchronous calls to
EntitySignalsMappingServiceClient.GetEntitySignalsMapping
and
EntitySignalsMappingServiceClient.GetEntitySignalsMappingAsync
.
Declaration
public CallSettings GetEntitySignalsMappingSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListEntitySignalsMappingsSettings
CallSettings for synchronous and asynchronous calls to
EntitySignalsMappingServiceClient.ListEntitySignalsMappings
and
EntitySignalsMappingServiceClient.ListEntitySignalsMappingsAsync
.
Declaration
public CallSettings ListEntitySignalsMappingsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateEntitySignalsMappingSettings
CallSettings for synchronous and asynchronous calls to
EntitySignalsMappingServiceClient.UpdateEntitySignalsMapping
and
EntitySignalsMappingServiceClient.UpdateEntitySignalsMappingAsync
.
Declaration
public CallSettings UpdateEntitySignalsMappingSettings { 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 EntitySignalsMappingServiceSettings Clone()
Returns
Type | Description |
---|---|
EntitySignalsMappingServiceSettings | A deep clone of this EntitySignalsMappingServiceSettings object. |
GetDefault()
Get a new instance of the default EntitySignalsMappingServiceSettings.
Declaration
public static EntitySignalsMappingServiceSettings GetDefault()
Returns
Type | Description |
---|---|
EntitySignalsMappingServiceSettings | A new instance of the default EntitySignalsMappingServiceSettings. |