Class UpdateKeyRequest.Builder (2.3.1) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.3.1keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  UpdateKeyRequest . Builder   extends   GeneratedMessageV3 . Builder<UpdateKeyRequest . Builder >  implements   UpdateKeyRequestOrBuilder  
   
   The update key request message.
 Protobuf type google.cloud.recaptchaenterprise.v1.UpdateKeyRequest
 
  
  
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateKeyRequest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   UpdateKeyRequest   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   UpdateKeyRequest   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   UpdateKeyRequest . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   UpdateKeyRequest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearKey() 
  
    
public   UpdateKeyRequest . Builder   clearKey ()  
   
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   UpdateKeyRequest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearUpdateMask() 
  
    
public   UpdateKeyRequest . Builder   clearUpdateMask ()  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
   
  clone() 
  
    
public   UpdateKeyRequest . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   UpdateKeyRequest   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  getKey() 
  
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        Key  
        The key.
 
       
     
  
   
  getKeyBuilder() 
  
    
public   Key . Builder   getKeyBuilder ()  
   
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
   
  getKeyOrBuilder() 
  
    
public   KeyOrBuilder   getKeyOrBuilder ()  
   
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
   
  getUpdateMask() 
  
    
public   FieldMask   getUpdateMask ()  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
   
  getUpdateMaskBuilder() 
  
    
public   FieldMask . Builder   getUpdateMaskBuilder ()  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
   
  getUpdateMaskOrBuilder() 
  
    
public   FieldMaskOrBuilder   getUpdateMaskOrBuilder ()  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
   
  hasKey() 
  
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the key field is set.
 
       
     
  
   
  hasUpdateMask() 
  
    
public   boolean   hasUpdateMask ()  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the updateMask field is set.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  
  
    
public   UpdateKeyRequest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   UpdateKeyRequest . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeFrom(UpdateKeyRequest other) 
  
    
public   UpdateKeyRequest . Builder   mergeFrom ( UpdateKeyRequest   other )  
   
  Parameter 
  
  Returns 
  
   
  mergeKey(Key value) 
  
    
public   UpdateKeyRequest . Builder   mergeKey ( Key   value )  
   
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        Key  
       
     
  
  Returns 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateKeyRequest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUpdateMask(FieldMask value) 
  
    
public   UpdateKeyRequest . Builder   mergeUpdateMask ( FieldMask   value )  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Parameter 
  
  Returns 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateKeyRequest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setKey(Key value) 
  
    
public   UpdateKeyRequest . Builder   setKey ( Key   value )  
   
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        Key  
       
     
  
  Returns 
  
   
  setKey(Key.Builder builderForValue) 
  
    
public   UpdateKeyRequest . Builder   setKey ( Key . Builder   builderForValue )  
   
   Required. The key to update.
 
 .google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  Parameter 
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   UpdateKeyRequest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateKeyRequest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  setUpdateMask(FieldMask value) 
  
    
public   UpdateKeyRequest . Builder   setUpdateMask ( FieldMask   value )  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Parameter 
  
  Returns 
  
   
  setUpdateMask(FieldMask.Builder builderForValue) 
  
    
public   UpdateKeyRequest . Builder   setUpdateMask ( FieldMask . Builder   builderForValue )  
   
   Optional. The mask to control which fields of the key get updated. If the mask is not
 present, all fields will be updated.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        builderForValue  
        Builder  
       
     
  
  Returns 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]