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 loadbalancer.
[[["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 part of the `Google.Cloud.Compute.V1` namespace and is used to match metadata label name-value pairs with those presented to the load balancer."],["Version 3.6.0 is the latest available version for `MetadataFilterLabelMatch`, with a list of versions ranging from 1.0.0 to 3.6.0, showing the update history of this object."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`MetadataFilterLabelMatch` has properties `Name` and `Value`, which allow defining the specific metadata label name and its corresponding value that must match, both of which have a maximum length of 1024 characters."],["`HasName` and `HasValue` are properties to know if the respective fields are set."]]],[]]