class Link extends Message

Describes a URL link.

Generated from protobuf message google.rpc.Help.Link

Methods

__construct(array $data = NULL)

Constructor.

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 43
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type string $description
      Describes what the link offers.
@type string $url
      The URL of the link.

}

at line 54
string getDescription()

Describes what the link offers.

Generated from protobuf field string description = 1;

Return Value

string

at line 66
$this setDescription(string $var)

Describes what the link offers.

Generated from protobuf field string description = 1;

Parameters

string $var

Return Value

$this

at line 80
string getUrl()

The URL of the link.

Generated from protobuf field string url = 2;

Return Value

string

at line 92
$this setUrl(string $var)

The URL of the link.

Generated from protobuf field string url = 2;

Parameters

string $var

Return Value

$this