public interface RunContinuousTestMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrors(int index)
public abstract TestError getErrors(int index)The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Name | Description |
| index | int |
| Type | Description |
| TestError |
getErrorsCount()
public abstract int getErrorsCount()The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Type | Description |
| int |
getErrorsList()
public abstract List<TestError> getErrorsList()The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Type | Description |
| List<TestError> |
getErrorsOrBuilder(int index)
public abstract TestErrorOrBuilder getErrorsOrBuilder(int index)The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Name | Description |
| index | int |
| Type | Description |
| TestErrorOrBuilder |
getErrorsOrBuilderList()
public abstract List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder> |