Google Cloud Tasks V2beta2 Client - Class PathOverride (1.14.4)

Reference documentation and code samples for the Google Cloud Tasks V2beta2 Client class PathOverride.

PathOverride.

Path message defines path override for HTTP targets.

Generated from protobuf message google.cloud.tasks.v2beta2.PathOverride

Namespace

Google \ Cloud \ Tasks \ V2beta2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ path string

The URI path (e.g., /users/1234). Default is an empty string.

getPath

The URI path (e.g., /users/1234). Default is an empty string.

Returns
Type Description
string

setPath

The URI path (e.g., /users/1234). Default is an empty string.

Parameter
Name Description
var string
Returns
Type Description
$this