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