public abstract class Help extends Object
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.
Help information is particularly useful for:
This type of error detail helps transform error responses from simple failure notifications into actionable guidance that users can follow to resolve their issues.
| Modifier and Type | Class and Description |
|---|---|
static class |
Help.Builder
Builder for constructing Help instances.
|
static class |
Help.HelpLink
HelpLink provides a single helpful resource for resolving an error.
|
| Constructor and Description |
|---|
Help() |
| Modifier and Type | Method and Description |
|---|---|
static Help.Builder |
builder()
Creates a new builder for constructing Help instances.
|
abstract List<Help.HelpLink> |
links()
URL(s) pointing to additional information on handling the current error.
|
public abstract List<Help.HelpLink> links()
This list contains links to resources that can help users understand and resolve the error they encountered. Each link should provide specific, actionable guidance related to the current error context.
Examples of helpful links might include:
public static Help.Builder builder()
Copyright © 2026. All rights reserved.