Class: Google::Cloud::Functions::V1::CreateFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::CreateFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request for the CreateFunction
method.
Instance Attribute Summary collapse
-
#function ⇒ ::Google::Cloud::Functions::V1::CloudFunction
Required.
-
#location ⇒ ::String
Required.
Instance Attribute Details
#function ⇒ ::Google::Cloud::Functions::V1::CloudFunction
Returns Required. Function to be created.
550 551 552 553 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 550 class CreateFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
.
550 551 552 553 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 550 class CreateFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |