Reference documentation and code samples for the Google API Common Protos Client class 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.
Generated from protobuf message google.rpc.Help
Namespace
Google \ RpcMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ links |
array<Help\Link>
URL(s) pointing to additional information on handling the current error. |
getLinks
URL(s) pointing to additional information on handling the current error.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setLinks
URL(s) pointing to additional information on handling the current error.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Help\Link>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|