Reference documentation and code samples for the Compute V1 Client class HelpLink.
Describes a URL link.
Generated from protobuf message google.cloud.compute.v1.HelpLink
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ description |
string
Describes what the link offers. |
↳ url |
string
The URL of the link. |
getDescription
Describes what the link offers.
Returns | |
---|---|
Type | Description |
string |
hasDescription
clearDescription
setDescription
Describes what the link offers.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUrl
The URL of the link.
Returns | |
---|---|
Type | Description |
string |
hasUrl
clearUrl
setUrl
The URL of the link.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |