@@ -65,15 +65,15 @@ The samples below show how a published SDK artifact is used:
6565
6666Gradle:
6767``` groovy
68- implementation 'com.glean.api-client:glean-api-client:0.12.8 '
68+ implementation 'com.glean.api-client:glean-api-client:0.12.9 '
6969```
7070
7171Maven:
7272``` xml
7373<dependency >
7474 <groupId >com.glean.api-client</groupId >
7575 <artifactId >glean-api-client</artifactId >
76- <version >0.12.8 </version >
76+ <version >0.12.9 </version >
7777</dependency >
7878```
7979
@@ -397,38 +397,38 @@ For more information on obtaining the appropriate token type, please contact you
397397<details open >
398398<summary >Available methods</summary >
399399
400- #### [ client().activity() ] ( docs/sdks/activity/README.md )
400+ ### [ Client.Activity ] ( docs/sdks/activity/README.md )
401401
402402* [ report] ( docs/sdks/activity/README.md#report ) - Report document activity
403403* [ feedback] ( docs/sdks/activity/README.md#feedback ) - Report client activity
404404
405- #### [ client().agents() ] ( docs/sdks/agents/README.md )
405+ ### [ Client.Agents ] ( docs/sdks/agents/README.md )
406406
407407* [ retrieve] ( docs/sdks/agents/README.md#retrieve ) - Retrieve an agent
408408* [ retrieveSchemas] ( docs/sdks/agents/README.md#retrieveschemas ) - List an agent's schemas
409409* [ list] ( docs/sdks/agents/README.md#list ) - Search agents
410410* [ runStream] ( docs/sdks/agents/README.md#runstream ) - Create an agent run and stream the response
411411* [ run] ( docs/sdks/agents/README.md#run ) - Create an agent run and wait for the response
412412
413- #### [ client().announcements() ] ( docs/sdks/announcements/README.md )
413+ ### [ Client.Announcements ] ( docs/sdks/announcements/README.md )
414414
415415* [ create] ( docs/sdks/announcements/README.md#create ) - Create Announcement
416416* [ delete] ( docs/sdks/announcements/README.md#delete ) - Delete Announcement
417417* [ update] ( docs/sdks/announcements/README.md#update ) - Update Announcement
418418
419- #### [ client().answers() ] ( docs/sdks/answers/README.md )
419+ ### [ Client.Answers ] ( docs/sdks/answers/README.md )
420420
421421* [ create] ( docs/sdks/answers/README.md#create ) - Create Answer
422422* [ delete] ( docs/sdks/answers/README.md#delete ) - Delete Answer
423423* [ update] ( docs/sdks/answers/README.md#update ) - Update Answer
424424* [ retrieve] ( docs/sdks/answers/README.md#retrieve ) - Read Answer
425425* [ list] ( docs/sdks/answers/README.md#list ) - List Answers
426426
427- #### [ client().authentication() ] ( docs/sdks/clientauthentication/README.md )
427+ ### [ Client.Authentication ] ( docs/sdks/clientauthentication/README.md )
428428
429429* [ createToken] ( docs/sdks/clientauthentication/README.md#createtoken ) - Create authentication token
430430
431- #### [ client().chat() ] ( docs/sdks/chat/README.md )
431+ ### [ Client.Chat ] ( docs/sdks/chat/README.md )
432432
433433* [ create] ( docs/sdks/chat/README.md#create ) - Chat
434434* [ deleteAll] ( docs/sdks/chat/README.md#deleteall ) - Deletes all saved Chats owned by a user
@@ -441,7 +441,7 @@ For more information on obtaining the appropriate token type, please contact you
441441* [ deleteFiles] ( docs/sdks/chat/README.md#deletefiles ) - Delete files uploaded by a user for chat.
442442* [ createStream] ( docs/sdks/chat/README.md#createstream ) - Chat
443443
444- #### [ client().collections() ] ( docs/sdks/collections/README.md )
444+ ### [ Client.Collections ] ( docs/sdks/collections/README.md )
445445
446446* [ addItems] ( docs/sdks/collections/README.md#additems ) - Add Collection item
447447* [ create] ( docs/sdks/collections/README.md#create ) - Create Collection
@@ -452,95 +452,102 @@ For more information on obtaining the appropriate token type, please contact you
452452* [ retrieve] ( docs/sdks/collections/README.md#retrieve ) - Read Collection
453453* [ list] ( docs/sdks/collections/README.md#list ) - List Collections
454454
455- #### [ client().documents() ] ( docs/sdks/clientdocuments/README.md )
455+ ### [ Client.Documents ] ( docs/sdks/clientdocuments/README.md )
456456
457457* [ retrievePermissions] ( docs/sdks/clientdocuments/README.md#retrievepermissions ) - Read document permissions
458458* [ retrieve] ( docs/sdks/clientdocuments/README.md#retrieve ) - Read documents
459459* [ retrieveByFacets] ( docs/sdks/clientdocuments/README.md#retrievebyfacets ) - Read documents by facets
460460* [ summarize] ( docs/sdks/clientdocuments/README.md#summarize ) - Summarize documents
461461
462- #### [ client().entities() ] ( docs/sdks/entities/README.md )
462+ ### [ Client.Entities ] ( docs/sdks/entities/README.md )
463463
464464* [ list] ( docs/sdks/entities/README.md#list ) - List entities
465465* [ readPeople] ( docs/sdks/entities/README.md#readpeople ) - Read people
466466
467- #### [ client().governance().data().policies() ] ( docs/sdks/policies/README.md )
467+ ### [ Client.Governance.Data.Policies ] ( docs/sdks/policies/README.md )
468468
469469* [ retrieve] ( docs/sdks/policies/README.md#retrieve ) - Gets specified policy
470470* [ update] ( docs/sdks/policies/README.md#update ) - Updates an existing policy
471471* [ list] ( docs/sdks/policies/README.md#list ) - Lists policies
472472* [ create] ( docs/sdks/policies/README.md#create ) - Creates new policy
473473* [ download] ( docs/sdks/policies/README.md#download ) - Downloads violations CSV for policy
474474
475- #### [ client().governance().data().reports() ] ( docs/sdks/reports/README.md )
475+ ### [ Client.Governance.Data.Reports ] ( docs/sdks/reports/README.md )
476476
477477* [ create] ( docs/sdks/reports/README.md#create ) - Creates new one-time report
478478* [ download] ( docs/sdks/reports/README.md#download ) - Downloads violations CSV for report
479479* [ status] ( docs/sdks/reports/README.md#status ) - Fetches report run status
480480
481- #### [ client().governance().documents().visibilityoverrides() ] ( docs/sdks/visibilityoverrides/README.md )
481+ ### [ Client.Governance.Documents.Visibilityoverrides ] ( docs/sdks/visibilityoverrides/README.md )
482482
483483* [ list] ( docs/sdks/visibilityoverrides/README.md#list ) - Fetches documents visibility
484484* [ create] ( docs/sdks/visibilityoverrides/README.md#create ) - Hide or unhide docs
485485
486- #### [ client().insights() ] ( docs/sdks/insights/README.md )
486+ ### [ Client.Insights ] ( docs/sdks/insights/README.md )
487487
488488* [ retrieve] ( docs/sdks/insights/README.md#retrieve ) - Get insights
489489
490- #### [ client().messages() ] ( docs/sdks/messages/README.md )
490+ ### [ Client.Messages ] ( docs/sdks/messages/README.md )
491491
492492* [ retrieve] ( docs/sdks/messages/README.md#retrieve ) - Read messages
493493
494- #### [ client().pins() ] ( docs/sdks/pins/README.md )
494+ ### [ Client.Pins ] ( docs/sdks/pins/README.md )
495495
496496* [ update] ( docs/sdks/pins/README.md#update ) - Update pin
497497* [ retrieve] ( docs/sdks/pins/README.md#retrieve ) - Read pin
498498* [ list] ( docs/sdks/pins/README.md#list ) - List pins
499499* [ create] ( docs/sdks/pins/README.md#create ) - Create pin
500500* [ remove] ( docs/sdks/pins/README.md#remove ) - Delete pin
501501
502- #### [ client().search() ] ( docs/sdks/search/README.md )
502+ ### [ Client.Search ] ( docs/sdks/search/README.md )
503503
504504* [ queryAsAdmin] ( docs/sdks/search/README.md#queryasadmin ) - Search the index (admin)
505505* [ autocomplete] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
506506* [ retrieveFeed] ( docs/sdks/search/README.md#retrievefeed ) - Feed of documents and events
507507* [ recommendations] ( docs/sdks/search/README.md#recommendations ) - Recommend documents
508508* [ query] ( docs/sdks/search/README.md#query ) - Search
509509
510- #### [ client().shortcuts() ] ( docs/sdks/clientshortcuts/README.md )
510+ ### [ Client.Shortcuts ] ( docs/sdks/clientshortcuts/README.md )
511511
512512* [ create] ( docs/sdks/clientshortcuts/README.md#create ) - Create shortcut
513513* [ delete] ( docs/sdks/clientshortcuts/README.md#delete ) - Delete shortcut
514514* [ retrieve] ( docs/sdks/clientshortcuts/README.md#retrieve ) - Read shortcut
515515* [ list] ( docs/sdks/clientshortcuts/README.md#list ) - List shortcuts
516516* [ update] ( docs/sdks/clientshortcuts/README.md#update ) - Update shortcut
517517
518- #### [ client().tools() ] ( docs/sdks/tools/README.md )
518+ ### [ Client.Tools ] ( docs/sdks/tools/README.md )
519519
520520* [ list] ( docs/sdks/tools/README.md#list ) - List available tools
521521* [ run] ( docs/sdks/tools/README.md#run ) - Execute the specified tool
522522
523- #### [ client().verification() ] ( docs/sdks/verification/README.md )
523+ ### [ Client.Verification ] ( docs/sdks/verification/README.md )
524524
525525* [ addReminder] ( docs/sdks/verification/README.md#addreminder ) - Create verification
526526* [ list] ( docs/sdks/verification/README.md#list ) - List verifications
527527* [ verify] ( docs/sdks/verification/README.md#verify ) - Update verification
528528
529- #### [ indexing().authentication()] ( docs/sdks/indexingauthentication/README.md )
529+ ### [ Governance] ( docs/sdks/governance/README.md )
530+
531+ * [ createfindingsexport] ( docs/sdks/governance/README.md#createfindingsexport ) - Creates findings export
532+ * [ listfindingsexports] ( docs/sdks/governance/README.md#listfindingsexports ) - Lists findings exports
533+ * [ downloadfindingsexport] ( docs/sdks/governance/README.md#downloadfindingsexport ) - Downloads findings export
534+ * [ deletefindingsexport] ( docs/sdks/governance/README.md#deletefindingsexport ) - Deletes findings export
535+
536+ ### [ Indexing.Authentication] ( docs/sdks/indexingauthentication/README.md )
530537
531538* [ rotateToken] ( docs/sdks/indexingauthentication/README.md#rotatetoken ) - Rotate token
532539
533- #### [ indexing().datasource() ] ( docs/sdks/datasource/README.md )
540+ ### [ Indexing.Datasource ] ( docs/sdks/datasource/README.md )
534541
535542* [ status] ( docs/sdks/datasource/README.md#status ) - Beta: Get datasource status
536543
537544
538- #### [ indexing().datasources() ] ( docs/sdks/datasources/README.md )
545+ ### [ Indexing.Datasources ] ( docs/sdks/datasources/README.md )
539546
540547* [ add] ( docs/sdks/datasources/README.md#add ) - Add or update datasource
541548* [ retrieveConfig] ( docs/sdks/datasources/README.md#retrieveconfig ) - Get datasource config
542549
543- #### [ indexing().documents() ] ( docs/sdks/indexingdocuments/README.md )
550+ ### [ Indexing.Documents ] ( docs/sdks/indexingdocuments/README.md )
544551
545552* [ addOrUpdate] ( docs/sdks/indexingdocuments/README.md#addorupdate ) - Index document
546553* [ index] ( docs/sdks/indexingdocuments/README.md#index ) - Index documents
@@ -555,7 +562,7 @@ For more information on obtaining the appropriate token type, please contact you
555562* [ ~~ status~~ ] ( docs/sdks/indexingdocuments/README.md#status ) - Get document upload and indexing status :warning : ** Deprecated**
556563* [ ~~ count~~ ] ( docs/sdks/indexingdocuments/README.md#count ) - Get document count :warning : ** Deprecated**
557564
558- #### [ indexing().people() ] ( docs/sdks/people/README.md )
565+ ### [ Indexing.People ] ( docs/sdks/people/README.md )
559566
560567* [ debug] ( docs/sdks/people/README.md#debug ) - Beta: Get user information
561568
@@ -568,7 +575,7 @@ For more information on obtaining the appropriate token type, please contact you
568575* [ deleteTeam] ( docs/sdks/people/README.md#deleteteam ) - Delete team
569576* [ bulkIndexTeams] ( docs/sdks/people/README.md#bulkindexteams ) - Bulk index teams
570577
571- #### [ indexing().permissions() ] ( docs/sdks/permissions/README.md )
578+ ### [ Indexing.Permissions ] ( docs/sdks/permissions/README.md )
572579
573580* [ updatePermissions] ( docs/sdks/permissions/README.md#updatepermissions ) - Update document permissions
574581* [ indexUser] ( docs/sdks/permissions/README.md#indexuser ) - Index user
@@ -583,7 +590,7 @@ For more information on obtaining the appropriate token type, please contact you
583590* [ deleteMembership] ( docs/sdks/permissions/README.md#deletemembership ) - Delete membership
584591* [ authorizeBetaUsers] ( docs/sdks/permissions/README.md#authorizebetausers ) - Beta users
585592
586- #### [ indexing().shortcuts() ] ( docs/sdks/indexingshortcuts/README.md )
593+ ### [ Indexing.Shortcuts ] ( docs/sdks/indexingshortcuts/README.md )
587594
588595* [ bulkIndex] ( docs/sdks/indexingshortcuts/README.md#bulkindex ) - Bulk index external shortcuts
589596* [ upload] ( docs/sdks/indexingshortcuts/README.md#upload ) - Upload shortcuts
@@ -1286,8 +1293,8 @@ public class Application {
12861293many more subclasses in the JDK platform).
12871294
12881295** Inherit from [ ` GleanError ` ] ( ./src/main/java/models/errors/GleanError.java ) ** :
1289- * [ ` com.glean.api_client.glean_api_client.models.errors.CollectionError ` ] ( ./src/main/java/models/errors/com.glean.api_client.glean_api_client.models.errors.CollectionError.java ) : Semantic error. Status code ` 422 ` . Applicable to 3 of 109 methods.*
1290- * [ ` com.glean.api_client.glean_api_client.models.errors.GleanDataError ` ] ( ./src/main/java/models/errors/com.glean.api_client.glean_api_client.models.errors.GleanDataError.java ) : Forbidden. Applicable to 2 of 109 methods.*
1296+ * [ ` com.glean.api_client.glean_api_client.models.errors.CollectionError ` ] ( ./src/main/java/models/errors/com.glean.api_client.glean_api_client.models.errors.CollectionError.java ) : Semantic error. Status code ` 422 ` . Applicable to 3 of 113 methods.*
1297+ * [ ` com.glean.api_client.glean_api_client.models.errors.GleanDataError ` ] ( ./src/main/java/models/errors/com.glean.api_client.glean_api_client.models.errors.GleanDataError.java ) : Forbidden. Applicable to 2 of 113 methods.*
12911298
12921299
12931300</details >
0 commit comments