public static final class ListTestCaseResultsResponse.Builder extends GeneratedMessageV3.Builder<ListTestCaseResultsResponse.Builder> implements ListTestCaseResultsResponseOrBuilder
   
   The response message for TestCases.ListTestCaseResults.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.ListTestCaseResultsResponse
Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addAllTestCaseResults(Iterable<? extends TestCaseResult> values)
  
    public ListTestCaseResultsResponse.Builder addAllTestCaseResults(Iterable<? extends TestCaseResult> values)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseResult>
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTestCaseResultsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  addTestCaseResults(TestCaseResult value)
  
    public ListTestCaseResultsResponse.Builder addTestCaseResults(TestCaseResult value)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
addTestCaseResults(TestCaseResult.Builder builderForValue)
  
    public ListTestCaseResultsResponse.Builder addTestCaseResults(TestCaseResult.Builder builderForValue)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
addTestCaseResults(int index, TestCaseResult value)
  
    public ListTestCaseResultsResponse.Builder addTestCaseResults(int index, TestCaseResult value)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
addTestCaseResults(int index, TestCaseResult.Builder builderForValue)
  
    public ListTestCaseResultsResponse.Builder addTestCaseResults(int index, TestCaseResult.Builder builderForValue)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
addTestCaseResultsBuilder()
  
    public TestCaseResult.Builder addTestCaseResultsBuilder()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
addTestCaseResultsBuilder(int index)
  
    public TestCaseResult.Builder addTestCaseResultsBuilder(int index)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  build()
  
    public ListTestCaseResultsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListTestCaseResultsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListTestCaseResultsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListTestCaseResultsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListTestCaseResultsResponse.Builder clearNextPageToken()
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListTestCaseResultsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearTestCaseResults()
  
    public ListTestCaseResultsResponse.Builder clearTestCaseResults()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
clone()
  
    public ListTestCaseResultsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListTestCaseResultsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getNextPageToken()
  
    public 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;
    
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public 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;
    
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getTestCaseResults(int index)
  
    public TestCaseResult getTestCaseResults(int index)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getTestCaseResultsBuilder(int index)
  
    public TestCaseResult.Builder getTestCaseResultsBuilder(int index)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getTestCaseResultsBuilderList()
  
    public List<TestCaseResult.Builder> getTestCaseResultsBuilderList()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
getTestCaseResultsCount()
  
    public int getTestCaseResultsCount()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
getTestCaseResultsList()
  
    public List<TestCaseResult> getTestCaseResultsList()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
getTestCaseResultsOrBuilder(int index)
  
    public TestCaseResultOrBuilder getTestCaseResultsOrBuilder(int index)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getTestCaseResultsOrBuilderList()
  
    public List<? extends TestCaseResultOrBuilder> getTestCaseResultsOrBuilderList()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseResultOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListTestCaseResultsResponse other)
  
    public ListTestCaseResultsResponse.Builder mergeFrom(ListTestCaseResultsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListTestCaseResultsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListTestCaseResultsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTestCaseResultsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeTestCaseResults(int index)
  
    public ListTestCaseResultsResponse.Builder removeTestCaseResults(int index)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTestCaseResultsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListTestCaseResultsResponse.Builder setNextPageToken(String value)
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
    
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  Returns
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListTestCaseResultsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListTestCaseResultsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setTestCaseResults(int index, TestCaseResult value)
  
    public ListTestCaseResultsResponse.Builder setTestCaseResults(int index, TestCaseResult value)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
setTestCaseResults(int index, TestCaseResult.Builder builderForValue)
  
    public ListTestCaseResultsResponse.Builder setTestCaseResults(int index, TestCaseResult.Builder builderForValue)
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTestCaseResultsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides