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 Google.Cloud.Compute.V1 API represents a single namespace/key/value entry for guest attributes."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of the `GuestAttributesEntry` documentation is 3.6.0, and it covers versions from 1.0.0 all the way to the latest 3.6.0, all available through the provided links."],["The class provides properties to access and set the key, namespace, and value of the guest attribute, with each property including `HasKey`, `HasNamespace`, and `HasValue` to verify if the field is populated."],["There are two constructors available, one default constructor `GuestAttributesEntry()` and one copy constructor `GuestAttributesEntry(GuestAttributesEntry other)` to create new instances of the class."]]],[]]