Class TeamServiceSettings
Settings for TeamServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class TeamServiceSettings : ServiceSettingsBase
Constructors
TeamServiceSettings()
Constructs a new TeamServiceSettings object with default settings.
Declaration
public TeamServiceSettings()
Properties
BatchActivateTeamsSettings
CallSettings for synchronous and asynchronous calls to
TeamServiceClient.BatchActivateTeams and TeamServiceClient.BatchActivateTeamsAsync.
Declaration
public CallSettings BatchActivateTeamsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchCreateTeamsSettings
CallSettings for synchronous and asynchronous calls to
TeamServiceClient.BatchCreateTeams and TeamServiceClient.BatchCreateTeamsAsync.
Declaration
public CallSettings BatchCreateTeamsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchDeactivateTeamsSettings
CallSettings for synchronous and asynchronous calls to
TeamServiceClient.BatchDeactivateTeams and TeamServiceClient.BatchDeactivateTeamsAsync.
Declaration
public CallSettings BatchDeactivateTeamsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateTeamsSettings
CallSettings for synchronous and asynchronous calls to
TeamServiceClient.BatchUpdateTeams and TeamServiceClient.BatchUpdateTeamsAsync.
Declaration
public CallSettings BatchUpdateTeamsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateTeamSettings
CallSettings for synchronous and asynchronous calls to
TeamServiceClient.CreateTeam and TeamServiceClient.CreateTeamAsync.
Declaration
public CallSettings CreateTeamSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetTeamSettings
CallSettings for synchronous and asynchronous calls to TeamServiceClient.GetTeam
and TeamServiceClient.GetTeamAsync.
Declaration
public CallSettings GetTeamSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListTeamsSettings
CallSettings for synchronous and asynchronous calls to TeamServiceClient.ListTeams
and TeamServiceClient.ListTeamsAsync.
Declaration
public CallSettings ListTeamsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateTeamSettings
CallSettings for synchronous and asynchronous calls to
TeamServiceClient.UpdateTeam and TeamServiceClient.UpdateTeamAsync.
Declaration
public CallSettings UpdateTeamSettings { 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 TeamServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| TeamServiceSettings | A deep clone of this TeamServiceSettings object. |
GetDefault()
Get a new instance of the default TeamServiceSettings.
Declaration
public static TeamServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| TeamServiceSettings | A new instance of the default TeamServiceSettings. |