Interface AdviceOrBuilder (2.8.3)

public interface AdviceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

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

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

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

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.