Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::Control::RedirectAction (v0.8.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::Control::RedirectAction.

Redirects a shopper to the provided URI.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#redirect_uri

def redirect_uri() -> ::String
Returns
  • (::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.

#redirect_uri=

def redirect_uri=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.