Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: instill-ai/protobufs@3a2124a
  • Loading branch information
droplet-bot committed Oct 4, 2024
1 parent ea1f767 commit 391c88b
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions vdp/pipeline/v1beta/integration_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,18 @@ class ListNamespaceConnectionsRequest(google.protobuf.message.Message):
namespace_id: builtins.str
"""Namespace ID."""
page_size: builtins.int
"""The maximum number of items to return. The default and cap values are 10
and 100, respectively.
"""
"""The maximum number of items to return. The default and cap values are 10 and 100, respectively."""
page_token: builtins.str
"""Page token. By default, the first page will be returned."""
filter: builtins.str
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter
expression.
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression.
The following filters are supported:
- `integrationId`
- `qConnection` (fuzzy search on connection ID, integration title or vendor)
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
connector within a pipeline): `integration_id="openai"`.
**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 connector within a pipeline): `integrationId="openai"`.
"""
def __init__(
self,
Expand Down Expand Up @@ -628,14 +624,11 @@ class ListPipelineIDsByConnectionIDRequest(google.protobuf.message.Message):
connection_id: builtins.str
"""Connection ID."""
page_size: builtins.int
"""The maximum number of items to return. The default and cap values are 10
and 100, respectively.
"""
"""The maximum number of items to return. The default and cap values are 10 and 100, respectively."""
page_token: builtins.str
"""Page token. By default, the first page will be returned."""
filter: builtins.str
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter
expression.
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression.
The following filters are supported:
- `q` (fuzzy search on pipeline ID)
"""
Expand Down Expand Up @@ -698,17 +691,15 @@ class ListIntegrationsRequest(google.protobuf.message.Message):
PAGE_TOKEN_FIELD_NUMBER: builtins.int
FILTER_FIELD_NUMBER: builtins.int
page_size: builtins.int
"""The maximum number of items to return. The default and cap values are 10
and 100, respectively.
"""
"""The maximum number of items to return. The default and cap values are 10 and 100, respectively."""
page_token: builtins.str
"""Page token. By default, the first page will be returned."""
filter: builtins.str
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter
expression.
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter 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"`.
"""
def __init__(
Expand Down

0 comments on commit 391c88b

Please sign in to comment.