Skip to content
Draft
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
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment thread
quirogas marked this conversation as resolved.
default_version: v1
- name: google-cloud-gdchardwaremanagement
Expand Down
19 changes: 0 additions & 19 deletions packages/google-cloud-functions/.OwlBot.yaml

This file was deleted.

31 changes: 15 additions & 16 deletions packages/google-cloud-functions/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
Comment on lines 1 to +16

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The metadata file has been reformatted with 4-space indentation, which is inconsistent with the 2-space indentation standard used across other .repo-metadata.json files in this repository. Additionally, the codeowner_team and requires_billing fields were removed. Removing codeowner_team can break automated PR routing and issue assignment. Please restore these fields and revert to 2-space indentation.

Suggested change
{
"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"
}
{
"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",
"requires_billing": false,
"codeowner_team": "@googleapis/aap-dpes"
}

Loading