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-21 UTC."],[[["This document outlines the different versions of `SnapshotSettings` within the `Google.Cloud.Compute.V1` namespace, ranging from the latest version 3.6.0 down to version 1.0.0."],["The `SnapshotSettings` class implements several interfaces, including `IMessage`, `IEquatable\u003cSnapshotSettings\u003e`, `IDeepCloneable\u003cSnapshotSettings\u003e`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["It inherits from `object` and overrrides the inherited methods `GetHashCode()`, `GetType()`, `ToString()` from the parent class."],["The class includes a `StorageLocation` property of type `SnapshotSettingsStorageLocationSettings`, which manages the policy for storage location resolution and related details."],["There are two constructors for SnapshotSettings, one with no parameters and the other accepts a parameter `other` of the type `SnapshotSettings`."]]],[]]