class Advice extends Message

Generated advice about this change, used for providing more information about how a change will affect the existing service.

Generated from protobuf message google.api.Advice

Methods

__construct()

No description

string
getDescription()

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.

$this
setDescription(string $var)

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.

Details

at line 27
__construct()

at line 39
string getDescription()

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.

Generated from protobuf field string description = 2;

Return Value

string

at line 52
$this setDescription(string $var)

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.

Generated from protobuf field string description = 2;

Parameters

string $var

Return Value

$this