public sealed class SnapshotsV1Beta3Settings : ServiceSettingsBase
Settings for SnapshotsV1Beta3Client instances.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
SnapshotsV1Beta3Settings()
public SnapshotsV1Beta3Settings()
Constructs a new SnapshotsV1Beta3Settings object with default settings.
Properties
DeleteSnapshotSettings
public CallSettings DeleteSnapshotSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SnapshotsV1Beta3Client.DeleteSnapshot
and SnapshotsV1Beta3Client.DeleteSnapshotAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetSnapshotSettings
public CallSettings GetSnapshotSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SnapshotsV1Beta3Client.GetSnapshot
and SnapshotsV1Beta3Client.GetSnapshotAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
ListSnapshotsSettings
public CallSettings ListSnapshotsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SnapshotsV1Beta3Client.ListSnapshots
and SnapshotsV1Beta3Client.ListSnapshotsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public SnapshotsV1Beta3Settings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
SnapshotsV1Beta3Settings | A deep clone of this SnapshotsV1Beta3Settings object. |
GetDefault()
public static SnapshotsV1Beta3Settings GetDefault()
Get a new instance of the default SnapshotsV1Beta3Settings.
Returns | |
---|---|
Type | Description |
SnapshotsV1Beta3Settings | A new instance of the default SnapshotsV1Beta3Settings. |