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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `ListSnapshotsRequest` class within the Dataflow v1beta3 API, used for requesting a list of snapshots."],["The `ListSnapshotsRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `ListSnapshotsRequest()` and `ListSnapshotsRequest(ListSnapshotsRequest other)`, allowing for the creation of new instances and cloning existing ones."],["Key properties of `ListSnapshotsRequest` include `JobId`, `Location`, and `ProjectId`, which are used to specify the job, location, and project to retrieve snapshots from."],["The latest version of the class is documented as `2.0.0-beta07`, with previous versions `2.0.0-beta06` and `1.0.0-beta03` also being available for reference."]]],[]]