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 within the `Google.Cloud.Compute.V1` namespace."],["The `MetadataFilterLabelMatch` class is used to define label name-value pairs that are expected to match metadata provided to the load balancer."],["The page lists available versions, from 1.0.0 to 3.6.0, of the `MetadataFilterLabelMatch` class, with 3.6.0 being the latest version."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MetadataFilterLabelMatch` class include `Name` and `Value`, which are both strings representing the label's name and value respectively and both can have a maximum of 1024 characters, alongside `HasName` and `HasValue` which are of Boolean type."]]],[]]