public sealed class ServicesSettings : ServiceSettingsBase
Reference documentation and code samples for the App Engine v1 API class ServicesSettings.
Settings for ServicesClient instances.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ServicesSettings()
public ServicesSettings()
Constructs a new ServicesSettings object with default settings.
Properties
DeleteServiceOperationsSettings
public OperationsSettings DeleteServiceOperationsSettings { get; set; }
Long Running Operation settings for calls to ServicesClient.DeleteService
and
ServicesClient.DeleteServiceAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteServiceSettings
public CallSettings DeleteServiceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ServicesClient.DeleteService
and ServicesClient.DeleteServiceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetServiceSettings
public CallSettings GetServiceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to ServicesClient.GetService
and ServicesClient.GetServiceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
ListServicesSettings
public CallSettings ListServicesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to ServicesClient.ListServices
and ServicesClient.ListServicesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
UpdateServiceOperationsSettings
public OperationsSettings UpdateServiceOperationsSettings { get; set; }
Long Running Operation settings for calls to ServicesClient.UpdateService
and
ServicesClient.UpdateServiceAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateServiceSettings
public CallSettings UpdateServiceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ServicesClient.UpdateService
and ServicesClient.UpdateServiceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public ServicesSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ServicesSettings |
A deep clone of this ServicesSettings object. |
GetDefault()
public static ServicesSettings GetDefault()
Get a new instance of the default ServicesSettings.
Returns | |
---|---|
Type | Description |
ServicesSettings |
A new instance of the default ServicesSettings. |