public interface DeployFlowMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TestError |
getTestErrors(int index)
Errors of running deployment tests.
|
int |
getTestErrorsCount()
Errors of running deployment tests.
|
List<TestError> |
getTestErrorsList()
Errors of running deployment tests.
|
TestErrorOrBuilder |
getTestErrorsOrBuilder(int index)
Errors of running deployment tests.
|
List<? extends TestErrorOrBuilder> |
getTestErrorsOrBuilderList()
Errors of running deployment tests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TestError> getTestErrorsList()
Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;TestError getTestErrors(int index)
Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;int getTestErrorsCount()
Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;List<? extends TestErrorOrBuilder> getTestErrorsOrBuilderList()
Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;TestErrorOrBuilder getTestErrorsOrBuilder(int index)
Errors of running deployment tests.
repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;Copyright © 2022 Google LLC. All rights reserved.