public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GuestAttributesEntry.
[[["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 provides reference documentation for the `GuestAttributesEntry` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The `GuestAttributesEntry` class represents a namespace/key/value entry for guest attributes and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the available versions of the `GuestAttributesEntry` class, ranging from the latest version 3.6.0 down to version 1.0.0."],["The `GuestAttributesEntry` class contains properties such as `Key`, `Namespace`, and `Value`, which store the information of the entry, with each having associated `Has` properties to see if they are set."],["The class has 2 constructors available, one default and one that accepts another `GuestAttributesEntry` as a parameter."]]],[]]