From ce2280d0701a2af126d9709198c900bdb959ce04 Mon Sep 17 00:00:00 2001 From: Santiago Quiroga Date: Tue, 9 Jun 2026 21:21:31 -0700 Subject: [PATCH] feat: migrate google-cloud-apphub to librarian --- librarian.yaml | 1 - packages/google-cloud-apphub/.OwlBot.yaml | 19 ------------ .../google-cloud-apphub/.repo-metadata.json | 31 +++++++++---------- 3 files changed, 15 insertions(+), 36 deletions(-) delete mode 100644 packages/google-cloud-apphub/.OwlBot.yaml diff --git a/librarian.yaml b/librarian.yaml index 0a33cdb92187..e53b5c91597c 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -247,7 +247,6 @@ libraries: apis: - path: google/cloud/apphub/v1 copyright_year: "2026" - skip_generate: true - name: google-cloud-appoptimize version: 0.2.0 apis: diff --git a/packages/google-cloud-apphub/.OwlBot.yaml b/packages/google-cloud-apphub/.OwlBot.yaml deleted file mode 100644 index 99b1408c4442..000000000000 --- a/packages/google-cloud-apphub/.OwlBot.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022 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/apphub/google-cloud-apphub-nodejs - dest: /owl-bot-staging/google-cloud-apphub - -api-name: apphub diff --git a/packages/google-cloud-apphub/.repo-metadata.json b/packages/google-cloud-apphub/.repo-metadata.json index 3cdb78af3ab6..e4c792dd01b2 100644 --- a/packages/google-cloud-apphub/.repo-metadata.json +++ b/packages/google-cloud-apphub/.repo-metadata.json @@ -1,17 +1,16 @@ { - "name": "apphub", - "name_pretty": "App Hub API", - "product_documentation": "https://cloud.google.com/app-hub/docs/overview", - "client_documentation": "https://cloud.google.com/nodejs/docs/reference/apphub/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-node/issues", - "release_level": "preview", - "language": "nodejs", - "repo": "googleapis/google-cloud-node", - "distribution_name": "@google-cloud/apphub", - "api_id": "apphub.googleapis.com", - "default_version": "v1", - "requires_billing": true, - "library_type": "GAPIC_AUTO", - "api_shortname": "apphub" -} - + "api_description": "App Hub acts as the foundational data model and central registry for your applications on Google Cloud.", + "api_id": "apphub.googleapis.com", + "api_shortname": "apphub", + "client_documentation": "https://cloud.google.com/nodejs/docs/reference/apphub/latest", + "default_version": "v1", + "distribution_name": "@google-cloud/apphub", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1509913", + "language": "nodejs", + "library_type": "GAPIC_AUTO", + "name": "apphub", + "name_pretty": "App Hub", + "product_documentation": "https://cloud.google.com/app-hub/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-node" +} \ No newline at end of file