class Help_Link extends Message

Describes a URL link.

Generated from protobuf message google.rpc.Help.Link

Methods

__construct()

No description

string
getDescription()

Describes what the link offers.

$this
setDescription(string $var)

Describes what the link offers.

string
getUrl()

The URL of the link.

$this
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;

Return Value

string

at line 54
$this setDescription(string $var)

Describes what the link offers.

Generated from protobuf field string description = 1;

Parameters

string $var

Return Value

$this

at line 68
string getUrl()

The URL of the link.

Generated from protobuf field string url = 2;

Return Value

string

at line 80
$this setUrl(string $var)

The URL of the link.

Generated from protobuf field string url = 2;

Parameters

string $var

Return Value

$this