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 document provides reference documentation for the `MetadataFilterLabelMatch` class within the Google.Cloud.Compute.V1 API, specifically version 2.2.0 and its different releases."],["The `MetadataFilterLabelMatch` class is used to define metadata label name-value pairs that are expected to match corresponding metadata presented to the load balancer."],["It has two properties: `Name`, which specifies the name of the metadata label with a maximum length of 1024 characters, and `Value`, which defines the expected value of the label, also with a maximum length of 1024 characters."],["The document lists available versions of this class, from version 1.0.0 to the latest version 3.6.0, allowing users to navigate to specific release documentation."],["The class implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."]]],[]]