A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cloud.google.com/functions/docs/reference/rest below:

Cloud Functions API | Cloud Run functions Documentation

Cloud Functions API

Stay organized with collections Save and categorize content based on your preferences.

Manages lightweight user-provided functions executed in response to events.

Service: cloudfunctions.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

REST Resource: v2beta.projects.locations Methods list GET /v2beta/{name}/locations
Lists information about the supported locations for this service. REST Resource: v2beta.projects.locations.functions Methods create POST /v2beta/{parent}/functions
Creates a new function. delete DELETE /v2beta/{name}
Deletes a function with the given name from the specified project. generateDownloadUrl POST /v2beta/{name}:generateDownloadUrl
Returns a signed URL for downloading deployed function source code. generateUploadUrl POST /v2beta/{parent}/functions:generateUploadUrl
Returns a signed URL for uploading a function source code. get GET /v2beta/{name}
Returns a function with the given name from the requested project. getIamPolicy GET /v2beta/{resource}:getIamPolicy
Gets the access control policy for a resource. list GET /v2beta/{parent}/functions
Returns a list of functions that belong to the requested project. patch PATCH /v2beta/{function.name}
Updates existing function. setIamPolicy POST /v2beta/{resource}:setIamPolicy
Sets the access control policy on the specified resource. testIamPermissions POST /v2beta/{resource}:testIamPermissions
Returns permissions that a caller has on the specified resource. REST Resource: v2beta.projects.locations.operations Methods get GET /v2beta/{name}
Gets the latest state of a long-running operation. list GET /v2beta/{name}/operations
Lists operations that match the specified filter in the request. REST Resource: v2beta.projects.locations.runtimes Methods list GET /v2beta/{parent}/runtimes
Returns a list of runtimes that are supported for the requested project. REST Resource: v2alpha.projects.locations Methods list GET /v2alpha/{name}/locations
Lists information about the supported locations for this service. REST Resource: v2alpha.projects.locations.functions Methods create POST /v2alpha/{parent}/functions
Creates a new function. delete DELETE /v2alpha/{name}
Deletes a function with the given name from the specified project. generateDownloadUrl POST /v2alpha/{name}:generateDownloadUrl
Returns a signed URL for downloading deployed function source code. generateUploadUrl POST /v2alpha/{parent}/functions:generateUploadUrl
Returns a signed URL for uploading a function source code. get GET /v2alpha/{name}
Returns a function with the given name from the requested project. getIamPolicy GET /v2alpha/{resource}:getIamPolicy
Gets the access control policy for a resource. list GET /v2alpha/{parent}/functions
Returns a list of functions that belong to the requested project. patch PATCH /v2alpha/{function.name}
Updates existing function. setIamPolicy POST /v2alpha/{resource}:setIamPolicy
Sets the access control policy on the specified resource. testIamPermissions POST /v2alpha/{resource}:testIamPermissions
Returns permissions that a caller has on the specified resource. REST Resource: v2alpha.projects.locations.operations Methods get GET /v2alpha/{name}
Gets the latest state of a long-running operation. list GET /v2alpha/{name}/operations
Lists operations that match the specified filter in the request. REST Resource: v2alpha.projects.locations.runtimes Methods list GET /v2alpha/{parent}/runtimes
Returns a list of runtimes that are supported for the requested project. REST Resource: v2.projects.locations Methods list GET /v2/{name}/locations
Lists information about the supported locations for this service. REST Resource: v2.projects.locations.functions Methods create POST /v2/{parent}/functions
Creates a new function. delete DELETE /v2/{name}
Deletes a function with the given name from the specified project. generateDownloadUrl POST /v2/{name}:generateDownloadUrl
Returns a signed URL for downloading deployed function source code. generateUploadUrl POST /v2/{parent}/functions:generateUploadUrl
Returns a signed URL for uploading a function source code. get GET /v2/{name}
Returns a function with the given name from the requested project. getIamPolicy GET /v2/{resource}:getIamPolicy
Gets the access control policy for a resource. list GET /v2/{parent}/functions
Returns a list of functions that belong to the requested project. patch PATCH /v2/{function.name}
Updates existing function. setIamPolicy POST /v2/{resource}:setIamPolicy
Sets the access control policy on the specified resource. testIamPermissions POST /v2/{resource}:testIamPermissions
Returns permissions that a caller has on the specified resource. REST Resource: v2.projects.locations.operations Methods get GET /v2/{name}
Gets the latest state of a long-running operation. list GET /v2/{name}/operations
Lists operations that match the specified filter in the request. REST Resource: v2.projects.locations.runtimes Methods list GET /v2/{parent}/runtimes
Returns a list of runtimes that are supported for the requested project. REST Resource: v1.operations Methods get GET /v1/{name}
Gets the latest state of a long-running operation. list GET /v1/operations
Lists operations that match the specified filter in the request. REST Resource: v1.projects.locations Methods list GET /v1/{name}/locations
Lists information about the supported locations for this service. REST Resource: v1.projects.locations.functions Methods call POST /v1/{name}:call
Synchronously invokes a deployed Cloud Function. create POST /v1/{location}/functions
Creates a new function. delete DELETE /v1/{name}
Deletes a function with the given name from the specified project. generateDownloadUrl POST /v1/{name}:generateDownloadUrl
Returns a signed URL for downloading deployed function source code. generateUploadUrl POST /v1/{parent}/functions:generateUploadUrl
Returns a signed URL for uploading a function source code. get GET /v1/{name}
Returns a function with the given name from the requested project. getIamPolicy GET /v1/{resource}:getIamPolicy
Gets the IAM access control policy for a function. list GET /v1/{parent}/functions
Returns a list of functions that belong to the requested project. patch PATCH /v1/{function.name}
Updates existing function. setIamPolicy POST /v1/{resource}:setIamPolicy
Sets the IAM access control policy on the specified function. testIamPermissions POST /v1/{resource}:testIamPermissions
Tests the specified permissions against the IAM access control policy for a function.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-16 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["This service manages user-provided functions that are executed in response to specific events."],["It utilizes REST resources across multiple versions (v1, v2, v2alpha, v2beta) to interact with projects, locations, functions, operations, and runtimes."],["Google-provided client libraries are recommended for calling the service, although custom libraries can be used, with provided discovery documents being available for versions v1, v2, v2alpha and v2beta."],["The service endpoint is `https://cloudfunctions.googleapis.com`, and all URIs are relative to this base URL."],["The service allows for the creation, deletion, updating, and management of functions, alongside the ability to generate URLs for uploading and downloading function source code, and the management of access control policies."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4