Help_Link
class Help_Link extends Message
Describes a URL link.
Protobuf type Google\Rpc\Help\Link
Methods
__construct()
No description
string
getDescription()
Describes what the link offers.
setDescription(string $var)
Describes what the link offers.
string
getUrl()
The URL of the link.
setUrl(string $var)
The URL of the link.
Details
at line 31
__construct()
at line 42
string
getDescription()
Describes what the link offers.
Generated from protobuf field string description = 1;
at line 53
setDescription(string $var)
Describes what the link offers.
Generated from protobuf field string description = 1;
at line 65
string
getUrl()
The URL of the link.
Generated from protobuf field string url = 2;
at line 76
setUrl(string $var)
The URL of the link.
Generated from protobuf field string url = 2;