Send feedback
  
   
 
  
    
      Class EkmConnection.ConnectionError.Builder (0.42.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  EkmConnection . ConnectionError . Builder   extends   GeneratedMessageV3 . Builder<EkmConnection . ConnectionError . Builder >  implements   EkmConnection . ConnectionErrorOrBuilder  
   Information around the error that occurred if the connection state is
 anything other than available or unspecified
 Protobuf type google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionError
    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   EkmConnection . ConnectionError . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   EkmConnection . ConnectionError   build ()  
  
  buildPartial() 
  
    
public   EkmConnection . ConnectionError   buildPartial ()  
  
  clear() 
  
    
public   EkmConnection . ConnectionError . Builder   clear ()  
  
  Overrides 
  
  clearErrorDomain() 
  
    
public   EkmConnection . ConnectionError . Builder   clearErrorDomain ()  
   The error domain for the error
 string error_domain = 1;
clearErrorMessage() 
  
    
public   EkmConnection . ConnectionError . Builder   clearErrorMessage ()  
   The error message for the error
 string error_message = 2;
clearField(Descriptors.FieldDescriptor field) 
  
    
public   EkmConnection . ConnectionError . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   EkmConnection . ConnectionError . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   EkmConnection . ConnectionError . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   EkmConnection . ConnectionError   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getErrorDomain() 
  
    
public   String   getErrorDomain ()  
   The error domain for the error
 string error_domain = 1;
    
      
        Returns  
      
        Type Description  
      
        String The errorDomain.
 
     
  
  getErrorDomainBytes() 
  
    
public   ByteString   getErrorDomainBytes ()  
   The error domain for the error
 string error_domain = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for errorDomain.
 
     
  
  getErrorMessage() 
  
    
public   String   getErrorMessage ()  
   The error message for the error
 string error_message = 2;
    
      
        Returns  
      
        Type Description  
      
        String The errorMessage.
 
     
  
  getErrorMessageBytes() 
  
    
public   ByteString   getErrorMessageBytes ()  
   The error message for the error
 string error_message = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for errorMessage.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(EkmConnection.ConnectionError other) 
  
    
public   EkmConnection . ConnectionError . Builder   mergeFrom ( EkmConnection . ConnectionError   other )  
  
  
  
    
public   EkmConnection . ConnectionError . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   EkmConnection . ConnectionError . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   EkmConnection . ConnectionError . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setErrorDomain(String value) 
  
    
public   EkmConnection . ConnectionError . Builder   setErrorDomain ( String   value )  
   The error domain for the error
 string error_domain = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueString The errorDomain to set.
 
     
  
  
  setErrorDomainBytes(ByteString value) 
  
    
public   EkmConnection . ConnectionError . Builder   setErrorDomainBytes ( ByteString   value )  
   The error domain for the error
 string error_domain = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for errorDomain to set.
 
     
  
  
  setErrorMessage(String value) 
  
    
public   EkmConnection . ConnectionError . Builder   setErrorMessage ( String   value )  
   The error message for the error
 string error_message = 2;
    
      
        Parameter  
      
        Name Description  
      
        valueString The errorMessage to set.
 
     
  
  
  setErrorMessageBytes(ByteString value) 
  
    
public   EkmConnection . ConnectionError . Builder   setErrorMessageBytes ( ByteString   value )  
   The error message for the error
 string error_message = 2;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for errorMessage to set.
 
     
  
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   EkmConnection . ConnectionError . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   EkmConnection . ConnectionError . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   EkmConnection . ConnectionError . 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-28 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-28 UTC."],[],[]]