Dataflow v1beta3 API - Class SnapshotsV1Beta3Settings (2.0.0-beta06)

public sealed class SnapshotsV1Beta3Settings : ServiceSettingsBase

Reference documentation and code samples for the Dataflow v1beta3 API class SnapshotsV1Beta3Settings.

Settings for SnapshotsV1Beta3Client instances.

Inheritance

object > ServiceSettingsBase > SnapshotsV1Beta3Settings

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
SnapshotsV1Beta3Settings

A deep clone of this SnapshotsV1Beta3Settings object.

GetDefault()

public static SnapshotsV1Beta3Settings GetDefault()

Get a new instance of the default SnapshotsV1Beta3Settings.

Returns
TypeDescription
SnapshotsV1Beta3Settings

A new instance of the default SnapshotsV1Beta3Settings.