Help
class Help extends Message
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.
Protobuf type Google\Rpc\Help
Methods
No description
URL(s) pointing to additional information on handling the current error.
URL(s) pointing to additional information on handling the current error.
Details
at line 28
__construct()
at line 39
RepeatedField
getLinks()
URL(s) pointing to additional information on handling the current error.
Generated from protobuf field repeated .google.rpc.Help.Link links = 1;
at line 50
setLinks(array|RepeatedField $var)
URL(s) pointing to additional information on handling the current error.
Generated from protobuf field repeated .google.rpc.Help.Link links = 1;