Skip to content

Commit 7ced78e

Browse files
authored
chore(functions): onboard google-cloud-functions to librarian (googleapis#8755)
1 parent d9399f0 commit 7ced78e

3 files changed

Lines changed: 16 additions & 36 deletions

File tree

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ libraries:
924924
nodejs:
925925
mixins: google.longrunning.Operations;google.cloud.location.Locations;google.iam.v1.IAMPolicy
926926
copyright_year: "2026"
927-
skip_generate: true
927+
928928
nodejs:
929929
default_version: v1
930930
- name: google-cloud-gdchardwaremanagement

packages/google-cloud-functions/.OwlBot.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"issue_tracker": "",
3-
"distribution_name": "@google-cloud/functions",
4-
"product_documentation": "https://cloud.google.com/functions",
5-
"api_id": "cloudfunctions.googleapis.com",
6-
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest",
7-
"repo": "googleapis/google-cloud-node",
8-
"release_level": "stable",
9-
"requires_billing": false,
10-
"name_pretty": "Google Cloud Functions",
11-
"name": "nodejs-functions",
12-
"codeowner_team": "@googleapis/aap-dpes",
13-
"default_version": "v1",
14-
"language": "nodejs",
15-
"api_shortname": "cloudfunctions",
16-
"library_type": "GAPIC_AUTO"
17-
}
2+
"api_description": "Manages lightweight user-provided functions executed in response to events.",
3+
"api_id": "cloudfunctions.googleapis.com",
4+
"api_shortname": "cloudfunctions",
5+
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest",
6+
"default_version": "v1",
7+
"distribution_name": "@google-cloud/functions",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559729",
9+
"language": "nodejs",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "cloudfunctions",
12+
"name_pretty": "Cloud Functions",
13+
"product_documentation": "https://cloud.google.com/functions/docs",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-node"
16+
}

0 commit comments

Comments
 (0)