From 80bde1a46c80ddae1cc5576b4a6c1b2138138ae5 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 2 Jul 2024 12:22:13 -0400 Subject: [PATCH] chore: surround string with special characters with quotes in generation_config --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index 555dc4128f..f6fb91161e 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -6,7 +6,7 @@ libraries: name_pretty: Cloud Storage product_documentation: https://cloud.google.com/storage client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history - api_description: is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally. + api_description: 'is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.' issue_tracker: https://issuetracker.google.com/savedsearches/559782 release_level: stable language: java