class Help extends Message

Provides links to documentation or for performing an out of band action.

For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.

Generated from protobuf message google.rpc.Help

Methods

__construct(array $data = NULL)

Constructor.

RepeatedField
getLinks()

URL(s) pointing to additional information on handling the current error.

$this
setLinks(Link[]|RepeatedField $var)

URL(s) pointing to additional information on handling the current error.

Details

at line 38
__construct(array $data = NULL)

Constructor.

Parameters

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

@type \Google\Rpc\Help\Link[]|\Google\Protobuf\Internal\RepeatedField $links
      URL(s) pointing to additional information on handling the current error.

}

URL(s) pointing to additional information on handling the current error.

Generated from protobuf field repeated .google.rpc.Help.Link links = 1;

Return Value

RepeatedField

URL(s) pointing to additional information on handling the current error.

Generated from protobuf field repeated .google.rpc.Help.Link links = 1;

Parameters

Link[]|RepeatedField $var

Return Value

$this