Class DeleteConnectionProfileRequest.Builder (2.2.8) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.2.8keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  DeleteConnectionProfileRequest . Builder   extends   GeneratedMessageV3 . Builder<DeleteConnectionProfileRequest . Builder >  implements   DeleteConnectionProfileRequestOrBuilder  
   
   Request message for 'DeleteConnectionProfile' request.
 Protobuf type google.cloud.clouddms.v1.DeleteConnectionProfileRequest
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      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 ()  
   
  Returns 
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   DeleteConnectionProfileRequest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   DeleteConnectionProfileRequest   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   DeleteConnectionProfileRequest   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   DeleteConnectionProfileRequest . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   DeleteConnectionProfileRequest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearForce() 
  
    
public   DeleteConnectionProfileRequest . Builder   clearForce ()  
   
   In case of force delete, the CloudSQL replica database is also deleted
 (only for CloudSQL connection profile).
 bool force = 3;
 
  Returns 
  
   
  clearName() 
  
    
public   DeleteConnectionProfileRequest . Builder   clearName ()  
   
   Required. Name of the connection profile resource to delete.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   DeleteConnectionProfileRequest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearRequestId() 
  
    
public   DeleteConnectionProfileRequest . Builder   clearRequestId ()  
   
   A unique id used to identify the request. If the server receives two
 requests with the same id, then the second request will be ignored.
 It is recommended to always set this value to a UUID.
 The id must contain only letters (a-z, A-Z), numbers (0-9), underscores
 (_), and hyphens (-). The maximum length is 40 characters.
 string request_id = 2;
 
  Returns 
  
   
  clone() 
  
    
public   DeleteConnectionProfileRequest . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   DeleteConnectionProfileRequest   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  getForce() 
  
    
public   boolean   getForce ()  
   
   In case of force delete, the CloudSQL replica database is also deleted
 (only for CloudSQL connection profile).
 bool force = 3;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        The force.
 
       
     
  
   
  getName() 
  
   Required. Name of the connection profile resource to delete.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The name.
 
       
     
  
   
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   
   Required. Name of the connection profile resource to delete.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
   
  getRequestId() 
  
    
public   String   getRequestId ()  
   
   A unique id used to identify the request. If the server receives two
 requests with the same id, then the second request will be ignored.
 It is recommended to always set this value to a UUID.
 The id must contain only letters (a-z, A-Z), numbers (0-9), underscores
 (_), and hyphens (-). The maximum length is 40 characters.
 string request_id = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The requestId.
 
       
     
  
   
  getRequestIdBytes() 
  
    
public   ByteString   getRequestIdBytes ()  
   
   A unique id used to identify the request. If the server receives two
 requests with the same id, then the second request will be ignored.
 It is recommended to always set this value to a UUID.
 The id must contain only letters (a-z, A-Z), numbers (0-9), underscores
 (_), and hyphens (-). The maximum length is 40 characters.
 string request_id = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for requestId.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  mergeFrom(DeleteConnectionProfileRequest other) 
  
    
public   DeleteConnectionProfileRequest . Builder   mergeFrom ( DeleteConnectionProfileRequest   other )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   DeleteConnectionProfileRequest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   DeleteConnectionProfileRequest . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   DeleteConnectionProfileRequest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setForce(boolean value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setForce ( boolean   value )  
   
   In case of force delete, the CloudSQL replica database is also deleted
 (only for CloudSQL connection profile).
 bool force = 3;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        boolean The force to set.
 
       
     
  
  Returns 
  
   
  setName(String value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setName ( String   value )  
   
   Required. Name of the connection profile resource to delete.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        String The name to set.
 
       
     
  
  Returns 
  
   
  setNameBytes(ByteString value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setNameBytes ( ByteString   value )  
   
   Required. Name of the connection profile resource to delete.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        ByteString The bytes for name to set.
 
       
     
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setRequestId(String value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setRequestId ( String   value )  
   
   A unique id used to identify the request. If the server receives two
 requests with the same id, then the second request will be ignored.
 It is recommended to always set this value to a UUID.
 The id must contain only letters (a-z, A-Z), numbers (0-9), underscores
 (_), and hyphens (-). The maximum length is 40 characters.
 string request_id = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        String The requestId to set.
 
       
     
  
  Returns 
  
   
  setRequestIdBytes(ByteString value) 
  
    
public   DeleteConnectionProfileRequest . Builder   setRequestIdBytes ( ByteString   value )  
   
   A unique id used to identify the request. If the server receives two
 requests with the same id, then the second request will be ignored.
 It is recommended to always set this value to a UUID.
 The id must contain only letters (a-z, A-Z), numbers (0-9), underscores
 (_), and hyphens (-). The maximum length is 40 characters.
 string request_id = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        ByteString The bytes for requestId to set.
 
       
     
  
  Returns 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   DeleteConnectionProfileRequest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]