Class: Google::Cloud::Functions::V2::UpdateFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::UpdateFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Request for the UpdateFunction
method.
Instance Attribute Summary collapse
-
#function ⇒ ::Google::Cloud::Functions::V2::Function
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#function ⇒ ::Google::Cloud::Functions::V2::Function
Returns Required. New version of the function.
784 785 786 787 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 784 class UpdateFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. If no field mask is provided, all fields will be updated.
784 785 786 787 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 784 class UpdateFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |