public interface DeployFlowMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTestErrors(int index)
public abstract TestError getTestErrors(int index)Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestError |
|
getTestErrorsCount()
public abstract int getTestErrorsCount()Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTestErrorsList()
public abstract List<TestError> getTestErrorsList()Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<TestError> |
|
getTestErrorsOrBuilder(int index)
public abstract TestErrorOrBuilder getTestErrorsOrBuilder(int index)Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestErrorOrBuilder |
|
getTestErrorsOrBuilderList()
public abstract List<? extends TestErrorOrBuilder> getTestErrorsOrBuilderList()Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder> |
|