public sealed class MetadataFilterLabelMatch : IMessage<MetadataFilterLabelMatch>, IEquatable<MetadataFilterLabelMatch>, IDeepCloneable<MetadataFilterLabelMatch>, IBufferMessage, IMessage
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-21 UTC."],[[["The `MetadataFilterLabelMatch` class is used for matching metadata label name-value pairs with metadata presented to the load balancer."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is available in the `Google.Cloud.Compute.V1.dll` assembly, with a range of versions from 1.0.0 to the latest version 3.6.0."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It contains properties `Name` and `Value` which represent the metadata label's name and value respectively, both with a maximum length of 1024 characters."],["There are two constructors, one parameterless and another that accepts an existing `MetadataFilterLabelMatch` object for initialization."]]],[]]