You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output only. The ID of the collection that owns this redirect.
[optional][readonly]
condition
String
A condition expression applied to a search request that determines whether a search is redirected. For example, to redirect if the user's query is `apples`, set condition to `q = 'apples'`.
create_time
Time
Output only. Time the redirect was created.
[optional][readonly]
disabled
Boolean
If disabled, the redirect is never triggered.
[optional]
id
String
Output only. The redirect's ID.
[optional][readonly]
target
String
The target to redirect the user to if their query matches `condition`. For searches performed in a browser, target is usually a URL but it can be any value that your integration can interpret as a redirect. For example, for URLs that you need to resolve at runtime, target might be a URL template string. For apps, target might be a unique identifier used to send the user to the correct view.