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
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  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;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseResult>
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTestCaseResultsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  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;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  build()
  
    public ListTestCaseResultsResponse build()
   
  
  
  buildPartial()
  
    public ListTestCaseResultsResponse buildPartial()
   
  
  
  clear()
  
    public ListTestCaseResultsResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListTestCaseResultsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  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)
   
  
  
  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()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListTestCaseResultsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  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;
    
      
        | Returns | 
      
        | 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;
    
      
        | Returns | 
      
        | 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;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  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;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  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;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  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;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getTestCaseResultsOrBuilderList()
  
    public List<? extends TestCaseResultOrBuilder> getTestCaseResultsOrBuilderList()
   
   The list of test case results.
 repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult test_case_results = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.dialogflow.cx.v3beta1.TestCaseResultOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListTestCaseResultsResponse other)
  
    public ListTestCaseResultsResponse.Builder mergeFrom(ListTestCaseResultsResponse other)
   
  
  
  
  
  
    public ListTestCaseResultsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListTestCaseResultsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTestCaseResultsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  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;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTestCaseResultsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListTestCaseResultsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  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)
   
  
  
  Overrides