Google Cloud Discovery Engine V1beta Client - Class RedirectAction (0.11.3)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class RedirectAction.

Redirects a shopper to the provided URI.

Generated from protobuf message google.cloud.discoveryengine.v1beta.Control.RedirectAction

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ Control

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ redirect_uri string

Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.

getRedirectUri

Required. The URI to which the shopper will be redirected.

Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.

Returns
Type Description
string

setRedirectUri

Required. The URI to which the shopper will be redirected.

Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.

Parameter
Name Description
var string
Returns
Type Description
$this