Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ libraries:
- path: google/cloud/apiregistry/v1
- path: google/cloud/apiregistry/v1beta
copyright_year: "2026"
skip_generate: true
nodejs:
default_version: v1
- name: google-cloud-apphub
Expand Down
19 changes: 0 additions & 19 deletions packages/google-cloud-apiregistry/.OwlBot.yaml

This file was deleted.

30 changes: 14 additions & 16 deletions packages/google-cloud-apiregistry/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "cloudapiregistry",
"name_pretty": "Cloud API Registry API",
"product_documentation": "https://docs.cloud.google.com/api-registry/docs/overview",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/cloudapiregistry/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/apiregistry",
"api_id": "cloudapiregistry.googleapis.com",
"default_version": "v1beta",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "cloudapiregistry"
}

"api_id": "cloudapiregistry.googleapis.com",
"api_shortname": "cloudapiregistry",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/apiregistry/latest",
"default_version": "v1",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this is different to before, to match index.ts - basically this file was stale.

"distribution_name": "@google-cloud/apiregistry",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1979613&template=2231768",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "cloudapiregistry",
"name_pretty": "Cloud API Registry",
"product_documentation": "https://docs.cloud.google.com/api-registry/",
"release_level": "preview",
"repo": "googleapis/google-cloud-node"
}
Loading