public sealed class ListSnapshotsRequest : IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessage
[[["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."],[[["`ListSnapshotsRequest` is a class used to request a list of snapshots, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new `ListSnapshotsRequest` objects, either default or copied from another `ListSnapshotsRequest` instance."],["It provides properties such as `JobId`, `Location`, and `ProjectId`, which are string values used to specify the job, location, and project for which to list snapshots."],["This class is located within the `Google.Cloud.Dataflow.V1Beta3` namespace and is part of the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]