class CustomHttpPattern extends Message

A custom pattern is used for defining custom HTTP verb.

Generated from protobuf message google.api.CustomHttpPattern

Methods

__construct()

No description

string
getKind()

The name of this custom HTTP verb.

$this
setKind(string $var)

The name of this custom HTTP verb.

string
getPath()

The path matched by this custom verb.

$this
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;

Return Value

string

at line 54
$this setKind(string $var)

The name of this custom HTTP verb.

Generated from protobuf field string kind = 1;

Parameters

string $var

Return Value

$this

at line 68
string getPath()

The path matched by this custom verb.

Generated from protobuf field string path = 2;

Return Value

string

at line 80
$this setPath(string $var)

The path matched by this custom verb.

Generated from protobuf field string path = 2;

Parameters

string $var

Return Value

$this