Interface ListTestCasesResponseOrBuilder

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

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

      • getTestCasesList

        List<TestCase> getTestCasesList()
         The list of test cases. There will be a maximum number of items returned
         based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCase test_cases = 1;
      • getTestCases

        TestCase getTestCases​(int index)
         The list of test cases. There will be a maximum number of items returned
         based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCase test_cases = 1;
      • getTestCasesCount

        int getTestCasesCount()
         The list of test cases. There will be a maximum number of items returned
         based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCase test_cases = 1;
      • getTestCasesOrBuilderList

        List<? extends TestCaseOrBuilder> getTestCasesOrBuilderList()
         The list of test cases. There will be a maximum number of items returned
         based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCase test_cases = 1;
      • getTestCasesOrBuilder

        TestCaseOrBuilder getTestCasesOrBuilder​(int index)
         The list of test cases. There will be a maximum number of items returned
         based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.TestCase test_cases = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.