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 provides documentation for the `InstanceSettingsMetadata` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality across multiple versions."],["The latest version of `InstanceSettingsMetadata` is 3.6.0, and the documentation lists numerous previous versions, going as far back as 1.0.0, each linked to their respective pages."],["`InstanceSettingsMetadata` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is a part of a larger communication framework."],["The class contains properties such as `HasKind`, `Items`, and `Kind`, with `Items` being a map of string key-value pairs and `Kind` specifying the resource type as `compute#metadata`."],["The class also lists its constructors, providing ways to create new instances, including an option to instantiate it from an existing `InstanceSettingsMetadata` object."]]],[]]