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
<pclass="firstline">Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.</p>
<pclass="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
<pre>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
143
143
144
144
Args:
145
145
name: string, The name of the operation's parent resource. (required)
146
146
filter: string, The standard list filter.
147
147
pageSize: integer, The standard list page size.
148
148
pageToken: string, The standard list page token.
149
+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
149
150
x__xgafv: string, V1 error format.
150
151
Allowed values
151
152
1 - v1 error format
@@ -177,6 +178,9 @@ <h3>Method Details</h3>
177
178
},
178
179
},
179
180
],
181
+
"unreachable": [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
Copy file name to clipboardExpand all lines: docs/dyn/firebaseml_v2beta.projects.locations.publishers.models.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,9 @@ <h3>Method Details</h3>
156
156
"candidateCount": 42, # Optional. Number of candidates to generate.
157
157
"enableAffectiveDialog": True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
158
158
"frequencyPenalty": 3.14, # Optional. Frequency penalties.
159
+
"imageConfig": { # Config for image generation features. # Optional. Config for image generation features.
160
+
"aspectRatio": "A String", # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9"
"maxOutputTokens": 42, # Optional. The maximum number of output tokens to generate per message.
161
164
"mediaResolution": "A String", # Optional. If specified, the media resolution specified will be used.
@@ -292,6 +295,7 @@ <h3>Method Details</h3>
292
295
"codeExecution": { # Tool that executes code generated by the model, and automatically returns the result to the model. See also [ExecutableCode]and [CodeExecutionResult] which are input and output to this tool. # Optional. CodeExecution tool type. Enables the model to execute code as part of generation.
293
296
},
294
297
"enterpriseWebSearch": { # Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. # Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.
298
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
295
299
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
296
300
"A String",
297
301
],
@@ -386,6 +390,7 @@ <h3>Method Details</h3>
386
390
"enableWidget": True or False, # Optional. If true, include the widget context token in the response.
387
391
},
388
392
"googleSearch": { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
393
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
389
394
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
390
395
"A String",
391
396
],
@@ -577,6 +582,9 @@ <h3>Method Details</h3>
577
582
"candidateCount": 42, # Optional. Number of candidates to generate.
578
583
"enableAffectiveDialog": True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
579
584
"frequencyPenalty": 3.14, # Optional. Frequency penalties.
585
+
"imageConfig": { # Config for image generation features. # Optional. Config for image generation features.
586
+
"aspectRatio": "A String", # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9"
"maxOutputTokens": 42, # Optional. The maximum number of output tokens to generate per message.
582
590
"mediaResolution": "A String", # Optional. If specified, the media resolution specified will be used.
@@ -738,6 +746,7 @@ <h3>Method Details</h3>
738
746
"codeExecution": { # Tool that executes code generated by the model, and automatically returns the result to the model. See also [ExecutableCode]and [CodeExecutionResult] which are input and output to this tool. # Optional. CodeExecution tool type. Enables the model to execute code as part of generation.
739
747
},
740
748
"enterpriseWebSearch": { # Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. # Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.
749
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
741
750
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
742
751
"A String",
743
752
],
@@ -832,6 +841,7 @@ <h3>Method Details</h3>
832
841
"enableWidget": True or False, # Optional. If true, include the widget context token in the response.
833
842
},
834
843
"googleSearch": { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
844
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
835
845
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
836
846
"A String",
837
847
],
@@ -1251,6 +1261,9 @@ <h3>Method Details</h3>
1251
1261
"candidateCount": 42, # Optional. Number of candidates to generate.
1252
1262
"enableAffectiveDialog": True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
1253
1263
"frequencyPenalty": 3.14, # Optional. Frequency penalties.
1264
+
"imageConfig": { # Config for image generation features. # Optional. Config for image generation features.
1265
+
"aspectRatio": "A String", # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9"
"maxOutputTokens": 42, # Optional. The maximum number of output tokens to generate per message.
1256
1269
"mediaResolution": "A String", # Optional. If specified, the media resolution specified will be used.
@@ -1412,6 +1425,7 @@ <h3>Method Details</h3>
1412
1425
"codeExecution": { # Tool that executes code generated by the model, and automatically returns the result to the model. See also [ExecutableCode]and [CodeExecutionResult] which are input and output to this tool. # Optional. CodeExecution tool type. Enables the model to execute code as part of generation.
1413
1426
},
1414
1427
"enterpriseWebSearch": { # Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. # Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.
1428
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
1415
1429
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
1416
1430
"A String",
1417
1431
],
@@ -1506,6 +1520,7 @@ <h3>Method Details</h3>
1506
1520
"enableWidget": True or False, # Optional. If true, include the widget context token in the response.
1507
1521
},
1508
1522
"googleSearch": { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
1523
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
1509
1524
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/firebaseml.v1.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,11 @@
191
191
"description": "The standard list page token.",
192
192
"location": "query",
193
193
"type": "string"
194
+
},
195
+
"returnPartialSuccess": {
196
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
197
+
"location": "query",
198
+
"type": "boolean"
194
199
}
195
200
},
196
201
"path": "v1/{+name}",
@@ -204,7 +209,7 @@
204
209
}
205
210
}
206
211
},
207
-
"revision": "20241117",
212
+
"revision": "20250929",
208
213
"rootUrl": "https://firebaseml.googleapis.com/",
209
214
"schemas": {
210
215
"CancelOperationRequest": {
@@ -233,6 +238,13 @@
233
238
"$ref": "Operation"
234
239
},
235
240
"type": "array"
241
+
},
242
+
"unreachable": {
243
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/firebaseml.v2beta.json
+64-3Lines changed: 64 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
}
207
207
}
208
208
},
209
-
"revision": "20250922",
209
+
"revision": "20250930",
210
210
"rootUrl": "https://firebaseml.googleapis.com/",
211
211
"schemas": {
212
212
"Date": {
@@ -460,7 +460,8 @@
460
460
"IMAGE_PROHIBITED_CONTENT",
461
461
"IMAGE_RECITATION",
462
462
"IMAGE_OTHER",
463
-
"UNEXPECTED_TOOL_CALL"
463
+
"UNEXPECTED_TOOL_CALL",
464
+
"NO_IMAGE"
464
465
],
465
466
"enumDescriptions": [
466
467
"The finish reason is unspecified.",
@@ -478,7 +479,8 @@
478
479
"Image generation stopped because generated images has other prohibited content.",
479
480
"Image generation stopped due to recitation.",
480
481
"Image generation stopped because of other miscellaneous issue.",
481
-
"The function call generated by the model is semantically invalid (e.g. a function call is generated when function calling is not enabled or the function is not in the function declaration)."
482
+
"The function call generated by the model is semantically invalid (e.g. a function call is generated when function calling is not enabled or the function is not in the function declaration).",
483
+
"The model was expected to generate an image, but none was generated."
482
484
],
483
485
"readOnly": true,
484
486
"type": "string"
@@ -707,6 +709,28 @@
707
709
"description": "Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.",
"description": "Optional. Config for image generation features."
1215
+
},
1188
1216
"logprobs": {
1189
1217
"description": "Optional. Logit probabilities.",
1190
1218
"format": "int32",
@@ -1633,6 +1661,17 @@
1633
1661
},
1634
1662
"type": "object"
1635
1663
},
1664
+
"GoogleCloudAiplatformV1beta1ImageConfig": {
1665
+
"description": "Config for image generation features.",
1666
+
"id": "GoogleCloudAiplatformV1beta1ImageConfig",
1667
+
"properties": {
1668
+
"aspectRatio": {
1669
+
"description": "Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: \"1:1\"\"2:3\", \"3:2\"\"3:4\", \"4:3\"\"4:5\", \"5:4\"\"9:16\", \"16:9\"\"21:9\"",
"description": "Optional. Sites with confidence level chosen & above this value will be blocked from the search results.",
2509
+
"enum": [
2510
+
"PHISH_BLOCK_THRESHOLD_UNSPECIFIED",
2511
+
"BLOCK_LOW_AND_ABOVE",
2512
+
"BLOCK_MEDIUM_AND_ABOVE",
2513
+
"BLOCK_HIGH_AND_ABOVE",
2514
+
"BLOCK_HIGHER_AND_ABOVE",
2515
+
"BLOCK_VERY_HIGH_AND_ABOVE",
2516
+
"BLOCK_ONLY_EXTREMELY_HIGH"
2517
+
],
2518
+
"enumDescriptions": [
2519
+
"Defaults to unspecified.",
2520
+
"Blocks Low and above confidence URL that is risky.",
2521
+
"Blocks Medium and above confidence URL that is risky.",
2522
+
"Blocks High and above confidence URL that is risky.",
2523
+
"Blocks Higher and above confidence URL that is risky.",
2524
+
"Blocks Very high and above confidence URL that is risky.",
2525
+
"Blocks Extremely high confidence URL that is risky."
2526
+
],
2527
+
"type": "string"
2528
+
},
2468
2529
"excludeDomains": {
2469
2530
"description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [\"amazon.com\", \"facebook.com\"].",
0 commit comments