Add dynamicAuthConfig to ExecuteCustomQuery. Add sample agent for ApplicationIntegrationToolset which uses Integration Connectors with end user credentials.

PiperOrigin-RevId: 761356343
This commit is contained in:
Google Team Member
2025-05-20 21:44:55 -07:00
committed by Copybara-Service
parent cbdb5fc507
commit 62a543bd58
4 changed files with 174 additions and 0 deletions

View File

@@ -728,6 +728,9 @@ class ConnectionsClient:
"query": {"$ref": "#/components/schemas/query"},
"timeout": {"$ref": "#/components/schemas/timeout"},
"pageSize": {"$ref": "#/components/schemas/pageSize"},
"dynamicAuthConfig": {
"$ref": "#/components/schemas/dynamicAuthConfig"
},
},
}