Reference documentation and code samples for the Google API Common Protos Client class Link.
Describes a URL link.
Generated from protobuf message google.rpc.Help.Link
Namespace
Google \ Rpc \ HelpMethods
__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 |
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 |
setUrl
The URL of the link.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |