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
2 changes: 1 addition & 1 deletion gapic-libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>gapic-libraries-bom</artifactId>
<packaging>pom</packaging>
<version>1.85.1</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<name>Google Cloud Java BOM</name>
<description>
BOM for the libraries in google-cloud-java repository. Users should not
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ libraries:
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 Centers fleet health dashboard and API, database platform teams that
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.
Expand Down Expand Up @@ -2924,7 +2924,7 @@ libraries:
product_documentation: https://cloud.google.com/web-risk/docs/
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 sitessuch as phishing and deceptive sitesand
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
Expand Down
2 changes: 1 addition & 1 deletion java-databasecenter/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"api_shortname": "databasecenter",
"name_pretty": "Database Center API",
"product_documentation": "https://cloud.google.com/database-center/docs/overview",
"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\u2019s 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.",
"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.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-databasecenter/latest/overview",
"release_level": "preview",
"transport": "both",
Expand Down
2 changes: 1 addition & 1 deletion java-databasecenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ to add `google-cloud-databasecenter` as a dependency in your code.
## About Database Center API


[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.
[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.

See the [Database Center API client library docs][javadocs] to learn how to
use this Database Center API Client Library.
Expand Down
2 changes: 1 addition & 1 deletion java-webrisk/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"api_shortname": "webrisk",
"name_pretty": "Web Risk",
"product_documentation": "https://cloud.google.com/web-risk/docs/",
"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\u2014such as phishing and deceptive sites\u2014and 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.",
"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.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-webrisk/latest/overview",
"release_level": "stable",
"transport": "both",
Expand Down
2 changes: 1 addition & 1 deletion java-webrisk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ to add `google-cloud-webrisk` as a dependency in your code.
## About Web Risk


[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.
[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.

See the [Web Risk client library docs][javadocs] to learn how to
use this Web Risk Client Library.
Expand Down
Loading