Cloud Functions V1 API - Class Google::Cloud::Functions::V1::CreateFunctionRequest (v0.8.1)

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

#function=

def function=(value) -> ::Google::Cloud::Functions::V1::CloudFunction
Parameter
Returns

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