public sealed class VersionsSettings : ServiceSettingsBase
Reference documentation and code samples for the App Engine v1 API class VersionsSettings.
Settings for VersionsClient instances.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
VersionsSettings()
public VersionsSettings()
Constructs a new VersionsSettings object with default settings.
Properties
CreateVersionOperationsSettings
public OperationsSettings CreateVersionOperationsSettings { get; set; }
Long Running Operation settings for calls to VersionsClient.CreateVersion
and
VersionsClient.CreateVersionAsync
.
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.
CreateVersionSettings
public CallSettings CreateVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VersionsClient.CreateVersion
and VersionsClient.CreateVersionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteVersionOperationsSettings
public OperationsSettings DeleteVersionOperationsSettings { get; set; }
Long Running Operation settings for calls to VersionsClient.DeleteVersion
and
VersionsClient.DeleteVersionAsync
.
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.
DeleteVersionSettings
public CallSettings DeleteVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VersionsClient.DeleteVersion
and VersionsClient.DeleteVersionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetVersionSettings
public CallSettings GetVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to VersionsClient.GetVersion
and VersionsClient.GetVersionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
ListVersionsSettings
public CallSettings ListVersionsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to VersionsClient.ListVersions
and VersionsClient.ListVersionsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
UpdateVersionOperationsSettings
public OperationsSettings UpdateVersionOperationsSettings { get; set; }
Long Running Operation settings for calls to VersionsClient.UpdateVersion
and
VersionsClient.UpdateVersionAsync
.
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.
UpdateVersionSettings
public CallSettings UpdateVersionSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VersionsClient.UpdateVersion
and VersionsClient.UpdateVersionAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public VersionsSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
VersionsSettings |
A deep clone of this VersionsSettings object. |
GetDefault()
public static VersionsSettings GetDefault()
Get a new instance of the default VersionsSettings.
Returns | |
---|---|
Type | Description |
VersionsSettings |
A new instance of the default VersionsSettings. |