Interface InvalidTemplateParameters.ParameterViolationOrBuilder (0.8.0)

public static interface InvalidTemplateParameters.ParameterViolationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

A description of why the parameter failed to validate.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A description of why the parameter failed to validate.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getParameter()

public abstract String getParameter()

The parameter that failed to validate.

string parameter = 1;

Returns
TypeDescription
String

The parameter.

getParameterBytes()

public abstract ByteString getParameterBytes()

The parameter that failed to validate.

string parameter = 1;

Returns
TypeDescription
ByteString

The bytes for parameter.