Send feedback
  
   
 
  
    
      Class TestCaseError.Builder (0.89.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  TestCaseError . Builder   extends   GeneratedMessageV3 . Builder<TestCaseError . Builder >  implements   TestCaseErrorOrBuilder  
   Error info for importing a test.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.TestCaseError
    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
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TestCaseError . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   TestCaseError   build ()  
  
  buildPartial() 
  
    
public   TestCaseError   buildPartial ()  
  
  clear() 
  
    
public   TestCaseError . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   TestCaseError . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   TestCaseError . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearStatus() 
  
    
public   TestCaseError . Builder   clearStatus ()  
   The status associated with the test case.
 .google.rpc.Status status = 2;
clearTestCase() 
  
    
public   TestCaseError . Builder   clearTestCase ()  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
clone() 
  
    
public   TestCaseError . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   TestCaseError   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getStatus() 
  
    
public   Status   getStatus ()  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Returns  
      
        Type Description  
      
        com.google.rpc.Status The status.
 
     
  
  getStatusBuilder() 
  
    
public   Status . Builder   getStatusBuilder ()  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Returns  
      
        Type Description  
      
        com.google.rpc.Status.Builder  
     
  
  getStatusOrBuilder() 
  
    
public   StatusOrBuilder   getStatusOrBuilder ()  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Returns  
      
        Type Description  
      
        com.google.rpc.StatusOrBuilder  
     
  
  getTestCase() 
  
    
public   TestCase   getTestCase ()  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
    
      
        Returns  
      
        Type Description  
      
        TestCase The testCase.
 
     
  
  getTestCaseBuilder() 
  
    
public   TestCase . Builder   getTestCaseBuilder ()  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
getTestCaseOrBuilder() 
  
    
public   TestCaseOrBuilder   getTestCaseOrBuilder ()  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
hasStatus() 
  
    
public   boolean   hasStatus ()  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the status field is set.
 
     
  
  hasTestCase() 
  
    
public   boolean   hasTestCase ()  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the testCase field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(TestCaseError other) 
  
    
public   TestCaseError . Builder   mergeFrom ( TestCaseError   other )  
  
  
  
    
public   TestCaseError . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   TestCaseError . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeStatus(Status value) 
  
    
public   TestCaseError . Builder   mergeStatus ( Status   value )  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Parameter  
      
        Name Description  
      
        valuecom.google.rpc.Status  
     
  
  
  mergeTestCase(TestCase value) 
  
    
public   TestCaseError . Builder   mergeTestCase ( TestCase   value )  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueTestCase  
     
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TestCaseError . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TestCaseError . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   TestCaseError . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setStatus(Status value) 
  
    
public   TestCaseError . Builder   setStatus ( Status   value )  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Parameter  
      
        Name Description  
      
        valuecom.google.rpc.Status  
     
  
  
  setStatus(Status.Builder builderForValue) 
  
    
public   TestCaseError . Builder   setStatus ( Status . Builder   builderForValue )  
   The status associated with the test case.
 .google.rpc.Status status = 2;
    
      
        Parameter  
      
        Name Description  
      
        builderForValuecom.google.rpc.Status.Builder  
     
  
  
  setTestCase(TestCase value) 
  
    
public   TestCaseError . Builder   setTestCase ( TestCase   value )  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueTestCase  
     
  
  
  setTestCase(TestCase.Builder builderForValue) 
  
    
public   TestCaseError . Builder   setTestCase ( TestCase . Builder   builderForValue )  
   The test case.
 .google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TestCaseError . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]