public RepeatedField<ExtensionChain.Types.Extension> Extensions { get; }
Required. A set of extensions to execute for the matching request.
At least one extension is required.
Up to 3 extensions can be defined for each extension chain
for LbTrafficExtension resource.
LbRouteExtension and LbEdgeExtension chains are limited to 1 extension
per extension chain.
Required. The name for this extension chain.
The name is logged as part of the HTTP request logs.
The name must conform with RFC-1034, is restricted to lower-cased letters,
numbers and hyphens, and can have a maximum length of 63 characters.
Additionally, the first character must be a letter and the last a letter or
a number.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExtensionChain\u003c/code\u003e class in the Network Services v1 API is a wrapper for defining match conditions and extensions to be executed.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExtensions\u003c/code\u003e property, which is required, allows the setting of up to three extensions for \u003ccode\u003eLbTrafficExtension\u003c/code\u003e and one for \u003ccode\u003eLbRouteExtension\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eMatchCondition\u003c/code\u003e property is required to define the conditions that trigger the execution of this extension chain.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eName\u003c/code\u003e property is also required, it must follow RFC-1034 standards, and it must have a maximum of 63 characters, starting with a letter and ending with either a letter or a number.\u003c/p\u003e\n"]]],[],null,["# Network Services v1 API - Class ExtensionChain (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.ExtensionChain)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.2.0/Google.Cloud.NetworkServices.V1.ExtensionChain)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.1.0/Google.Cloud.NetworkServices.V1.ExtensionChain)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.0.0/Google.Cloud.NetworkServices.V1.ExtensionChain) \n\n public sealed class ExtensionChain : IMessage\u003cExtensionChain\u003e, IEquatable\u003cExtensionChain\u003e, IDeepCloneable\u003cExtensionChain\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Services v1 API class ExtensionChain.\n\nA single extension chain wrapper that contains the match conditions and\nextensions to execute. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExtensionChain \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExtensionChain](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.ExtensionChain), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExtensionChain](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.ExtensionChain), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExtensionChain](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.ExtensionChain), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetworkServices.V1](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkServices.V1.dll\n\nConstructors\n------------\n\n### ExtensionChain()\n\n public ExtensionChain()\n\n### ExtensionChain(ExtensionChain)\n\n public ExtensionChain(ExtensionChain other)\n\nProperties\n----------\n\n### Extensions\n\n public RepeatedField\u003cExtensionChain.Types.Extension\u003e Extensions { get; }\n\nRequired. A set of extensions to execute for the matching request.\nAt least one extension is required.\nUp to 3 extensions can be defined for each extension chain\nfor `LbTrafficExtension` resource.\n`LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension\nper extension chain.\n\n### MatchCondition\n\n public ExtensionChain.Types.MatchCondition MatchCondition { get; set; }\n\nRequired. Conditions under which this chain is invoked for a request.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name for this extension chain.\nThe name is logged as part of the HTTP request logs.\nThe name must conform with RFC-1034, is restricted to lower-cased letters,\nnumbers and hyphens, and can have a maximum length of 63 characters.\nAdditionally, the first character must be a letter and the last a letter or\na number."]]