Help

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 (Link)}]}
Fields
links[]

object (Link)

URL(s) pointing to additional information on handling the current error.

Link

Describes a URL link.

JSON representation
{"description":string,"url":string}
Fields
description

string

Describes what the link offers.

url

string

The URL of the link.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-30 UTC.