Class: Google::Cloud::Functions::V1::CallFunctionResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error::String



680
681
682
683
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 680

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

#execution_id::String



680
681
682
683
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 680

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

#result::String



680
681
682
683
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 680

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