Class: Google::Cloud::Functions::V2::DeleteFunctionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the function which should be deleted.

Returns:

  • (::String)

    Required. The name of the function which should be deleted.



744
745
746
747
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 744

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