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-04-09 UTC."],[[["This webpage provides documentation for the `MetadataFilterLabelMatch` class within the Google.Cloud.Compute.V1 API, specifically version 2.11.0, with links to other versions."],["The `MetadataFilterLabelMatch` class is used for matching metadata label name-value pairs with those presented to a load balancer."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality beyond its base class."],["The class has properties `HasName`, `HasValue`, `Name`, and `Value`, allowing for checking if the \"name\" and \"value\" fields are set, as well as getting or setting their corresponding values."],["The class contains two constructors `MetadataFilterLabelMatch()`, and `MetadataFilterLabelMatch(MetadataFilterLabelMatch other)`, and has inherited members such as `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`."]]],[]]