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
NameDescription
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
TypeDescription
string

setPath

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this