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-31 UTC."],[[["This webpage provides reference documentation for the `MetadataFilterLabelMatch` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The class `MetadataFilterLabelMatch` is used for configuring metadata label name-value pairs that are expected to match labels presented as metadata to the load balancer."],["The latest version documented is 3.6.0, with versions ranging down to 1.0.0 that are listed on this webpage, and is shown to have been implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name` and `Value`, both of which are strings and have character length limitations, as well as `HasName` and `HasValue`, which are boolean properties that determine if those fields are set."],["There are two constructors, a parameterless one, and another one that accepts `MetadataFilterLabelMatch` as a parameter."]]],[]]