public sealed class MetadataFilterLabelMatch : IMessage<MetadataFilterLabelMatch>, IEquatable<MetadataFilterLabelMatch>, IDeepCloneable<MetadataFilterLabelMatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class MetadataFilterLabelMatch.
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
[[["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-24 UTC."],[[["The `MetadataFilterLabelMatch` class in the Compute Engine v1 API is designed for matching metadata label name-value pairs with those presented to a load balancer."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which all support different functionality for this class."],["The class provides constructors to create instances, either as a new object or by cloning from an existing `MetadataFilterLabelMatch` object."],["It includes properties `HasName` and `HasValue` to check if the name and value fields are set, along with `Name` and `Value` properties for setting or retrieving the metadata label's name and value respectively, which each have a max length of 1024."],["The documentation lists many versions of the `MetadataFilterLabelMatch` class, ranging from version 1.0.0 up to the latest 3.6.0, showing the evolution of the Compute Engine v1 API."]]],[]]