From 4342879886c271d95012051b75fbd089ee34ca97 Mon Sep 17 00:00:00 2001 From: droplet-bot Date: Tue, 27 Aug 2024 18:35:01 +0000 Subject: [PATCH] chore: auto-gen by protobufs triggered by commit: https://github.com/instill-ai/protobufs/commit/0a24c7a59b0939705ab9c39b9ca36d20f3212551 --- vdp/pipeline/v1beta/integration.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdp/pipeline/v1beta/integration.pb.go b/vdp/pipeline/v1beta/integration.pb.go index 29c5bc7..0b4a916 100644 --- a/vdp/pipeline/v1beta/integration.pb.go +++ b/vdp/pipeline/v1beta/integration.pb.go @@ -245,7 +245,7 @@ type ListNamespaceConnectionsRequest struct { // expression. // The following filters are supported: // - `integration_id` - // - `q` (fuzzy search on connection ID, integration title or vendor) + // - `qConnection` (fuzzy search on connection ID, integration title or vendor) // Examples: // - List connections where app name, vendor or connection ID match `googl`: // `q="googl"`. @@ -1038,7 +1038,7 @@ type ListIntegrationsRequest struct { // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // The following filters are supported: - // - `q` (fuzzy search on title or vendor) + // - `qIntegration` (fuzzy search on title or vendor) // - `featured` // Examples: // - List integrations where app name or vendor match `googl`: `q="googl"`.