Manages lightweight user-provided functions executed in response to events.
- REST Resource: v2beta.projects.locations
- REST Resource: v2beta.projects.locations.functions
- REST Resource: v2beta.projects.locations.operations
- REST Resource: v2beta.projects.locations.runtimes
- REST Resource: v2alpha.projects.locations
- REST Resource: v2alpha.projects.locations.functions
- REST Resource: v2alpha.projects.locations.operations
- REST Resource: v2alpha.projects.locations.runtimes
- REST Resource: v2.projects.locations
- REST Resource: v2.projects.locations.functions
- REST Resource: v2.projects.locations.operations
- REST Resource: v2.projects.locations.runtimes
- REST Resource: v1.operations
- REST Resource: v1.projects.locations
- REST Resource: v1.projects.locations.functions
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:
https://cloudfunctions.googleapis.com
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. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
