CustomHttpPattern
class CustomHttpPattern extends Message
A custom pattern is used for defining custom HTTP verb.
Protobuf type Google\Api\CustomHttpPattern
Methods
__construct()
No description
string
getKind()
The name of this custom HTTP verb.
setKind(string $var)
The name of this custom HTTP verb.
string
getPath()
The path matched by this custom verb.
setPath(string $var)
The path matched by this custom verb.
Details
at line 31
__construct()
at line 42
string
getKind()
The name of this custom HTTP verb.
Generated from protobuf field string kind = 1;
at line 53
setKind(string $var)
The name of this custom HTTP verb.
Generated from protobuf field string kind = 1;
at line 65
string
getPath()
The path matched by this custom verb.
Generated from protobuf field string path = 2;
at line 76
setPath(string $var)
The path matched by this custom verb.
Generated from protobuf field string path = 2;