public sealed class CustomHttpPattern : IMessage<CustomHttpPattern>, IEquatable<CustomHttpPattern>, IDeepCloneable<CustomHttpPattern>, IBufferMessage, IMessage
A custom pattern is used for defining custom HTTP verb.
[[["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-05-02 UTC."],[[["`CustomHttpPattern` is a class used for defining custom HTTP verbs within the `Google.Api` namespace, found in the `Google.Api.CommonProtos.dll` assembly."],["The latest version of `CustomHttpPattern` is 2.15.0, with previous versions 2.10.0 and 2.2.0 also documented."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["`CustomHttpPattern` has two key fields, `KindFieldNumber` and `PathFieldNumber`, representing the custom HTTP verb's name and its path, respectively."],["It also includes several methods such as `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, `CalculateSize()` and `WriteTo()`, that are used to manipulate and interact with instances of `CustomHttpPattern`."]]],[]]