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.v3beta1.TestCaseError errors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestCaseError |
|
getErrorsCount()
public abstract int getErrorsCount()Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorsList()
public abstract List<TestCaseError> getErrorsList()Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestCaseErrorOrBuilder |
|
getErrorsOrBuilderList()
public abstract List<? extends TestCaseErrorOrBuilder> getErrorsOrBuilderList()Errors for failed test cases.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseError errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseErrorOrBuilder> |
|