class CustomHttpPattern extends Message

A custom pattern is used for defining custom HTTP verb.

Generated from protobuf message google.api.CustomHttpPattern

Methods

__construct(array $data = NULL)

Constructor.

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 43
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type string $kind
      The name of this custom HTTP verb.
@type string $path
      The path matched by this custom verb.

}

at line 54
string getKind()

The name of this custom HTTP verb.

Generated from protobuf field string kind = 1;

Return Value

string

at line 66
$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 80
string getPath()

The path matched by this custom verb.

Generated from protobuf field string path = 2;

Return Value

string

at line 92
$this setPath(string $var)

The path matched by this custom verb.

Generated from protobuf field string path = 2;

Parameters

string $var

Return Value

$this