Interface TestRunDifferenceOrBuilder (0.52.0)

public interface TestRunDifferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

A human readable description of the diff, showing the actual output vs expected output.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A human readable description of the diff, showing the actual output vs expected output.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getType()

public abstract TestRunDifference.DiffType getType()

The type of diff.

.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType type = 1;

Returns
TypeDescription
TestRunDifference.DiffType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of diff.

.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.