Cloud Functions V2 API - Class Google::Cloud::Functions::V2::UpdateFunctionRequest (v0.7.0)

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

#function=

def function=(value) -> ::Google::Cloud::Functions::V2::Function
Parameter
Returns

#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 provided fields in the request 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 provided fields in the request will be updated.
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to be updated. If no field mask is provided, all provided fields in the request will be updated.