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-04-09 UTC."],[[["The latest version of the Google.Cloud.Compute.V1 SnapshotSettings is 3.6.0, with version 3.5.0 also being documented on this page along with a history of prior releases dating back to version 1.0.0."],["The `SnapshotSettings` class, found in the Google.Cloud.Compute.V1 namespace, is a sealed class that implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from `object` and has methods such as `GetHashCode()`, `GetType()`, and `ToString()`, and also has two constructors: a default constructor and a constructor that takes another `SnapshotSettings` object as a parameter."],["The `SnapshotSettings` class includes a `StorageLocation` property of type `SnapshotSettingsStorageLocationSettings`, which is used to define the policy and specifics for how the storage location is resolved."]]],[]]