A custom pattern is used for defining custom HTTP verb.
Generated from protobuf message google.api.CustomHttpPattern
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getKind() The name of this custom HTTP verb. Generated from protobuf field string kind = 1;
|
| public getPath() The path matched by this custom verb. Generated from protobuf field string path = 2;
|
| public setKind( $var) The name of this custom HTTP verb. Generated from protobuf field string kind = 1;
|
| public setPath( $var) The path matched by this custom verb. Generated from protobuf field string path = 2;
|
| Properties |
| protected $kind = '' The name of this custom HTTP verb. Generated from protobuf field string kind = 1; |
| protected $path = '' The path matched by this custom verb. Generated from protobuf field string path = 2; |
| Methods |