Provides links to documentation or for performing an out of band action.
For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.
| JSON representation |
|---|
{
"links": [
{
object ( |
| Fields | |
|---|---|
links[] |
URL(s) pointing to additional information on handling the current error. |
Link
Describes a URL link.
| JSON representation |
|---|
{ "description": string, "url": string } |
| Fields | |
|---|---|
description |
Describes what the link offers. |
url |
The URL of the link. |