Class: Google::Cloud::Functions::V1::UpdateFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::UpdateFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request for the UpdateFunction
method.
Instance Attribute Summary collapse
-
#function ⇒ ::Google::Cloud::Functions::V1::CloudFunction
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#function ⇒ ::Google::Cloud::Functions::V1::CloudFunction
Returns Required. New version of the function.
562 563 564 565 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 562 class UpdateFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields in CloudFunction
that have to be updated.
562 563 564 565 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 562 class UpdateFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |