Skip to content

Commit 391c88b

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@3a2124a
1 parent ea1f767 commit 391c88b

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

vdp/pipeline/v1beta/integration_pb2.pyi

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -157,22 +157,18 @@ class ListNamespaceConnectionsRequest(google.protobuf.message.Message):
157157
namespace_id: builtins.str
158158
"""Namespace ID."""
159159
page_size: builtins.int
160-
"""The maximum number of items to return. The default and cap values are 10
161-
and 100, respectively.
162-
"""
160+
"""The maximum number of items to return. The default and cap values are 10 and 100, respectively."""
163161
page_token: builtins.str
164162
"""Page token. By default, the first page will be returned."""
165163
filter: builtins.str
166-
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter
167-
expression.
164+
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression.
168165
The following filters are supported:
169166
- `integrationId`
170167
- `qConnection` (fuzzy search on connection ID, integration title or vendor)
171-
Examples:
172-
- List connections where app name, vendor or connection ID match `googl`:
173-
`q="googl"`.
174-
- List connections where the component type is `openai` (e.g. to setup a
175-
connector within a pipeline): `integration_id="openai"`.
168+
169+
**Examples**:
170+
- List connections where app name, vendor or connection ID match `googl`: `q="googl"`.
171+
- List connections where the component type is `openai` (e.g. to setup a connector within a pipeline): `integrationId="openai"`.
176172
"""
177173
def __init__(
178174
self,
@@ -628,14 +624,11 @@ class ListPipelineIDsByConnectionIDRequest(google.protobuf.message.Message):
628624
connection_id: builtins.str
629625
"""Connection ID."""
630626
page_size: builtins.int
631-
"""The maximum number of items to return. The default and cap values are 10
632-
and 100, respectively.
633-
"""
627+
"""The maximum number of items to return. The default and cap values are 10 and 100, respectively."""
634628
page_token: builtins.str
635629
"""Page token. By default, the first page will be returned."""
636630
filter: builtins.str
637-
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter
638-
expression.
631+
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression.
639632
The following filters are supported:
640633
- `q` (fuzzy search on pipeline ID)
641634
"""
@@ -698,17 +691,15 @@ class ListIntegrationsRequest(google.protobuf.message.Message):
698691
PAGE_TOKEN_FIELD_NUMBER: builtins.int
699692
FILTER_FIELD_NUMBER: builtins.int
700693
page_size: builtins.int
701-
"""The maximum number of items to return. The default and cap values are 10
702-
and 100, respectively.
703-
"""
694+
"""The maximum number of items to return. The default and cap values are 10 and 100, respectively."""
704695
page_token: builtins.str
705696
"""Page token. By default, the first page will be returned."""
706697
filter: builtins.str
707-
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter
708-
expression.
698+
"""Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter expression.
709699
The following filters are supported:
710700
- `qIntegration` (fuzzy search on title or vendor)
711-
Examples:
701+
702+
**Examples**:
712703
- List integrations where app name or vendor match `googl`: `q="googl"`.
713704
"""
714705
def __init__(

0 commit comments

Comments
 (0)