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."],["The latest version of the documentation available is for version 3.6.0, and versions dating back to 1.0.0 are available."],["The `GuestAttributesEntry` class is a representation of a namespace/key/value entry for guest attributes, used to implement methods for messages, cloning, and buffer messages."],["The class contains properties like `Key`, `Namespace`, and `Value`, as well as boolean properties to check if each of those corresponding fields are set, such as `HasKey`, `HasNamespace`, and `HasValue`."],["There are two constructors for creating the `GuestAttributesEntry` object, one being a parameterless constructor and the other creating a copy of an existing `GuestAttributesEntry` object."]]],[]]