Class: Google::Cloud::Functions::V1::DeleteFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::DeleteFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request for the DeleteFunction
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the function which should be deleted.
630 631 632 633 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 630 class DeleteFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |