Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::CreateFunctionRequest.
Request for the CreateFunction
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#function
def function() -> ::Google::Cloud::Functions::V1::CloudFunction
Returns
- (::Google::Cloud::Functions::V1::CloudFunction) — Required. Function to be created.
#function=
def function=(value) -> ::Google::Cloud::Functions::V1::CloudFunction
Parameter
- value (::Google::Cloud::Functions::V1::CloudFunction) — Required. Function to be created.
Returns
- (::Google::Cloud::Functions::V1::CloudFunction) — Required. Function to be created.
#___location
def ___location() -> ::String
Returns
-
(::String) — Required. The project and ___location in which the function should be created,
specified in the format
projects/*/locations/*
#___location=
def ___location=(value) -> ::String
Parameter
-
value (::String) — Required. The project and ___location in which the function should be created,
specified in the format
projects/*/locations/*
Returns
-
(::String) — Required. The project and ___location in which the function should be created,
specified in the format
projects/*/locations/*