Class: Google::Cloud::Functions::V1::CallFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::CallFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request for the CallFunction
method.
Instance Attribute Summary collapse
-
#data ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#data ⇒ ::String
Returns Required. Input to be passed to the function.
642 643 644 645 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 642 class CallFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the function to be called.
642 643 644 645 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 642 class CallFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |