public static final class UpdateFunctionRequest.Builder extends GeneratedMessageV3.Builder<UpdateFunctionRequest.Builder> implements UpdateFunctionRequestOrBuilder
   
   Request for the UpdateFunction method.
 Protobuf type google.cloud.functions.v2.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()
   
  
  Methods
  
  
  build()
  
    public UpdateFunctionRequest build()
   
  
  
  buildPartial()
  
    public UpdateFunctionRequest buildPartial()
   
  
  
  clear()
  
    public UpdateFunctionRequest.Builder clear()
   
  
  Overrides
  
  
  clearFunction()
  
    public UpdateFunctionRequest.Builder clearFunction()
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearUpdateMask()
  
    public UpdateFunctionRequest.Builder clearUpdateMask()
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
getDefaultInstanceForType()
  
    public UpdateFunctionRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getFunction()
  
    public Function getFunction()
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Function | The function. | 
    
  
  
  getFunctionBuilder()
  
    public Function.Builder getFunctionBuilder()
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
getFunctionOrBuilder()
  
    public FunctionOrBuilder getFunctionOrBuilder()
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
hasFunction()
  
    public boolean hasFunction()
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the function field is set. | 
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateFunctionRequest other)
  
    public UpdateFunctionRequest.Builder mergeFrom(UpdateFunctionRequest other)
   
  
  
  
  
  
    public UpdateFunctionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateFunctionRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeFunction(Function value)
  
    public UpdateFunctionRequest.Builder mergeFunction(Function value)
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Function
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateFunctionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateFunctionRequest.Builder mergeUpdateMask(FieldMask value)
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
setFunction(Function value)
  
    public UpdateFunctionRequest.Builder setFunction(Function value)
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Function
 | 
    
  
  
  
  setFunction(Function.Builder builderForValue)
  
    public UpdateFunctionRequest.Builder setFunction(Function.Builder builderForValue)
   
   Required. New version of the function.
 
 .google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateFunctionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateFunctionRequest.Builder setUpdateMask(FieldMask value)
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateFunctionRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   The list of fields to be updated.
 If no field mask is provided, all provided fields in the request will be
 updated.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |