A custom pattern is used for defining custom HTTP verb.

from message google.api.CustomHttpPattern

Hierarchy

Constructors

Properties

kind: string = ""

The name of this custom HTTP verb.

from field: string kind = 1;

path: string = ""

The path matched by this custom verb.

from field: string path = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "google.api.CustomHttpPattern" = "google.api.CustomHttpPattern"

Methods