public sealed class TenantServiceSettings : ServiceSettingsBase
Settings for TenantServiceClient instances.
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
TenantServiceSettings()
public TenantServiceSettings()
Constructs a new TenantServiceSettings object with default settings.
Properties
CreateTenantSettings
public CallSettings CreateTenantSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TenantServiceClient.CreateTenant
and TenantServiceClient.CreateTenantAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 30 seconds.
DeleteTenantSettings
public CallSettings DeleteTenantSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TenantServiceClient.DeleteTenant
and TenantServiceClient.DeleteTenantAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 30 seconds.
GetTenantSettings
public CallSettings GetTenantSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TenantServiceClient.GetTenant
and TenantServiceClient.GetTenantAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 30 seconds.
ListTenantsSettings
public CallSettings ListTenantsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TenantServiceClient.ListTenants
and TenantServiceClient.ListTenantsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Timeout: 30 seconds.
UpdateTenantSettings
public CallSettings UpdateTenantSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TenantServiceClient.UpdateTenant
and TenantServiceClient.UpdateTenantAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 30 seconds.
Methods
Clone()
public TenantServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
TenantServiceSettings | A deep clone of this TenantServiceSettings object. |
GetDefault()
public static TenantServiceSettings GetDefault()
Get a new instance of the default TenantServiceSettings.
Returns | |
---|---|
Type | Description |
TenantServiceSettings | A new instance of the default TenantServiceSettings. |