Interface ImportTestCasesMetadataOrBuilder (0.48.0)

public interface ImportTestCasesMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract TestCaseError getErrors(int index)

Errors for failed test cases.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestCaseError

getErrorsCount()

public abstract int getErrorsCount()

Errors for failed test cases.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;

Returns
TypeDescription
int

getErrorsList()

public abstract List<TestCaseError> getErrorsList()

Errors for failed test cases.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;

Returns
TypeDescription
List<TestCaseError>

getErrorsOrBuilder(int index)

public abstract TestCaseErrorOrBuilder getErrorsOrBuilder(int index)

Errors for failed test cases.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestCaseErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends TestCaseErrorOrBuilder> getErrorsOrBuilderList()

Errors for failed test cases.

repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseErrorOrBuilder>