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."],[[["This webpage details the `MetadataFilterLabelMatch` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud .NET library."],["The `MetadataFilterLabelMatch` class is used for specifying metadata label name-value pairs for matching labels presented to a load balancer."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is version 3.6.0, but you can access the documentation for versions ranging from 1.0.0 up to 3.6.0."],["Key properties of `MetadataFilterLabelMatch` include `Name` and `Value`, which represent the metadata label's name and its corresponding value, both of which can have a maximum length of 1024 characters."]]],[]]