[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eSnapshotsV1Beta3Settings\u003c/code\u003e is a class within the Dataflow v1beta3 API that configures settings for \u003ccode\u003eSnapshotsV1Beta3Client\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and \u003ccode\u003eobject\u003c/code\u003e, providing default functionality and version control through its properties and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers settings for managing snapshots, specifically via the \u003ccode\u003eDeleteSnapshotSettings\u003c/code\u003e, \u003ccode\u003eGetSnapshotSettings\u003c/code\u003e, and \u003ccode\u003eListSnapshotsSettings\u003c/code\u003e properties, each configuring the behaviour of the respective client method.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSnapshotsV1Beta3Settings\u003c/code\u003e supports creating a deep clone of itself via \u003ccode\u003eClone()\u003c/code\u003e, and it can be instantiated with default settings using the constructor or the static method \u003ccode\u003eGetDefault()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides documentation for 3 version of this class, the latest being version 2.0.0-beta07.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class SnapshotsV1Beta3Settings (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotsV1Beta3Settings)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.SnapshotsV1Beta3Settings)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.SnapshotsV1Beta3Settings) \n\n public sealed class SnapshotsV1Beta3Settings : ServiceSettingsBase\n\nReference documentation and code samples for the Dataflow v1beta3 API class SnapshotsV1Beta3Settings.\n\nSettings for [SnapshotsV1Beta3Client](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotsV1Beta3Client) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \\\u003e SnapshotsV1Beta3Settings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Clock](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Scheduler](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Interceptor](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### SnapshotsV1Beta3Settings()\n\n public SnapshotsV1Beta3Settings()\n\nConstructs a new [SnapshotsV1Beta3Settings](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotsV1Beta3Settings) object with default settings.\n\nProperties\n----------\n\n### DeleteSnapshotSettings\n\n public CallSettings DeleteSnapshotSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`SnapshotsV1Beta3Client.DeleteSnapshot` and `SnapshotsV1Beta3Client.DeleteSnapshotAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### GetSnapshotSettings\n\n public CallSettings GetSnapshotSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`SnapshotsV1Beta3Client.GetSnapshot` and `SnapshotsV1Beta3Client.GetSnapshotAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### ListSnapshotsSettings\n\n public CallSettings ListSnapshotsSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`SnapshotsV1Beta3Client.ListSnapshots` and `SnapshotsV1Beta3Client.ListSnapshotsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public SnapshotsV1Beta3Settings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static SnapshotsV1Beta3Settings GetDefault()\n\nGet a new instance of the default [SnapshotsV1Beta3Settings](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotsV1Beta3Settings)."]]