Reference documentation and code samples for the Compute V1 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.cloud.compute.v1.Help
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ links |
array<HelpLink>
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<HelpLink>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|