Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::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::V1::CloudFunction
Returns
- (::Google::Cloud::Functions::V1::CloudFunction) — Required. New version of the function.
#function=
def function=(value) -> ::Google::Cloud::Functions::V1::CloudFunction
Parameter
- value (::Google::Cloud::Functions::V1::CloudFunction) — Required. New version of the function.
Returns
- (::Google::Cloud::Functions::V1::CloudFunction) — Required. New version of the function.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The list of fields in
CloudFunction
that have to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The list of fields in
CloudFunction
that have to be updated.
Returns
-
(::Google::Protobuf::FieldMask) — Required. The list of fields in
CloudFunction
that have to be updated.