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 namespace, key, and value entry for guest attributes."],["Version 3.6.0 is the latest version, with a list of available versions ranging from 3.6.0 down to 1.0.0, as well as the current version being displayed (2.3.0)."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for object manipulation and data handling."],["It has properties to check if a field is set (`HasKey`, `HasNamespace`, `HasValue`) and properties to access the data directly (`Key`, `Namespace`, `Value`) as string types."],["The GuestAttributesEntry class has two constructors: a default one and another one that takes in another `GuestAttributesEntry` as a parameter."]]],[]]