This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e58130ba7ed6848597243742c5d482b17f4a1adb
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jan 26 20:34:09 2026 +0000

    (chores): ensure usage of text blocks camel-google-functions
---
 .../functions/GoogleCloudFunctionsConstants.java   | 25 +++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsConstants.java
 
b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsConstants.java
index d900d3772bcc..76be353d4c27 100644
--- 
a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsConstants.java
+++ 
b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsConstants.java
@@ -25,11 +25,26 @@ public interface GoogleCloudFunctionsConstants {
     @Metadata(description = "The name of the function (as defined in source 
code) that will be executed. Used for createFunction operation",
               javaType = "String")
     String ENTRY_POINT = "GoogleCloudFunctionsEntryPoint";
-    @Metadata(description = "The runtime in which to run the 
function.\n\nPossible values are:\n\n" +
-                            "* `nodejs10`\n* `nodejs12`\n* `nodejs14`\n* 
`python37`\n* `python38`\n* `python39`\n* `go111`\n* `go113`\n"
-                            +
-                            "* `java11`\n* `dotnet3`\n* `ruby26`\n* 
`nodejs6`\n* `nodejs8`\n" +
-                            "\nUsed for createFunction operation.",
+    @Metadata(description = """
+            The runtime in which to run the function.
+
+            Possible values are:
+
+            * `nodejs10`
+            * `nodejs12`
+            * `nodejs14`
+            * `python37`
+            * `python38`
+            * `python39`
+            * `go111`
+            * `go113`
+            * `java11`
+            * `dotnet3`
+            * `ruby26`
+            * `nodejs6`
+            * `nodejs8`
+
+            Used for createFunction operation.""",
               javaType = "String")
     String RUNTIME = "GoogleCloudFunctionsRuntime";
     @Metadata(description = "The Google Cloud Storage URL, starting with 
`gs://`, pointing to the zip archive which contains the function. Used for 
createFunction operation.",

Reply via email to