Class: Google::Cloud::Functions::V1::CallFunctionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::CallFunctionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Response of CallFunction
method.
Instance Attribute Summary collapse
-
#error ⇒ ::String
Either system or user-function generated error.
-
#execution_id ⇒ ::String
Execution id of function invocation.
-
#result ⇒ ::String
Result populated for successful execution of synchronous function.
Instance Attribute Details
#error ⇒ ::String
Returns Either system or user-function generated error. Set if execution was not successful.
659 660 661 662 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 659 class CallFunctionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_id ⇒ ::String
Returns Execution id of function invocation.
659 660 661 662 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 659 class CallFunctionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#result ⇒ ::String
Returns Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
659 660 661 662 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 659 class CallFunctionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |