Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::CallFunctionRequest.
Request for the CallFunction
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::String
Returns
- (::String) — Required. Input to be passed to the function.
#data=
def data=(value) -> ::String
Parameter
- value (::String) — Required. Input to be passed to the function.
Returns
- (::String) — Required. Input to be passed to the function.
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the function to be called.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the function to be called.
Returns
- (::String) — Required. The name of the function to be called.