Skip to content
Open
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
4 changes: 3 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,9 @@ libraries:
- path: google/cloud/webrisk/v1
- path: google/cloud/webrisk/v1beta1
copyright_year: "2026"
skip_generate: true
keep:
- system-test/header.ts
- system-test/test.ts
nodejs:
default_version: v1
package_name: '@google-cloud/web-risk'
Expand Down
21 changes: 0 additions & 21 deletions packages/google-cloud-webrisk/.OwlBot.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions packages/google-cloud-webrisk/.c8rc

This file was deleted.

29 changes: 14 additions & 15 deletions packages/google-cloud-webrisk/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name_pretty": "Web Risk API",
"language": "nodejs",
"name": "web-risk",
"release_level": "stable",
"client_documentation": "https://googleapis.dev/nodejs/web-risk/latest",
"api_id": "webrisk.googleapis.com",
"distribution_name": "@google-cloud/web-risk",
"product_documentation": "https://cloud.google.com/web-risk/docs/",
"requires_billing": true,
"default_version": "v1",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"repo": "googleapis/google-cloud-node",
"api_shortname": "webrisk",
"library_type": "GAPIC_AUTO"
}
"api_description": "Web Risk is an enterprise security product that lets your client applications check URLs against Google's constantly updated lists of unsafe web resources.",
"api_id": "webrisk.googleapis.com",
"api_shortname": "webrisk",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/web-risk/latest",
"default_version": "v1",
"distribution_name": "@google-cloud/web-risk",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "webrisk",
"name_pretty": "Web Risk",
"product_documentation": "https://cloud.google.com/web-risk/docs",
"release_level": "stable",
"repo": "googleapis/google-cloud-node"
}
2 changes: 1 addition & 1 deletion packages/google-cloud-webrisk/system-test/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ describe('header', () => {
)
);
});
});
});
2 changes: 1 addition & 1 deletion packages/google-cloud-webrisk/system-test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ describe('WebRiskSmokeTest', () => {
const {threat} = (await client.searchUris(request))[0];
assert.include(threat.threatTypes, 'MALWARE');
});
});
});
Loading