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-31 UTC."],[[["The latest version of the `GuestAttributesEntry` class is 3.6.0, but it also has a wide range of versions dating back to version 1.0.0."],["`GuestAttributesEntry` is a class within the Google.Cloud.Compute.V1 namespace, implementing interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, representing a guest attributes namespace/key/value entry."],["This class has three key properties: `Key`, `Namespace`, and `Value`, each corresponding to the key, namespace, and value of a guest attribute entry, all of type string."],["The class also contains a series of boolean properties (`HasKey`, `HasNamespace`, `HasValue`) to determine if the key, namespace, or value fields are set."],["The `GuestAttributesEntry` class includes two constructors, one default and another that takes an existing `GuestAttributesEntry` object as a parameter for creating a new instance based on an existing one."]]],[]]