public sealed class InstanceSettingsMetadata : IMessage<InstanceSettingsMetadata>, IEquatable<InstanceSettingsMetadata>, IDeepCloneable<InstanceSettingsMetadata>, 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 webpage details the `InstanceSettingsMetadata` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud .NET library and is located in the `Google.Cloud.Compute.V1.dll` assembly."],["The `InstanceSettingsMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class provides properties such as `HasKind`, `Items`, and `Kind`, for managing metadata, with the `Items` property serving as a map for metadata key/value pairs that must be under 512KB."],["The webpage provides access to different versions of the documentation, ranging from version 1.0.0 up to the latest version 3.6.0, along with the currently displayed version 2.17.0."],["The `InstanceSettingsMetadata` class includes two constructors: a default constructor `InstanceSettingsMetadata()` and a copy constructor `InstanceSettingsMetadata(InstanceSettingsMetadata other)`."]]],[]]