public sealed class ListSnapshotsResponse : IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ListSnapshotsResponse.
[[["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 document provides reference information for the `ListSnapshotsResponse` class within the Dataflow v1beta3 API, with the latest version being 2.0.0-beta07."],["`ListSnapshotsResponse` is a class that represents a list of snapshots and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListSnapshotsResponse` class includes a `Snapshots` property of type `RepeatedField\u003cSnapshot\u003e` that contains the list of returned snapshots."],["The class has two constructors, one being a default empty constructor and the other taking an existing `ListSnapshotsResponse` as an argument to clone it."],["This class inherits from object and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]