Skip to content

Commit

Permalink
fix(integration): clarify example section
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Oct 4, 2024
1 parent ff96206 commit c86989c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vdp/pipeline/v1beta/integration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ message ListNamespaceConnectionsRequest {
// The following filters are supported:
// - `integrationId`
// - `qConnection` (fuzzy search on connection ID, integration title or vendor)
// Examples:
//
// **Examples**:
// - List connections where app name, vendor or connection ID match `googl`:
// `q="googl"`.
// - List connections where the component type is `openai` (e.g. to setup a
Expand Down Expand Up @@ -305,7 +306,8 @@ message ListIntegrationsRequest {
// expression.
// The following filters are supported:
// - `qIntegration` (fuzzy search on title or vendor)
// Examples:
//
// **Examples**:
// - List integrations where app name or vendor match `googl`: `q="googl"`.
optional string filter = 3 [(google.api.field_behavior) = OPTIONAL];
}
Expand Down

0 comments on commit c86989c

Please sign in to comment.