You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"privateConnectivityAllowlistedProjects": [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
524
+
"A String",
525
+
],
523
526
"privateConnectivityEnabled": True or False, # Optional. Private Connectivity Enabled.
524
527
"proxyDestinationConfig": { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
525
528
"destinations": [ # The destinations for the key.
<p class="firstline">Search templates based on user query and filters. This api would query the templates and return a list of templates based on the user filter.</p>
<pre>Search templates based on user query and filters. This api would query the templates and return a list of templates based on the user filter.
15119
15119
15120
15120
Args:
15121
15121
parent: string, Required. The client, which owns this collection of Templates. (required)
15122
+
enableNaturalLanguageQueryUnderstanding: boolean, Optional. Whether to enable natural language query understanding.
15122
15123
filter: string, Optional. Standard filter field to filter templates. client_id filter won't be supported and will restrict to templates belonging to the current client only. Return all templates of the current client if the filter is empty. Also supports operators like AND, OR, NOT For example, "status=\"ACTIVE\"
15123
15124
orderBy: string, Optional. The results would be returned in the order you specified here.
15124
15125
pageSize: integer, Optional. The size of the response entries. If unspecified, defaults to 100. The maximum value is 1000; values above 1000 will be coerced to 1000.
15125
15126
pageToken: string, Optional. The token returned in the previous response.
15127
+
query: string, Optional. The search query that will be passed to Vertex search service.
15126
15128
readMask: string, Optional. The mask which specifies fields that need to be returned in the template's response.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/integrations.v1.json
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4676,6 +4676,11 @@
4676
4676
"parent"
4677
4677
],
4678
4678
"parameters": {
4679
+
"enableNaturalLanguageQueryUnderstanding": {
4680
+
"description": "Optional. Whether to enable natural language query understanding.",
4681
+
"location": "query",
4682
+
"type": "boolean"
4683
+
},
4679
4684
"filter": {
4680
4685
"description": "Optional. Standard filter field to filter templates. client_id filter won't be supported and will restrict to templates belonging to the current client only. Return all templates of the current client if the filter is empty. Also supports operators like AND, OR, NOT For example, \"status=\\\"ACTIVE\\\"",
4681
4686
"location": "query",
@@ -4704,6 +4709,11 @@
4704
4709
"required": true,
4705
4710
"type": "string"
4706
4711
},
4712
+
"query": {
4713
+
"description": "Optional. The search query that will be passed to Vertex search service.",
4714
+
"location": "query",
4715
+
"type": "string"
4716
+
},
4707
4717
"readMask": {
4708
4718
"description": "Optional. The mask which specifies fields that need to be returned in the template's response.",
0 commit comments