Class: Google::Cloud::Functions::V1::CallFunctionRequest

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

Instance Attribute Details

#data::String

Returns Required. Input to be passed to the function.

Returns:

  • (::String)

    Required. Input to be passed to the function.



646
647
648
649
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 646

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

#name::String

Returns Required. The name of the function to be called.

Returns:

  • (::String)

    Required. The name of the function to be called.



646
647
648
649
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 646

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