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;
| Name | Description |
index |
int |
| Type | Description |
TestError |
getTestErrorsCount()
public abstract int getTestErrorsCount()Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| Type | Description |
int |
getTestErrorsList()
public abstract List<TestError> getTestErrorsList()Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;
| 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;
| Name | Description |
index |
int |
| 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;
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder> |