Interface BatchRunTestCasesMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BatchRunTestCasesMetadata, BatchRunTestCasesMetadata.Builder

    public interface BatchRunTestCasesMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getErrorsList

        List<TestError> getErrorsList()
         The test errors.
         
        repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
      • getErrors

        TestError getErrors​(int index)
         The test errors.
         
        repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
      • getErrorsCount

        int getErrorsCount()
         The test errors.
         
        repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
      • getErrorsOrBuilderList

        List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()
         The test errors.
         
        repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
      • getErrorsOrBuilder

        TestErrorOrBuilder getErrorsOrBuilder​(int index)
         The test errors.
         
        repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;