public sealed class GuestAttributesValue : IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GuestAttributesValue.
Array of guest attribute namespace/key/value tuples.
[[["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 `GuestAttributesValue` class in the Google Cloud Compute Engine v1 API is used to represent an array of guest attribute namespace/key/value tuples."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is documented within the Google.Cloud.Compute.V1.dll assembly, with the most recent version being 3.6.0, and 2.17.0 being what's viewed on this page."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a property called `Items` of type `RepeatedField\u003cGuestAttributesEntry\u003e` for storing the guest attribute entries."],["Constructors for `GuestAttributesValue` are available, including a default constructor and one that accepts another `GuestAttributesValue` instance."]]],[]]