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

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


The following commit(s) were added to refs/heads/main by this push:
     new 619e191b8d3 Regen
619e191b8d3 is described below

commit 619e191b8d35d3142eecb45dc9c3c19e0acd299b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 24 21:30:09 2024 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/google-drive.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
index 4190191ab62..258d90cefbe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
@@ -76,7 +76,7 @@
     "drive-changes": { "consumerOnly": false, "producerOnly": false, 
"description": "The changes collection of methods", "methods": { "list": { 
"description": "Lists the changes for a user or shared drive", "signatures": [ 
"com.google.api.services.drive.Drive$Changes$List list(String pageToken)" ] }, 
"watch": { "description": "Subscribes to changes for a user", "signatures": [ 
"com.google.api.services.drive.Drive$Changes$Watch watch(String pageToken, 
com.google.api.services.drive.model.C [...]
     "drive-channels": { "consumerOnly": false, "producerOnly": false, 
"description": "The channels collection of methods", "methods": { "stop": { 
"description": "Stops watching resources through this channel", "signatures": [ 
"com.google.api.services.drive.Drive$Channels$Stop 
stop(com.google.api.services.drive.model.Channel content)" ] } } },
     "drive-comments": { "consumerOnly": false, "producerOnly": false, 
"description": "The comments collection of methods", "methods": { "create": { 
"description": "Creates a comment on a file", "signatures": [ 
"com.google.api.services.drive.Drive$Comments$Create create(String fileId, 
com.google.api.services.drive.model.Comment content)" ] }, "delete": { 
"description": "Deletes a comment", "signatures": [ 
"com.google.api.services.drive.Drive$Comments$Delete delete(String fileId, 
String co [...]
-    "drive-drives": { "consumerOnly": false, "producerOnly": false, 
"description": "The drives collection of methods", "methods": { "create": { 
"description": "Creates a shared drive", "signatures": [ 
"com.google.api.services.drive.Drive$Drives$Create create(String requestId, 
com.google.api.services.drive.model.Drive content)" ] }, "delete": { 
"description": "Permanently deletes a shared drive for which the user is an 
organizer", "signatures": [ "com.google.api.services.drive.Drive$Drive [...]
+    "drive-drives": { "consumerOnly": false, "producerOnly": false, 
"description": "The drives collection of methods", "methods": { "create": { 
"description": "Creates a shared drive", "signatures": [ 
"com.google.api.services.drive.Drive$Drives$Create create(String requestId, 
com.google.api.services.drive.model.Drive content)" ] }, "delete": { 
"description": "Permanently deletes a shared drive for which the user is an 
organizer", "signatures": [ "com.google.api.services.drive.Drive$Drive [...]
     "drive-files": { "consumerOnly": false, "producerOnly": false, 
"description": "The files collection of methods", "methods": { "copy": { 
"description": "Creates a copy of a file and applies any requested updates with 
patch semantics", "signatures": [ 
"com.google.api.services.drive.Drive$Files$Copy copy(String fileId, 
com.google.api.services.drive.model.File content)" ] }, "create": { 
"description": "Creates a new file", "signatures": [ 
"com.google.api.services.drive.Drive$Files$Create [...]
     "drive-permissions": { "consumerOnly": false, "producerOnly": false, 
"description": "The permissions collection of methods", "methods": { "create": 
{ "description": "Creates a permission for a file or shared drive", 
"signatures": [ "com.google.api.services.drive.Drive$Permissions$Create 
create(String fileId, com.google.api.services.drive.model.Permission content)" 
] }, "delete": { "description": "Deletes a permission", "signatures": [ 
"com.google.api.services.drive.Drive$Permissions$ [...]
     "drive-replies": { "consumerOnly": false, "producerOnly": false, 
"description": "The replies collection of methods", "methods": { "create": { 
"description": "Creates a reply to a comment", "signatures": [ 
"com.google.api.services.drive.Drive$Replies$Create create(String fileId, 
String commentId, com.google.api.services.drive.model.Reply content)" ] }, 
"delete": { "description": "Deletes a reply", "signatures": [ 
"com.google.api.services.drive.Drive$Replies$Delete delete(String fileId [...]

Reply via email to