Reference documentation and code samples for the Cloud Functions V2 API class Google::Cloud::Functions::V2::UpdateFunctionRequest.
Request for the UpdateFunction method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#function
def function() -> ::Google::Cloud::Functions::V2::Function
    Returns
    
  - (::Google::Cloud::Functions::V2::Function) — Required. New version of the function.
#function=
def function=(value) -> ::Google::Cloud::Functions::V2::Function
    Parameter
    
  - value (::Google::Cloud::Functions::V2::Function) — Required. New version of the function.
    Returns
    
  - (::Google::Cloud::Functions::V2::Function) — Required. New version of the function.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - (::Google::Protobuf::FieldMask) — The list of fields to be updated. If no field mask is provided, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If no field mask is provided, all fields will be updated.
    Returns
    
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If no field mask is provided, all fields will be updated.