Module: Google::Cloud::Functions::V2::FunctionService

Defined in:
lib/google/cloud/functions/v2/function_service.rb,
lib/google/cloud/functions/v2/function_service/rest.rb,
lib/google/cloud/functions/v2/function_service/paths.rb,
lib/google/cloud/functions/v2/function_service/client.rb,
lib/google/cloud/functions/v2/function_service/operations.rb,
lib/google/cloud/functions/v2/function_service/credentials.rb,
lib/google/cloud/functions/v2/function_service/rest/client.rb,
lib/google/cloud/functions/v2/function_service/rest/operations.rb,
lib/google/cloud/functions/v2/function_service/rest/service_stub.rb

Overview

Google Cloud Functions is used to deploy functions that are executed by Google in response to various events. Data connected with that event is passed to a function as the input data.

A function is a resource which describes a function that should be executed and how it is triggered.

To load this service and instantiate a REST client:

require "google/cloud/functions/v2/function_service/rest"
client = ::Google::Cloud::Functions::V2::FunctionService::Rest::Client.new

Defined Under Namespace

Modules: Paths, Rest Classes: Client, Credentials, Operations