Describes a URL link.
Generated from protobuf message google.rpc.Help.Link
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getDescription() Describes what the link offers. Generated from protobuf field string description = 1;
|
| public getUrl() The URL of the link. Generated from protobuf field string url = 2;
|
| public setDescription( $var) Describes what the link offers. Generated from protobuf field string description = 1;
|
| public setUrl( $var) The URL of the link. Generated from protobuf field string url = 2;
|
| Properties |
| protected $description = '' Describes what the link offers. Generated from protobuf field string description = 1; |
| protected $url = '' The URL of the link. Generated from protobuf field string url = 2; |
| Methods |