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 webpage provides reference documentation for the `GuestAttributesEntry` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The `GuestAttributesEntry` class represents a namespace/key/value entry for guest attributes, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the API, from 1.0.0 up to the latest version 3.6.0, with each version linking to its corresponding `GuestAttributesEntry` documentation."],["The `GuestAttributesEntry` class has properties such as `HasKey`, `HasNamespace`, `HasValue`, `Key`, `Namespace`, and `Value`, allowing for the setting and checking of guest attribute details."],["The page also details the constructors available for `GuestAttributesEntry`, including a parameter-less constructor and one that accepts another `GuestAttributesEntry` instance."]]],[]]