public interface BatchRunTestCasesMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TestError |
getErrors(int index)
The test errors.
|
int |
getErrorsCount()
The test errors.
|
List<TestError> |
getErrorsList()
The test errors.
|
TestErrorOrBuilder |
getErrorsOrBuilder(int index)
The test errors.
|
List<? extends TestErrorOrBuilder> |
getErrorsOrBuilderList()
The test errors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TestError> getErrorsList()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;TestError getErrors(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;int getErrorsCount()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;TestErrorOrBuilder getErrorsOrBuilder(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;Copyright © 2025 Google LLC. All rights reserved.