Class: Google::Cloud::Functions::V2::UpdateFunctionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#function::Google::Cloud::Functions::V2::Function

Returns Required. New version of the function.

Returns:



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.

Returns:



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