public sealed class SnapshotSettings : IMessage<SnapshotSettings>, IEquatable<SnapshotSettings>, IDeepCloneable<SnapshotSettings>, 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-31 UTC."],[[["The latest version available for `Google.Cloud.Compute.V1.SnapshotSettings` is 3.6.0, with multiple other versions ranging from 1.0.0 to 3.5.0 available for reference."],["`SnapshotSettings` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SnapshotSettings` class provides a property called `StorageLocation`, which is of type `SnapshotSettingsStorageLocationSettings`, dictating storage location policy and configuration."],["This class inherits from `object`, and makes use of the following methods: `GetHashCode`, `GetType`, and `ToString`."],["`SnapshotSettings` has two constructors: a default constructor and one that accepts another `SnapshotSettings` object as a parameter for potential cloning or modifications."]]],[]]