Send feedback
  
   
 
  
    
      Class UpdateFunctionRequest.Builder (2.13.0)
    
    
      
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
  
   
  
    
  
  
    
    
    
    
  Version 2.13.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  UpdateFunctionRequest . Builder   extends   GeneratedMessageV3 . Builder<UpdateFunctionRequest . Builder >  implements   UpdateFunctionRequestOrBuilder  
   Request for the UpdateFunction method.
 Protobuf type google.cloud.functions.v1.UpdateFunctionRequest
    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   UpdateFunctionRequest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   UpdateFunctionRequest   build ()  
  Returns 
  
  buildPartial() 
  
    
public   UpdateFunctionRequest   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   UpdateFunctionRequest . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   UpdateFunctionRequest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearFunction() 
  
    
public   UpdateFunctionRequest . Builder   clearFunction ()  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   UpdateFunctionRequest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearUpdateMask() 
  
    
public   UpdateFunctionRequest . Builder   clearUpdateMask ()  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Returns 
  
  clone() 
  
    
public   UpdateFunctionRequest . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   UpdateFunctionRequest   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getFunction() 
  
    
public   CloudFunction   getFunction ()  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getFunctionBuilder() 
  
    
public   CloudFunction . Builder   getFunctionBuilder ()  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getFunctionOrBuilder() 
  
    
public   CloudFunctionOrBuilder   getFunctionOrBuilder ()  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getUpdateMask() 
  
    
public   FieldMask   getUpdateMask ()  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Returns 
  
  getUpdateMaskBuilder() 
  
    
public   FieldMask . Builder   getUpdateMaskBuilder ()  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Returns 
  
  getUpdateMaskOrBuilder() 
  
    
public   FieldMaskOrBuilder   getUpdateMaskOrBuilder ()  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Returns 
  
  hasFunction() 
  
    
public   boolean   hasFunction ()  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the function field is set.
 
     
  
  hasUpdateMask() 
  
    
public   boolean   hasUpdateMask ()  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Returns 
  
    
      
        Type Description  
      
        boolean Whether the updateMask field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeFrom(UpdateFunctionRequest other) 
  
    
public   UpdateFunctionRequest . Builder   mergeFrom ( UpdateFunctionRequest   other )  
  Parameter 
  
  Returns 
  
  
    
public   UpdateFunctionRequest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   UpdateFunctionRequest . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeFunction(CloudFunction value) 
  
    
public   UpdateFunctionRequest . Builder   mergeFunction ( CloudFunction   value )  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateFunctionRequest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeUpdateMask(FieldMask value) 
  
    
public   UpdateFunctionRequest . Builder   mergeUpdateMask ( FieldMask   value )  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Parameter 
  
  Returns 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   UpdateFunctionRequest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setFunction(CloudFunction value) 
  
    
public   UpdateFunctionRequest . Builder   setFunction ( CloudFunction   value )  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setFunction(CloudFunction.Builder builderForValue) 
  
    
public   UpdateFunctionRequest . Builder   setFunction ( CloudFunction . Builder   builderForValue )  
   Required. New version of the function.
 
 .google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   UpdateFunctionRequest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   UpdateFunctionRequest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setUpdateMask(FieldMask value) 
  
    
public   UpdateFunctionRequest . Builder   setUpdateMask ( FieldMask   value )  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Parameter 
  
  Returns 
  
  setUpdateMask(FieldMask.Builder builderForValue) 
  
    
public   UpdateFunctionRequest . Builder   setUpdateMask ( FieldMask . Builder   builderForValue )  
   Required. The list of fields in CloudFunction that have to be updated.
 .google.protobuf.FieldMask update_mask = 2;
Parameter 
  
    
      
        Name Description  
      
        builderForValueBuilder  
     
  
  Returns 
  
 
     
    
  
  
  
     
  
    
    
      
    
     
  
       
         
  
  
    
    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."],[],[]]