public sealed class ListSnapshotsRequest : IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ListSnapshotsRequest.
[[["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\u003eThis documentation covers the \u003ccode\u003eListSnapshotsRequest\u003c/code\u003e class within the Dataflow v1beta3 API, used for requesting a list of snapshots.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListSnapshotsRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, \u003ccode\u003eListSnapshotsRequest()\u003c/code\u003e and \u003ccode\u003eListSnapshotsRequest(ListSnapshotsRequest other)\u003c/code\u003e, allowing for the creation of new instances and cloning existing ones.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListSnapshotsRequest\u003c/code\u003e include \u003ccode\u003eJobId\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, and \u003ccode\u003eProjectId\u003c/code\u003e, which are used to specify the job, location, and project to retrieve snapshots from.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is documented as \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, with previous versions \u003ccode\u003e2.0.0-beta06\u003c/code\u003e and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e also being available for reference.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class ListSnapshotsRequest (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.ListSnapshotsRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.ListSnapshotsRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.ListSnapshotsRequest) \n\n public sealed class ListSnapshotsRequest : IMessage\u003cListSnapshotsRequest\u003e, IEquatable\u003cListSnapshotsRequest\u003e, IDeepCloneable\u003cListSnapshotsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class ListSnapshotsRequest.\n\nRequest to list snapshots. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListSnapshotsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListSnapshotsRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListSnapshotsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListSnapshotsRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListSnapshotsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListSnapshotsRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListSnapshotsRequest), [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### ListSnapshotsRequest()\n\n public ListSnapshotsRequest()\n\n### ListSnapshotsRequest(ListSnapshotsRequest)\n\n public ListSnapshotsRequest(ListSnapshotsRequest other)\n\nProperties\n----------\n\n### JobId\n\n public string JobId { get; set; }\n\nIf specified, list snapshots created from this job.\n\n### Location\n\n public string Location { get; set; }\n\nThe location to list snapshots in.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nThe project ID to list snapshots for."]]