public interface ImportTestCasesMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrors(int index)
public abstract TestCaseError getErrors(int index)Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3.TestCaseError errors = 1;
| Name | Description |
| index | int |
| Type | Description |
| TestCaseError |
getErrorsCount()
public abstract int getErrorsCount()Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3.TestCaseError errors = 1;
| Type | Description |
| int |
getErrorsList()
public abstract List<TestCaseError> getErrorsList()Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3.TestCaseError errors = 1;
| Type | Description |
| List<TestCaseError> |
getErrorsOrBuilder(int index)
public abstract TestCaseErrorOrBuilder getErrorsOrBuilder(int index)Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3.TestCaseError errors = 1;
| Name | Description |
| index | int |
| Type | Description |
| TestCaseErrorOrBuilder |
getErrorsOrBuilderList()
public abstract List<? extends TestCaseErrorOrBuilder> getErrorsOrBuilderList()Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3.TestCaseError errors = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.cx.v3.TestCaseErrorOrBuilder> |