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."],[[["This webpage provides reference documentation for the `MetadataFilterLabelMatch` class within the Compute Engine v1 API for .NET, specifically version 2.3.0."],["The `MetadataFilterLabelMatch` class is used to define metadata label name-value pairs for matching metadata presented to the load balancer."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheritance from the `Object` class."],["The class includes two constructors: a default constructor and one that takes another `MetadataFilterLabelMatch` object for copying, and it exposes properties `HasName`, `HasValue`, `Name`, and `Value`."],["The documentation details the properties of the `MetadataFilterLabelMatch` class, such as `Name` and `Value`, along with their descriptions, data types, and constraints like the maximum character length of 1024."]]],[]]