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:



735
736
737
738
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 735

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 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.



735
736
737
738
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 735

class UpdateFunctionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end