class Advice extends Message

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

Protobuf type 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.

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 51
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