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
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1.projects.locations.clients.html
+1
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140
140
"kmsRing": "A String", # Required. A key ring organizes keys in a specific Google Cloud location and allows you to manage access control on groups of keys. A key ring's name does not need to be unique across a Google Cloud project, but must be unique within a given location.
141
141
},
142
142
"createSampleWorkflows": True or False, # Optional. Indicates if sample workflow should be created along with provisioning
143
+
"enableHttpCall": True or False, # Optional. Indicates if the client should be allowed to make HTTP calls.
143
144
"provisionGmek": True or False, # Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request.
144
145
"runAsServiceAccount": "A String", # Optional. User input run-as service account, if empty, will bring up a new default service account
145
146
"skipCpProvision": True or False, # Optional. Indicates if skip CP provision or not
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1.projects.locations.html
+1
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ <h3>Method Details</h3>
200
200
},
201
201
"createTime": "A String", # The timestamp when the client was first created.
202
202
"description": "A String", # Description of what the client is used for
203
+
"enableHttpCall": True or False, # Optional. Indicates the client enables making HTTP call.
203
204
"enableInternalIp": True or False, # Optional. Indicates the client enables internal IP feature, this is applicable for internal clients only.
204
205
"enableVariableMasking": True or False, # Optional. True if variable masking feature should be turned on for this region
205
206
"id": "A String", # Globally unique ID (project_id + region)
<pre>Searches and returns the list of integrations in the specified project.
651
651
652
652
Args:
653
653
parent: string, Required. Project and location from which the integrations should be listed. Format: projects/*/locations/*/resources/integrations (required)
654
+
enableNaturalLanguageQueryUnderstanding: boolean, Optional. Whether to enable natural language query understanding.
654
655
filter: string, Optional. The pre-filter to be applied to the search. This should follow the expressions defined in https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata. For example, "status:ANY("ACTIVE")" will return all the resources whose status contains the "ACTIVE".
655
656
pageSize: integer, Optional. The maximum number of results to return. The service may return fewer than this value. If unspecified, at most 10 results will be returned. The maximum value is 100; values above 100 will be coerced to 100.
656
657
pageToken: string, Optional. A page token, received from a previous `SearchIntegrations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchIntegrations` must match the call that provided the page token.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/integrations.v1.json
+14-1
Original file line number
Diff line number
Diff line change
@@ -1206,6 +1206,11 @@
1206
1206
"parent"
1207
1207
],
1208
1208
"parameters": {
1209
+
"enableNaturalLanguageQueryUnderstanding": {
1210
+
"description": "Optional. Whether to enable natural language query understanding.",
1211
+
"location": "query",
1212
+
"type": "boolean"
1213
+
},
1209
1214
"filter": {
1210
1215
"description": "Optional. The pre-filter to be applied to the search. This should follow the expressions defined in https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata. For example, \"status:ANY(\"ACTIVE\")\" will return all the resources whose status contains the \"ACTIVE\".",
"description": "Description of what the client is used for",
10755
10760
"type": "string"
10756
10761
},
10762
+
"enableHttpCall": {
10763
+
"description": "Optional. Indicates the client enables making HTTP call.",
10764
+
"type": "boolean"
10765
+
},
10757
10766
"enableInternalIp": {
10758
10767
"description": "Optional. Indicates the client enables internal IP feature, this is applicable for internal clients only.",
10759
10768
"type": "boolean"
@@ -13111,6 +13120,10 @@ false
13111
13120
"description": "Optional. Indicates if sample workflow should be created along with provisioning",
13112
13121
"type": "boolean"
13113
13122
},
13123
+
"enableHttpCall": {
13124
+
"description": "Optional. Indicates if the client should be allowed to make HTTP calls.",
13125
+
"type": "boolean"
13126
+
},
13114
13127
"provisionGmek": {
13115
13128
"deprecated": true,
13116
13129
"description": "Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request.",
0 commit comments