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` namespace, is part of the Compute Engine v1 API, representing a guest attributes namespace/key/value entry."],["Version 3.6.0 is the latest available version, as per the provided list of versions, and there is a large history of prior versions available for review, dating all the way back to version 1.0.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["`GuestAttributesEntry` has properties for `Key`, `Namespace`, and `Value`, which are all string types, along with corresponding boolean properties to check if these fields are set."],["The documentation provides full reference details on the class, including how it inherits and its full list of inherited members, constructors, and properties."]]],[]]