Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::CallFunctionResponse.
Response of CallFunction method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#error
def error() -> ::String
    Returns
    
  - (::String) — Either system or user-function generated error. Set if execution was not successful.
 
#error=
def error=(value) -> ::String
    Parameter
    
  - value (::String) — Either system or user-function generated error. Set if execution was not successful.
 
    Returns
    
  - (::String) — Either system or user-function generated error. Set if execution was not successful.
 
#execution_id
def execution_id() -> ::String
    Returns
    
  - (::String) — Execution id of function invocation.
 
#execution_id=
def execution_id=(value) -> ::String
    Parameter
    
  - value (::String) — Execution id of function invocation.
 
    Returns
    
  - (::String) — Execution id of function invocation.
 
#result
def result() -> ::String
    Returns
    
  - (::String) — Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
 
#result=
def result=(value) -> ::String
    Parameter
    
  - value (::String) — Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
 
    Returns
    
- (::String) — Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.