Skip to content

Commit 3750661

Browse files
chore: replace non-ASCII characters in api_description (#12795)
Replace non-ASCII characters in api_description. replaced: U+2019 to U+0027 ('), U+2014 to U+002D (-) Fix googleapis/librarian#5371 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent 5c821a3 commit 3750661

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ libraries:
772772
api_description: Database Center provides an organization-wide, cross-product fleet
773773
health platform to eliminate the overhead, complexity, and risk associated with
774774
aggregating and summarizing health signals through custom dashboards. Through
775-
Database Centers fleet health dashboard and API, database platform teams that
775+
Database Center's fleet health dashboard and API, database platform teams that
776776
are responsible for reliability, compliance, security, cost, and administration
777777
of database fleets will now have a single pane of glass that pinpoints issues
778778
relevant to each team.
@@ -2924,7 +2924,7 @@ libraries:
29242924
product_documentation: https://cloud.google.com/web-risk/docs/
29252925
api_description: is a Google Cloud service that lets client applications check URLs
29262926
against Google's constantly updated lists of unsafe web resources. Unsafe web
2927-
resources include social engineering sitessuch as phishing and deceptive sitesand
2927+
resources include social engineering sites - such as phishing and deceptive sites - and
29282928
sites that host malware or unwanted software. With the Web Risk API, you can quickly
29292929
identify known bad sites, warn users before they click infected links, and prevent
29302930
users from posting links to known infected pages from your site. The Web Risk

java-databasecenter/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api_shortname": "databasecenter",
33
"name_pretty": "Database Center API",
44
"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\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.",
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.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-databasecenter/latest/overview",
77
"release_level": "preview",
88
"transport": "both",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api_shortname": "webrisk",
33
"name_pretty": "Web Risk",
44
"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\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.",
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.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-webrisk/latest/overview",
77
"release_level": "stable",
88
"transport": "both",

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)