From 8cceade27c00dd18dad0fede30b08fb6b2c15988 Mon Sep 17 00:00:00 2001 From: Santiago Quiroga Date: Thu, 25 Jun 2026 09:37:39 -0400 Subject: [PATCH] chore(functions): onboard google-cloud-functions to librarian --- librarian.yaml | 2 +- packages/google-cloud-functions/.OwlBot.yaml | 19 ------------ .../.repo-metadata.json | 31 +++++++++---------- 3 files changed, 16 insertions(+), 36 deletions(-) delete mode 100644 packages/google-cloud-functions/.OwlBot.yaml diff --git a/librarian.yaml b/librarian.yaml index b0b2a2ba1849..1d65cdee987e 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -832,7 +832,7 @@ libraries: nodejs: mixins: google.longrunning.Operations;google.cloud.location.Locations;google.iam.v1.IAMPolicy copyright_year: "2026" - skip_generate: true + nodejs: default_version: v1 - name: google-cloud-gdchardwaremanagement diff --git a/packages/google-cloud-functions/.OwlBot.yaml b/packages/google-cloud-functions/.OwlBot.yaml deleted file mode 100644 index 0b4e825402d0..000000000000 --- a/packages/google-cloud-functions/.OwlBot.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -deep-copy-regex: - - source: /google/cloud/functions/google-cloud-functions-nodejs - dest: /owl-bot-staging/google-cloud-functions - -api-name: functions \ No newline at end of file diff --git a/packages/google-cloud-functions/.repo-metadata.json b/packages/google-cloud-functions/.repo-metadata.json index 2cae5d418def..de358237caac 100644 --- a/packages/google-cloud-functions/.repo-metadata.json +++ b/packages/google-cloud-functions/.repo-metadata.json @@ -1,17 +1,16 @@ { - "issue_tracker": "", - "distribution_name": "@google-cloud/functions", - "product_documentation": "https://cloud.google.com/functions", - "api_id": "cloudfunctions.googleapis.com", - "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", - "repo": "googleapis/google-cloud-node", - "release_level": "stable", - "requires_billing": false, - "name_pretty": "Google Cloud Functions", - "name": "nodejs-functions", - "codeowner_team": "@googleapis/aap-dpes", - "default_version": "v1", - "language": "nodejs", - "api_shortname": "cloudfunctions", - "library_type": "GAPIC_AUTO" -} + "api_description": "Manages lightweight user-provided functions executed in response to events.", + "api_id": "cloudfunctions.googleapis.com", + "api_shortname": "cloudfunctions", + "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", + "default_version": "v1", + "distribution_name": "@google-cloud/functions", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", + "language": "nodejs", + "library_type": "GAPIC_AUTO", + "name": "cloudfunctions", + "name_pretty": "Cloud Functions", + "product_documentation": "https://cloud.google.com/functions/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-node" +} \ No newline at end of file