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"]],[["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."],[[["The `CustomHttpPattern` class is used to define custom HTTP verbs within the `Google.Api` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["It contains properties such as `Kind` (name of the custom verb) and `Path` (the path matched by the custom verb), along with methods for calculating size, cloning, equality checks, merging, and string conversion."],["The class has two constructors, one default constructor and another that takes in another `CustomHttpPattern` object as a parameter, for cloning."],["The class defines two fields; `KindFieldNumber` and `PathFieldNumber`, which represent the field numbers for the \"kind\" and \"path\" fields respectively."]]],[]]