Interface Control.RedirectActionOrBuilder (0.41.0)

public static interface Control.RedirectActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRedirectUri()

public abstract String 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.

string redirect_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The redirectUri.

getRedirectUriBytes()

public abstract ByteString getRedirectUriBytes()

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.

string redirect_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for redirectUri.