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."],[[["The `GuestAttributesEntry` class within the Compute Engine v1 API represents a single namespace/key/value entry for guest attributes."],["This documentation provides reference material for the `GuestAttributesEntry` class across multiple versions, ranging from version 1.0.0 to the latest 3.6.0."],["The `GuestAttributesEntry` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `Key`, `Namespace`, and `Value`, each representing a component of the guest attribute entry, and each of which also has a corresponding `Has` property."],["There are two constructors for `GuestAttributesEntry`, one default constructor and another that takes another `GuestAttributesEntry` object as a parameter."]]],[]]