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

Constructor.

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

Constructor.

Parameters

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

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

}

at line 50
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 63
$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