public sealed class EnvironmentsSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud Composer v1 API class EnvironmentsSettings.
Settings for EnvironmentsClient instances.
Namespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
EnvironmentsSettings()
public EnvironmentsSettings()
Constructs a new EnvironmentsSettings object with default settings.
Properties
CreateEnvironmentOperationsSettings
public OperationsSettings CreateEnvironmentOperationsSettings { get; set; }
Long Running Operation settings for calls to EnvironmentsClient.CreateEnvironment
and
EnvironmentsClient.CreateEnvironmentAsync
.
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.
CreateEnvironmentSettings
public CallSettings CreateEnvironmentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.CreateEnvironment
and EnvironmentsClient.CreateEnvironmentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteEnvironmentOperationsSettings
public OperationsSettings DeleteEnvironmentOperationsSettings { get; set; }
Long Running Operation settings for calls to EnvironmentsClient.DeleteEnvironment
and
EnvironmentsClient.DeleteEnvironmentAsync
.
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.
DeleteEnvironmentSettings
public CallSettings DeleteEnvironmentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.DeleteEnvironment
and EnvironmentsClient.DeleteEnvironmentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetEnvironmentSettings
public CallSettings GetEnvironmentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.GetEnvironment
and EnvironmentsClient.GetEnvironmentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListEnvironmentsSettings
public CallSettings ListEnvironmentsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.ListEnvironments
and EnvironmentsClient.ListEnvironmentsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
LoadSnapshotOperationsSettings
public OperationsSettings LoadSnapshotOperationsSettings { get; set; }
Long Running Operation settings for calls to EnvironmentsClient.LoadSnapshot
and
EnvironmentsClient.LoadSnapshotAsync
.
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.
LoadSnapshotSettings
public CallSettings LoadSnapshotSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.LoadSnapshot
and EnvironmentsClient.LoadSnapshotAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
SaveSnapshotOperationsSettings
public OperationsSettings SaveSnapshotOperationsSettings { get; set; }
Long Running Operation settings for calls to EnvironmentsClient.SaveSnapshot
and
EnvironmentsClient.SaveSnapshotAsync
.
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.
SaveSnapshotSettings
public CallSettings SaveSnapshotSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.SaveSnapshot
and EnvironmentsClient.SaveSnapshotAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateEnvironmentOperationsSettings
public OperationsSettings UpdateEnvironmentOperationsSettings { get; set; }
Long Running Operation settings for calls to EnvironmentsClient.UpdateEnvironment
and
EnvironmentsClient.UpdateEnvironmentAsync
.
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.
UpdateEnvironmentSettings
public CallSettings UpdateEnvironmentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnvironmentsClient.UpdateEnvironment
and EnvironmentsClient.UpdateEnvironmentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public EnvironmentsSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
EnvironmentsSettings | A deep clone of this EnvironmentsSettings object. |
GetDefault()
public static EnvironmentsSettings GetDefault()
Get a new instance of the default EnvironmentsSettings.
Returns | |
---|---|
Type | Description |
EnvironmentsSettings | A new instance of the default EnvironmentsSettings. |