public sealed class SnapshotJobRequest : IMessage<SnapshotJobRequest>, IEquatable<SnapshotJobRequest>, IDeepCloneable<SnapshotJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class SnapshotJobRequest.
[[["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\u003eThe \u003ccode\u003eSnapshotJobRequest\u003c/code\u003e class in the Google.Cloud.Dataflow.V1Beta3 API allows users to create a snapshot of a Dataflow job.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, supporting various functionalities like serialization and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eDescription\u003c/code\u003e (a user-provided description), \u003ccode\u003eJobId\u003c/code\u003e (the job to be snapshotted), \u003ccode\u003eLocation\u003c/code\u003e (the job's location), \u003ccode\u003eProjectId\u003c/code\u003e (the owning project), \u003ccode\u003eSnapshotSources\u003c/code\u003e (whether to snapshot sources), and \u003ccode\u003eTtl\u003c/code\u003e (the snapshot's time-to-live).\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the \u003ccode\u003eSnapshotJobRequest\u003c/code\u003e available, with version 2.0.0-beta07 being the latest.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class SnapshotJobRequest (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.SnapshotJobRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.SnapshotJobRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.SnapshotJobRequest) \n\n public sealed class SnapshotJobRequest : IMessage\u003cSnapshotJobRequest\u003e, IEquatable\u003cSnapshotJobRequest\u003e, IDeepCloneable\u003cSnapshotJobRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class SnapshotJobRequest.\n\nRequest to create a snapshot of a job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SnapshotJobRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SnapshotJobRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotJobRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SnapshotJobRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotJobRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SnapshotJobRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SnapshotJobRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\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### SnapshotJobRequest()\n\n public SnapshotJobRequest()\n\n### SnapshotJobRequest(SnapshotJobRequest)\n\n public SnapshotJobRequest(SnapshotJobRequest other)\n\nProperties\n----------\n\n### Description\n\n public string Description { get; set; }\n\nUser specified description of the snapshot. Maybe empty.\n\n### JobId\n\n public string JobId { get; set; }\n\nThe job to be snapshotted.\n\n### Location\n\n public string Location { get; set; }\n\nThe location that contains this job.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nThe project which owns the job to be snapshotted.\n\n### SnapshotSources\n\n public bool SnapshotSources { get; set; }\n\nIf true, perform snapshots for sources which support this.\n\n### Ttl\n\n public Duration Ttl { get; set; }\n\nTTL for the snapshot."]]