Class: Google::Cloud::Functions::V1::CreateFunctionRequest

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 CreateFunction method.

Instance Attribute Summary collapse

Instance Attribute Details

#function::Google::Cloud::Functions::V1::CloudFunction

Returns Required. Function to be created.

Returns:



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/*.

Returns:

  • (::String)

    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