@@ -157,22 +157,18 @@ class ListNamespaceConnectionsRequest(google.protobuf.message.Message):
157
157
namespace_id : builtins .str
158
158
"""Namespace ID."""
159
159
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."""
163
161
page_token : builtins .str
164
162
"""Page token. By default, the first page will be returned."""
165
163
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.
168
165
The following filters are supported:
169
166
- `integrationId`
170
167
- `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"`.
176
172
"""
177
173
def __init__ (
178
174
self ,
@@ -628,14 +624,11 @@ class ListPipelineIDsByConnectionIDRequest(google.protobuf.message.Message):
628
624
connection_id : builtins .str
629
625
"""Connection ID."""
630
626
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."""
634
628
page_token : builtins .str
635
629
"""Page token. By default, the first page will be returned."""
636
630
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.
639
632
The following filters are supported:
640
633
- `q` (fuzzy search on pipeline ID)
641
634
"""
@@ -698,17 +691,15 @@ class ListIntegrationsRequest(google.protobuf.message.Message):
698
691
PAGE_TOKEN_FIELD_NUMBER : builtins .int
699
692
FILTER_FIELD_NUMBER : builtins .int
700
693
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."""
704
695
page_token : builtins .str
705
696
"""Page token. By default, the first page will be returned."""
706
697
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.
709
699
The following filters are supported:
710
700
- `qIntegration` (fuzzy search on title or vendor)
711
- Examples:
701
+
702
+ **Examples**:
712
703
- List integrations where app name or vendor match `googl`: `q="googl"`.
713
704
"""
714
705
def __init__ (
0 commit comments