Skip to content

Commit a438938

Browse files
feat(integrations): update the api
#### integrations:v1 The following keys were added: - resources.projects.resources.locations.resources.templates.methods.search.parameters.enableNaturalLanguageQueryUnderstanding (Total Keys: 2) - resources.projects.resources.locations.resources.templates.methods.search.parameters.query (Total Keys: 2) - schemas.GoogleCloudConnectorsV1EventingConfig.properties.privateConnectivityAllowlistedProjects (Total Keys: 2)
1 parent da8a7f0 commit a438938

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

docs/dyn/integrations_v1.projects.locations.connections.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h3>Method Details</h3>
351351
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
352352
},
353353
},
354-
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 18 # Optional. Eventing config of a connection
354+
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
355355
&quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
356356
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
357357
&quot;boolValue&quot;: True or False, # Value is a bool.
@@ -520,6 +520,9 @@ <h3>Method Details</h3>
520520
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
521521
},
522522
},
523+
&quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
524+
&quot;A String&quot;,
525+
],
523526
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
524527
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
525528
&quot;destinations&quot;: [ # The destinations for the key.

docs/dyn/integrations_v1.projects.locations.templates.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2>Instance Methods</h2>
102102
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
103103
<p class="firstline">Updates the template by given id.</p>
104104
<p class="toc_element">
105-
<code><a href="#search">search(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)</a></code></p>
105+
<code><a href="#search">search(parent, enableNaturalLanguageQueryUnderstanding=None, filter=None, orderBy=None, pageSize=None, pageToken=None, query=None, readMask=None, x__xgafv=None)</a></code></p>
106106
<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>
107107
<p class="toc_element">
108108
<code><a href="#search_next">search_next()</a></code></p>
@@ -15114,15 +15114,17 @@ <h3>Method Details</h3>
1511415114
</div>
1511515115

1511615116
<div class="method">
15117-
<code class="details" id="search">search(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)</code>
15117+
<code class="details" id="search">search(parent, enableNaturalLanguageQueryUnderstanding=None, filter=None, orderBy=None, pageSize=None, pageToken=None, query=None, readMask=None, x__xgafv=None)</code>
1511815118
<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.
1511915119

1512015120
Args:
1512115121
parent: string, Required. The client, which owns this collection of Templates. (required)
15122+
enableNaturalLanguageQueryUnderstanding: boolean, Optional. Whether to enable natural language query understanding.
1512215123
filter: string, Optional. Standard filter field to filter templates. client_id filter won&#x27;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, &quot;status=\&quot;ACTIVE\&quot;
1512315124
orderBy: string, Optional. The results would be returned in the order you specified here.
1512415125
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.
1512515126
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.
1512615128
readMask: string, Optional. The mask which specifies fields that need to be returned in the template&#x27;s response.
1512715129
x__xgafv: string, V1 error format.
1512815130
Allowed values

googleapiclient/discovery_cache/documents/integrations.v1.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4676,6 +4676,11 @@
46764676
"parent"
46774677
],
46784678
"parameters": {
4679+
"enableNaturalLanguageQueryUnderstanding": {
4680+
"description": "Optional. Whether to enable natural language query understanding.",
4681+
"location": "query",
4682+
"type": "boolean"
4683+
},
46794684
"filter": {
46804685
"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\\\"",
46814686
"location": "query",
@@ -4704,6 +4709,11 @@
47044709
"required": true,
47054710
"type": "string"
47064711
},
4712+
"query": {
4713+
"description": "Optional. The search query that will be passed to Vertex search service.",
4714+
"location": "query",
4715+
"type": "string"
4716+
},
47074717
"readMask": {
47084718
"description": "Optional. The mask which specifies fields that need to be returned in the template's response.",
47094719
"format": "google-fieldmask",
@@ -4838,7 +4848,7 @@
48384848
}
48394849
}
48404850
},
4841-
"revision": "20250521",
4851+
"revision": "20250610",
48424852
"rootUrl": "https://integrations.googleapis.com/",
48434853
"schemas": {
48444854
"CrmlogErrorCode": {
@@ -10183,7 +10193,7 @@ false
1018310193
"type": "object"
1018410194
},
1018510195
"GoogleCloudConnectorsV1EventingConfig": {
10186-
"description": "Eventing Configuration of a connection next: 18",
10196+
"description": "Eventing Configuration of a connection next: 19",
1018710197
"id": "GoogleCloudConnectorsV1EventingConfig",
1018810198
"properties": {
1018910199
"additionalVariables": {
@@ -10217,6 +10227,13 @@ false
1021710227
"$ref": "GoogleCloudConnectorsV1AuthConfig",
1021810228
"description": "Optional. Auth details for the event listener."
1021910229
},
10230+
"privateConnectivityAllowlistedProjects": {
10231+
"description": "Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.",
10232+
"items": {
10233+
"type": "string"
10234+
},
10235+
"type": "array"
10236+
},
1022010237
"privateConnectivityEnabled": {
1022110238
"description": "Optional. Private Connectivity Enabled.",
1022210239
"type": "boolean"

0 commit comments

Comments
 (0)