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-04-09 UTC."],[[["This webpage 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 it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to navigate to documentation specific to their needs."],["The `GuestAttributesEntry` class includes properties such as `Key`, `Namespace`, and `Value`, each with associated `HasKey`, `HasNamespace`, and `HasValue` properties that indicate whether they are set."],["The class has two constructors, a default one, and another one that takes a `GuestAttributesEntry` as a parameter, as well as inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]