bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class CustomHttpPattern

    A custom pattern is used for defining custom HTTP verb.

    from message google.api.CustomHttpPattern

    Hierarchy

    Index

    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"

    Methods