Interface BatchRunTestCasesMetadataOrBuilder (0.52.0)

public interface BatchRunTestCasesMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract TestError getErrors(int index)

The test errors.

repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestError

getErrorsCount()

public abstract int getErrorsCount()

The test errors.

repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;

Returns
TypeDescription
int

getErrorsList()

public abstract List<TestError> getErrorsList()

The test errors.

repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;

Returns
TypeDescription
List<TestError>

getErrorsOrBuilder(int index)

public abstract TestErrorOrBuilder getErrorsOrBuilder(int index)

The test errors.

repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()

The test errors.

repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder>