Skip to content

Commit 5959f1c

Browse files
chore: generate libraries at Wed Apr 15 17:57:22 UTC 2026
1 parent fb1d9d4 commit 5959f1c

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

gapic-libraries-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>gapic-libraries-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.85.1</version><!-- {x-version-update:google-cloud-java:current} -->
7+
<version>1.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
88
<name>Google Cloud Java BOM</name>
99
<description>
1010
BOM for the libraries in google-cloud-java repository. Users should not
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"api_shortname": "databasecenter",
3+
"name_pretty": "Database Center API",
4+
"product_documentation": "https://cloud.google.com/database-center/docs/overview",
5+
"api_description": "Database Center provides an organization-wide, cross-product fleet health platform to eliminate the overhead, complexity, and risk associated with aggregating and summarizing health signals through custom dashboards. Through Database Center's fleet health dashboard and API, database platform teams that are responsible for reliability, compliance, security, cost, and administration of database fleets will now have a single pane of glass that pinpoints issues relevant to each team.",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-databasecenter/latest/overview",
7+
"release_level": "preview",
8+
"transport": "both",
9+
"language": "java",
10+
"repo": "googleapis/google-cloud-java",
11+
"repo_short": "java-databasecenter",
12+
"distribution_name": "com.google.cloud:google-cloud-databasecenter",
13+
"api_id": "databasecenter.googleapis.com",
14+
"library_type": "GAPIC_AUTO",
15+
"requires_billing": true
16+
}

java-databasecenter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ to add `google-cloud-databasecenter` as a dependency in your code.
8787
## About Database Center API
8888

8989

90-
[Database Center API][product-docs] Database Center provides an organization-wide, cross-product fleet health platform to eliminate the overhead, complexity, and risk associated with aggregating and summarizing health signals through custom dashboards. Through Database Centers fleet health dashboard and API, database platform teams that are responsible for reliability, compliance, security, cost, and administration of database fleets will now have a single pane of glass that pinpoints issues relevant to each team.
90+
[Database Center API][product-docs] Database Center provides an organization-wide, cross-product fleet health platform to eliminate the overhead, complexity, and risk associated with aggregating and summarizing health signals through custom dashboards. Through Database Center's fleet health dashboard and API, database platform teams that are responsible for reliability, compliance, security, cost, and administration of database fleets will now have a single pane of glass that pinpoints issues relevant to each team.
9191

9292
See the [Database Center API client library docs][javadocs] to learn how to
9393
use this Database Center API Client Library.

java-webrisk/.repo-metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"api_shortname": "webrisk",
3+
"name_pretty": "Web Risk",
4+
"product_documentation": "https://cloud.google.com/web-risk/docs/",
5+
"api_description": "is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites - such as phishing and deceptive sites - and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day.",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-webrisk/latest/overview",
7+
"release_level": "stable",
8+
"transport": "both",
9+
"language": "java",
10+
"repo": "googleapis/google-cloud-java",
11+
"repo_short": "java-webrisk",
12+
"distribution_name": "com.google.cloud:google-cloud-webrisk",
13+
"api_id": "webrisk.googleapis.com",
14+
"library_type": "GAPIC_AUTO",
15+
"requires_billing": false,
16+
"rest_documentation": "https://cloud.google.com/web-risk/docs/reference/rest",
17+
"rpc_documentation": "https://cloud.google.com/web-risk/docs/reference/rpc"
18+
}

java-webrisk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ to add `google-cloud-webrisk` as a dependency in your code.
8484
## About Web Risk
8585

8686

87-
[Web Risk][product-docs] is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sitessuch as phishing and deceptive sitesand sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day.
87+
[Web Risk][product-docs] is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites - such as phishing and deceptive sites - and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day.
8888

8989
See the [Web Risk client library docs][javadocs] to learn how to
9090
use this Web Risk Client Library.

0 commit comments

Comments
 (0)