You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/07 16:47:41 UTC

[camel] 02/04: CAMEL-19626: Upgrade google-sheets to latest SKD and API revisions

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

davsclaus pushed a commit to branch google-api
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 924ed39f4507295b793673fccdb629e2f8d316e4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 7 18:42:35 2023 +0200

    CAMEL-19626: Upgrade google-sheets to latest SKD and API revisions
---
 .../google/sheets/SheetsSpreadsheetsValuesEndpointConfiguration.java    | 2 +-
 .../org/apache/camel/component/google/sheets/google-sheets.json         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/SheetsSpreadsheetsValuesEndpointConfiguration.java b/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/SheetsSpreadsheetsValuesEndpointConfiguration.java
index ae6a0e74279..0b8a42f51c5 100644
--- a/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/SheetsSpreadsheetsValuesEndpointConfiguration.java
+++ b/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/SheetsSpreadsheetsValuesEndpointConfiguration.java
@@ -38,7 +38,7 @@ public final class SheetsSpreadsheetsValuesEndpointConfiguration extends GoogleS
     @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = "batchClearByDataFilter", description="The com.google.api.services.sheets.v4.model.BatchClearValuesByDataFilterRequest")})
     private com.google.api.services.sheets.v4.model.BatchClearValuesByDataFilterRequest content;
     @UriParam
-    @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = "append", description="The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table."), @ApiMethod(methodName = "clear", description="The A1 notation or R1C1 notation of the values to clear."), @ApiMethod(methodName = "get", description="The A1 notation or R1C1 notation of the range to retrieve values from."), @ApiMethod(methodName = "update", description="The A1 [...]
+    @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = "append", description="The A1 notation(/sheets/api/guides/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table."), @ApiMethod(methodName = "clear", description="The A1 notation or R1C1 notation(/sheets/api/guides/concepts#cell) of the values to clear."), @ApiMethod(methodName = "get", description="The A1 notation or R1C1 notation(/sheets/api/guides/concept [...]
     private String range;
     @UriParam
     @ApiParam(optional = false, apiMethods = {@ApiMethod(methodName = "append", description="The ID of the spreadsheet to update"), @ApiMethod(methodName = "batchClear", description="The ID of the spreadsheet to update"), @ApiMethod(methodName = "batchClearByDataFilter", description="The ID of the spreadsheet to update"), @ApiMethod(methodName = "batchGet", description="The ID of the spreadsheet to retrieve data from"), @ApiMethod(methodName = "batchGetByDataFilter", description="The ID  [...]
diff --git a/components/camel-google/camel-google-sheets/src/generated/resources/org/apache/camel/component/google/sheets/google-sheets.json b/components/camel-google/camel-google-sheets/src/generated/resources/org/apache/camel/component/google/sheets/google-sheets.json
index 3dfedd142ef..096b42e3e6b 100644
--- a/components/camel-google/camel-google-sheets/src/generated/resources/org/apache/camel/component/google/sheets/google-sheets.json
+++ b/components/camel-google/camel-google-sheets/src/generated/resources/org/apache/camel/component/google/sheets/google-sheets.json
@@ -78,7 +78,7 @@
     "spreadsheets": { "consumerOnly": false, "producerOnly": false, "description": "The spreadsheets collection of methods", "methods": { "batchUpdate": { "description": "Applies one or more updates to the spreadsheet", "signatures": [ "com.google.api.services.sheets.v4.Sheets$Spreadsheets$BatchUpdate batchUpdate(String spreadsheetId, com.google.api.services.sheets.v4.model.BatchUpdateSpreadsheetRequest content)" ] }, "create": { "description": "Creates a spreadsheet, returning the newly [...]
   },
   "apiProperties": {
-    "data": { "methods": { "append": { "properties": { "range": { "index": 0, "kind": "parameter", "displayName": "Range", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.", "optional": false }, "spreadsheetId": { "index": 1, "kind": "parameter",  [...]
+    "data": { "methods": { "append": { "properties": { "range": { "index": 0, "kind": "parameter", "displayName": "Range", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The A1 notation(\/sheets\/api\/guides\/concepts#cell) of a range to search for a logical table of data. Values are appended after the last row of the table.", "optional": false }, "spreadsheetId [...]
     "spreadsheets": { "methods": { "batchUpdate": { "properties": { "batchUpdateSpreadsheetRequest": { "index": 0, "kind": "parameter", "displayName": "Batch Update Spreadsheet Request", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.google.api.services.sheets.v4.model.BatchUpdateSpreadsheetRequest", "deprecated": false, "autowired": false, "secret": false, "description": "The com.google.api.services.sheets.v4.model.BatchUpdateSpreadsheetRequest", " [...]
   }
 }