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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestError |
|
getErrorsCount()
public abstract int getErrorsCount()The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorsList()
public abstract List<TestError> getErrorsList()The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestErrorOrBuilder |
|
getErrorsOrBuilderList()
public abstract List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder> |
|