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 documentation for the `ListSnapshotsResponse` class within the Dataflow v1beta3 API, specifically for version 2.0.0-beta06 of the .NET library."],["The `ListSnapshotsResponse` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["This class is primarily used to represent a list of snapshots, as indicated by its name and its primary property, `Snapshots`, which is of type `RepeatedField\u003cSnapshot\u003e`."],["There are two constructors available for the class: a parameterless constructor, and one that takes another `ListSnapshotsResponse` object to use as the `other` parameter."],["The `ListSnapshotsResponse` class can be found in the `Google.Cloud.Dataflow.V1Beta3` namespace, within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]