google-api-python-client 2.138.0__py2.py3-none-any.whl → 2.139.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. {google_api_python_client-2.138.0.dist-info → google_api_python_client-2.139.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.138.0.dist-info → google_api_python_client-2.139.0.dist-info}/RECORD +47 -47
  3. googleapiclient/discovery_cache/documents/analyticshub.v1.json +2 -2
  4. googleapiclient/discovery_cache/documents/appengine.v1.json +13 -7
  5. googleapiclient/discovery_cache/documents/appengine.v1beta.json +13 -7
  6. googleapiclient/discovery_cache/documents/artifactregistry.v1.json +2 -2
  7. googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json +2 -2
  8. googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json +2 -2
  9. googleapiclient/discovery_cache/documents/bigquery.v2.json +21 -3
  10. googleapiclient/discovery_cache/documents/bigtableadmin.v2.json +12 -2
  11. googleapiclient/discovery_cache/documents/chat.v1.json +9 -9
  12. googleapiclient/discovery_cache/documents/cloudbuild.v2.json +3 -3
  13. googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json +184 -1
  14. googleapiclient/discovery_cache/documents/contentwarehouse.v1.json +285 -1
  15. googleapiclient/discovery_cache/documents/datamigration.v1.json +7 -1
  16. googleapiclient/discovery_cache/documents/dataplex.v1.json +656 -29
  17. googleapiclient/discovery_cache/documents/dialogflow.v2.json +9 -1
  18. googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +9 -1
  19. googleapiclient/discovery_cache/documents/dialogflow.v3.json +9 -1
  20. googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json +24 -1
  21. googleapiclient/discovery_cache/documents/discovery.v1.json +49 -0
  22. googleapiclient/discovery_cache/documents/dlp.v2.json +62 -5
  23. googleapiclient/discovery_cache/documents/dns.v1.json +16 -1
  24. googleapiclient/discovery_cache/documents/dns.v1beta2.json +16 -1
  25. googleapiclient/discovery_cache/documents/drive.v2.json +3 -3
  26. googleapiclient/discovery_cache/documents/drive.v3.json +4 -4
  27. googleapiclient/discovery_cache/documents/file.v1.json +1 -84
  28. googleapiclient/discovery_cache/documents/file.v1beta1.json +1 -84
  29. googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json +219 -2
  30. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +54 -1
  31. googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +1 -55
  32. googleapiclient/discovery_cache/documents/monitoring.v1.json +52 -10
  33. googleapiclient/discovery_cache/documents/monitoring.v3.json +7 -3
  34. googleapiclient/discovery_cache/documents/networkconnectivity.v1.json +2 -2
  35. googleapiclient/discovery_cache/documents/networkmanagement.v1.json +5 -1
  36. googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json +5 -1
  37. googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json +538 -1
  38. googleapiclient/discovery_cache/documents/playintegrity.v1.json +42 -1
  39. googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json +69 -1
  40. googleapiclient/discovery_cache/documents/run.v1.json +2 -2
  41. googleapiclient/discovery_cache/documents/walletobjects.v1.json +8 -1
  42. googleapiclient/discovery_cache/documents/workloadmanager.v1.json +68 -4
  43. googleapiclient/discovery_cache/documents/workspaceevents.v1.json +6 -6
  44. googleapiclient/version.py +1 -1
  45. {google_api_python_client-2.138.0.dist-info → google_api_python_client-2.139.0.dist-info}/LICENSE +0 -0
  46. {google_api_python_client-2.138.0.dist-info → google_api_python_client-2.139.0.dist-info}/WHEEL +0 -0
  47. {google_api_python_client-2.138.0.dist-info → google_api_python_client-2.139.0.dist-info}/top_level.txt +0 -0
@@ -1069,7 +1069,7 @@
1069
1069
  }
1070
1070
  }
1071
1071
  },
1072
- "revision": "20240704",
1072
+ "revision": "20240716",
1073
1073
  "rootUrl": "https://file.googleapis.com/",
1074
1074
  "schemas": {
1075
1075
  "Backup": {
@@ -1311,15 +1311,6 @@
1311
1311
  },
1312
1312
  "type": "array"
1313
1313
  },
1314
- "performanceConfig": {
1315
- "$ref": "PerformanceConfig",
1316
- "description": "Optional. Used to configure performance."
1317
- },
1318
- "performanceLimits": {
1319
- "$ref": "PerformanceLimits",
1320
- "description": "Output only. Used for getting performance limits.",
1321
- "readOnly": true
1322
- },
1323
1314
  "sourceBackup": {
1324
1315
  "description": "The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.",
1325
1316
  "type": "string"
@@ -1327,18 +1318,6 @@
1327
1318
  },
1328
1319
  "type": "object"
1329
1320
  },
1330
- "FixedIOPS": {
1331
- "description": "Fixed IOPS parameters.",
1332
- "id": "FixedIOPS",
1333
- "properties": {
1334
- "maxReadIops": {
1335
- "description": "Required. Maximum raw read IOPS.",
1336
- "format": "int64",
1337
- "type": "string"
1338
- }
1339
- },
1340
- "type": "object"
1341
- },
1342
1321
  "GoogleCloudSaasacceleratorManagementProvidersV1Instance": {
1343
1322
  "description": "Instance represents the interface for SLM services to actuate the state of control plane resources. Example Instance in JSON, where consumer-project-number=123456, producer-project-id=cloud-sql: ```json Instance: { \"name\": \"projects/123456/locations/us-east1/instances/prod-instance\", \"create_time\": { \"seconds\": 1526406431, }, \"labels\": { \"env\": \"prod\", \"foo\": \"bar\" }, \"state\": READY, \"software_versions\": { \"software_update\": \"cloud-sql-09-28-2018\", }, \"maintenance_policy_names\": { \"UpdatePolicy\": \"projects/123456/locations/us-east1/maintenancePolicies/prod-update-policy\", } \"tenant_project_id\": \"cloud-sql-test-tenant\", \"producer_metadata\": { \"cloud-sql-tier\": \"basic\", \"cloud-sql-instance-size\": \"1G\", }, \"provisioned_resources\": [ { \"resource-type\": \"compute-instance\", \"resource-url\": \"https://www.googleapis.com/compute/v1/projects/cloud-sql/zones/us-east1-b/instances/vm-1\", } ], \"maintenance_schedules\": { \"csa_rollout\": { \"start_time\": { \"seconds\": 1526406431, }, \"end_time\": { \"seconds\": 1535406431, }, }, \"ncsa_rollout\": { \"start_time\": { \"seconds\": 1526406431, }, \"end_time\": { \"seconds\": 1535406431, }, } }, \"consumer_defined_name\": \"my-sql-instance1\", } ``` LINT.IfChange",
1344
1323
  "id": "GoogleCloudSaasacceleratorManagementProvidersV1Instance",
@@ -1614,18 +1593,6 @@
1614
1593
  },
1615
1594
  "type": "object"
1616
1595
  },
1617
- "IOPSPerGB": {
1618
- "description": "IOPS per capacity parameters.",
1619
- "id": "IOPSPerGB",
1620
- "properties": {
1621
- "maxReadIopsPerGb": {
1622
- "description": "Required. Maximum read IOPS per GB.",
1623
- "format": "int64",
1624
- "type": "string"
1625
- }
1626
- },
1627
- "type": "object"
1628
- },
1629
1596
  "Instance": {
1630
1597
  "description": "A Filestore instance.",
1631
1598
  "id": "Instance",
@@ -2269,56 +2236,6 @@
2269
2236
  },
2270
2237
  "type": "object"
2271
2238
  },
2272
- "PerformanceConfig": {
2273
- "description": "Performance configuration. Used for setting the performance configuration. Defaults to `iops_by_capacity` if unset in instance creation.",
2274
- "id": "PerformanceConfig",
2275
- "properties": {
2276
- "fixedIops": {
2277
- "$ref": "FixedIOPS",
2278
- "description": "Choose a fixed provisioned IOPS value for the instance, which will remain constant regardless of instance capacity. Value must be a multiple of 1000. If the chosen value is outside the supported range for the instance's capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error."
2279
- },
2280
- "iopsByCapacity": {
2281
- "description": "Automatically provision maximum available IOPS based on the capacity of the instance. Larger instances will be granted more IOPS. If instance capacity is increased or decreased, IOPS will be automatically adjusted upwards or downwards accordingly. The maximum available IOPS for a given capacity is defined in Filestore documentation.",
2282
- "type": "boolean"
2283
- },
2284
- "iopsPerGb": {
2285
- "$ref": "IOPSPerGB",
2286
- "description": "Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be calculated by by multiplying the capacity of the instance in GiB by the `iops_per_gb` value, and rounding to the nearest 1000. For example, for a 1 TiB instance with an `iops_per_gb` value of 15, the provisioned read IOPS would be `1024 * 15 = 15,360`, rounded to `15,000`. If the calculated value is outside the supported range for the instance's capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error."
2287
- }
2288
- },
2289
- "type": "object"
2290
- },
2291
- "PerformanceLimits": {
2292
- "description": "The enforced performance limits, calculated from the instance's performance configuration.",
2293
- "id": "PerformanceLimits",
2294
- "properties": {
2295
- "maxReadIops": {
2296
- "description": "Output only. The max read IOPS.",
2297
- "format": "int64",
2298
- "readOnly": true,
2299
- "type": "string"
2300
- },
2301
- "maxReadThroughput": {
2302
- "description": "Output only. The max read throughput.",
2303
- "format": "int64",
2304
- "readOnly": true,
2305
- "type": "string"
2306
- },
2307
- "maxWriteIops": {
2308
- "description": "Output only. The max write IOPS.",
2309
- "format": "int64",
2310
- "readOnly": true,
2311
- "type": "string"
2312
- },
2313
- "maxWriteThroughput": {
2314
- "description": "Output only. The max write throughput.",
2315
- "format": "int64",
2316
- "readOnly": true,
2317
- "type": "string"
2318
- }
2319
- },
2320
- "type": "object"
2321
- },
2322
2239
  "PromoteReplicaRequest": {
2323
2240
  "description": "PromoteReplicaRequest promotes a Filestore standby instance (replica).",
2324
2241
  "id": "PromoteReplicaRequest",
@@ -585,9 +585,24 @@
585
585
  }
586
586
  }
587
587
  },
588
- "revision": "20240717",
588
+ "revision": "20240726",
589
589
  "rootUrl": "https://firebaseappdistribution.googleapis.com/",
590
590
  "schemas": {
591
+ "AndroidxCrawlerOutputPoint": {
592
+ "description": "Point for describing bounding boxes tap locations Top left is 0,0",
593
+ "id": "AndroidxCrawlerOutputPoint",
594
+ "properties": {
595
+ "xCoordinate": {
596
+ "format": "int32",
597
+ "type": "integer"
598
+ },
599
+ "yCoordinate": {
600
+ "format": "int32",
601
+ "type": "integer"
602
+ }
603
+ },
604
+ "type": "object"
605
+ },
591
606
  "GoogleFirebaseAppdistroV1Release": {
592
607
  "description": "A release of a Firebase app.",
593
608
  "id": "GoogleFirebaseAppdistroV1Release",
@@ -734,6 +749,16 @@
734
749
  "description": "Captures the results of an AiStep",
735
750
  "id": "GoogleFirebaseAppdistroV1alphaAiStepResult",
736
751
  "properties": {
752
+ "assertionDetails": {
753
+ "$ref": "GoogleFirebaseAppdistroV1alphaAssertionDetails",
754
+ "description": "Output only. Details for an assertion step.",
755
+ "readOnly": true
756
+ },
757
+ "goalDetails": {
758
+ "$ref": "GoogleFirebaseAppdistroV1alphaGoalDetails",
759
+ "description": "Output only. Details for a goal step.",
760
+ "readOnly": true
761
+ },
737
762
  "state": {
738
763
  "description": "Output only. The current state of the step",
739
764
  "enum": [
@@ -827,6 +852,28 @@
827
852
  },
828
853
  "type": "object"
829
854
  },
855
+ "GoogleFirebaseAppdistroV1alphaAssertionDetails": {
856
+ "description": "Details for an assertion step.",
857
+ "id": "GoogleFirebaseAppdistroV1alphaAssertionDetails",
858
+ "properties": {
859
+ "explanation": {
860
+ "description": "Output only. An explanation justifying the assertion result.",
861
+ "readOnly": true,
862
+ "type": "string"
863
+ },
864
+ "result": {
865
+ "description": "Output only. The result of the assertion.",
866
+ "readOnly": true,
867
+ "type": "boolean"
868
+ },
869
+ "screenshot": {
870
+ "$ref": "GoogleFirebaseAppdistroV1alphaScreenshot",
871
+ "description": "Output only. The screenshot used in the context of this assertion.",
872
+ "readOnly": true
873
+ }
874
+ },
875
+ "type": "object"
876
+ },
830
877
  "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest": {
831
878
  "id": "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest",
832
879
  "properties": {
@@ -842,6 +889,26 @@
842
889
  "properties": {},
843
890
  "type": "object"
844
891
  },
892
+ "GoogleFirebaseAppdistroV1alphaDeviceAction": {
893
+ "description": "A high level action taken by the AI on the device, potentially involving multiple taps, text entries, waits, etc.",
894
+ "id": "GoogleFirebaseAppdistroV1alphaDeviceAction",
895
+ "properties": {
896
+ "description": {
897
+ "description": "Output only. A short description of the high level action taken by the AI agent.",
898
+ "readOnly": true,
899
+ "type": "string"
900
+ },
901
+ "deviceInteractions": {
902
+ "description": "Output only. The interactions made with the device as part of this higher level action taken by the agent, such as taps, text entries, waits, etc.",
903
+ "items": {
904
+ "$ref": "GoogleFirebaseAppdistroV1alphaDeviceInteraction"
905
+ },
906
+ "readOnly": true,
907
+ "type": "array"
908
+ }
909
+ },
910
+ "type": "object"
911
+ },
845
912
  "GoogleFirebaseAppdistroV1alphaDeviceExecution": {
846
913
  "description": "The results of running an automated test on a particular device.",
847
914
  "id": "GoogleFirebaseAppdistroV1alphaDeviceExecution",
@@ -963,6 +1030,68 @@
963
1030
  },
964
1031
  "type": "object"
965
1032
  },
1033
+ "GoogleFirebaseAppdistroV1alphaDeviceInteraction": {
1034
+ "description": "An interaction with the device, such as a tap, text entry, wait, etc.",
1035
+ "id": "GoogleFirebaseAppdistroV1alphaDeviceInteraction",
1036
+ "properties": {
1037
+ "screenshot": {
1038
+ "$ref": "GoogleFirebaseAppdistroV1alphaScreenshot",
1039
+ "description": "Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.",
1040
+ "readOnly": true
1041
+ },
1042
+ "swipe": {
1043
+ "$ref": "GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe",
1044
+ "description": "Output only. A swipe action.",
1045
+ "readOnly": true
1046
+ },
1047
+ "tap": {
1048
+ "$ref": "AndroidxCrawlerOutputPoint",
1049
+ "description": "Output only. A tap action.",
1050
+ "readOnly": true
1051
+ },
1052
+ "textInput": {
1053
+ "description": "Output only. Text entered for a text entry action.",
1054
+ "readOnly": true,
1055
+ "type": "string"
1056
+ },
1057
+ "wait": {
1058
+ "$ref": "GoogleFirebaseAppdistroV1alphaDeviceInteractionWait",
1059
+ "description": "Output only. A wait action.",
1060
+ "readOnly": true
1061
+ }
1062
+ },
1063
+ "type": "object"
1064
+ },
1065
+ "GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe": {
1066
+ "description": "A swipe action.",
1067
+ "id": "GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe",
1068
+ "properties": {
1069
+ "end": {
1070
+ "$ref": "AndroidxCrawlerOutputPoint",
1071
+ "description": "Output only. The end point of the swipe.",
1072
+ "readOnly": true
1073
+ },
1074
+ "start": {
1075
+ "$ref": "AndroidxCrawlerOutputPoint",
1076
+ "description": "Output only. The start point of the swipe.",
1077
+ "readOnly": true
1078
+ }
1079
+ },
1080
+ "type": "object"
1081
+ },
1082
+ "GoogleFirebaseAppdistroV1alphaDeviceInteractionWait": {
1083
+ "description": "A wait action.",
1084
+ "id": "GoogleFirebaseAppdistroV1alphaDeviceInteractionWait",
1085
+ "properties": {
1086
+ "duration": {
1087
+ "description": "Output only. The duration of the wait.",
1088
+ "format": "google-duration",
1089
+ "readOnly": true,
1090
+ "type": "string"
1091
+ }
1092
+ },
1093
+ "type": "object"
1094
+ },
966
1095
  "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest": {
967
1096
  "id": "GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest",
968
1097
  "properties": {
@@ -1107,6 +1236,43 @@
1107
1236
  },
1108
1237
  "type": "object"
1109
1238
  },
1239
+ "GoogleFirebaseAppdistroV1alphaGoalAction": {
1240
+ "description": "An action taken by the AI agent while attempting to accomplish a goal.",
1241
+ "id": "GoogleFirebaseAppdistroV1alphaGoalAction",
1242
+ "properties": {
1243
+ "deviceAction": {
1244
+ "$ref": "GoogleFirebaseAppdistroV1alphaDeviceAction",
1245
+ "description": "Output only. A high level action taken by the AI on the device.",
1246
+ "readOnly": true
1247
+ },
1248
+ "explanation": {
1249
+ "description": "Output only. An explanation justifying why the action was taken.",
1250
+ "readOnly": true,
1251
+ "type": "string"
1252
+ },
1253
+ "terminalAction": {
1254
+ "$ref": "GoogleFirebaseAppdistroV1alphaTerminalAction",
1255
+ "description": "Output only. An action taken by the AI to end the goal.",
1256
+ "readOnly": true
1257
+ }
1258
+ },
1259
+ "type": "object"
1260
+ },
1261
+ "GoogleFirebaseAppdistroV1alphaGoalDetails": {
1262
+ "description": "Details for a goal step.",
1263
+ "id": "GoogleFirebaseAppdistroV1alphaGoalDetails",
1264
+ "properties": {
1265
+ "goalActions": {
1266
+ "description": "Output only. The actions taken by the AI while attempting to accomplish the goal.",
1267
+ "items": {
1268
+ "$ref": "GoogleFirebaseAppdistroV1alphaGoalAction"
1269
+ },
1270
+ "readOnly": true,
1271
+ "type": "array"
1272
+ }
1273
+ },
1274
+ "type": "object"
1275
+ },
1110
1276
  "GoogleFirebaseAppdistroV1alphaJwt": {
1111
1277
  "id": "GoogleFirebaseAppdistroV1alphaJwt",
1112
1278
  "properties": {
@@ -1250,7 +1416,7 @@
1250
1416
  "properties": {
1251
1417
  "aiInstructions": {
1252
1418
  "$ref": "GoogleFirebaseAppdistroV1alphaAiInstructions",
1253
- "description": "Optional. Input only. Instructions for AI driven test. Input only."
1419
+ "description": "Optional. Instructions for AI driven test."
1254
1420
  },
1255
1421
  "createTime": {
1256
1422
  "description": "Output only. Timestamp when the test was run.",
@@ -1321,6 +1487,57 @@
1321
1487
  },
1322
1488
  "type": "object"
1323
1489
  },
1490
+ "GoogleFirebaseAppdistroV1alphaScreenshot": {
1491
+ "description": "A device screenshot taken during a test.",
1492
+ "id": "GoogleFirebaseAppdistroV1alphaScreenshot",
1493
+ "properties": {
1494
+ "height": {
1495
+ "description": "Output only. The height of the screenshot, in pixels.",
1496
+ "format": "int32",
1497
+ "readOnly": true,
1498
+ "type": "integer"
1499
+ },
1500
+ "uri": {
1501
+ "description": "Output only. The URI of the screenshot.",
1502
+ "readOnly": true,
1503
+ "type": "string"
1504
+ },
1505
+ "width": {
1506
+ "description": "Output only. The width of the screenshot, in pixels.",
1507
+ "format": "int32",
1508
+ "readOnly": true,
1509
+ "type": "integer"
1510
+ }
1511
+ },
1512
+ "type": "object"
1513
+ },
1514
+ "GoogleFirebaseAppdistroV1alphaTerminalAction": {
1515
+ "description": "An action taken by the AI to end the goal.",
1516
+ "id": "GoogleFirebaseAppdistroV1alphaTerminalAction",
1517
+ "properties": {
1518
+ "reason": {
1519
+ "description": "Output only. The reason why this goal was ended.",
1520
+ "enum": [
1521
+ "REASON_UNSPECIFIED",
1522
+ "GOAL_IMPOSSIBLE",
1523
+ "GOAL_COMPLETE"
1524
+ ],
1525
+ "enumDescriptions": [
1526
+ "Reason unspecified.",
1527
+ "The goal was impossible to accomplish.",
1528
+ "The goal was completed successfully."
1529
+ ],
1530
+ "readOnly": true,
1531
+ "type": "string"
1532
+ },
1533
+ "screenshot": {
1534
+ "$ref": "GoogleFirebaseAppdistroV1alphaScreenshot",
1535
+ "description": "Output only. The screenshot used in the context of this terminal action.",
1536
+ "readOnly": true
1537
+ }
1538
+ },
1539
+ "type": "object"
1540
+ },
1324
1541
  "GoogleFirebaseAppdistroV1alphaTestConfig": {
1325
1542
  "description": "Configuration for automated tests",
1326
1543
  "id": "GoogleFirebaseAppdistroV1alphaTestConfig",
@@ -206,7 +206,7 @@
206
206
  }
207
207
  }
208
208
  },
209
- "revision": "20240722",
209
+ "revision": "20240724",
210
210
  "rootUrl": "https://firebaseml.googleapis.com/",
211
211
  "schemas": {
212
212
  "Date": {
@@ -708,6 +708,10 @@
708
708
  "$ref": "GoogleCloudAiplatformV1beta1Schema",
709
709
  "description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response."
710
710
  },
711
+ "routingConfig": {
712
+ "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig",
713
+ "description": "Optional. Routing configuration."
714
+ },
711
715
  "stopSequences": {
712
716
  "description": "Optional. Stop sequences.",
713
717
  "items": {
@@ -733,6 +737,55 @@
733
737
  },
734
738
  "type": "object"
735
739
  },
740
+ "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig": {
741
+ "description": "Routing config.",
742
+ "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig",
743
+ "properties": {
744
+ "autoMode": {
745
+ "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode",
746
+ "description": "Automated routing."
747
+ },
748
+ "manualMode": {
749
+ "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode",
750
+ "description": "Manual routing."
751
+ }
752
+ },
753
+ "type": "object"
754
+ },
755
+ "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode": {
756
+ "description": "When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.",
757
+ "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode",
758
+ "properties": {
759
+ "modelRoutingPreference": {
760
+ "description": "The model routing preference.",
761
+ "enum": [
762
+ "UNKNOWN",
763
+ "PRIORITIZE_QUALITY",
764
+ "BALANCED",
765
+ "PRIORITIZE_COST"
766
+ ],
767
+ "enumDescriptions": [
768
+ "Unspecified model routing preference.",
769
+ "Prefer higher quality over low cost.",
770
+ "Balanced model routing preference.",
771
+ "Prefer lower cost over higher quality."
772
+ ],
773
+ "type": "string"
774
+ }
775
+ },
776
+ "type": "object"
777
+ },
778
+ "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode": {
779
+ "description": "When manual routing is set, the specified model will be used directly.",
780
+ "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode",
781
+ "properties": {
782
+ "modelName": {
783
+ "description": "The model name to use. Only the public LLM models are accepted. e.g. gemini-1.5-pro-001.",
784
+ "type": "string"
785
+ }
786
+ },
787
+ "type": "object"
788
+ },
736
789
  "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval": {
737
790
  "description": "Tool to retrieve public web data for grounding, powered by Google.",
738
791
  "id": "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval",
@@ -306,42 +306,6 @@
306
306
  "https://www.googleapis.com/auth/content"
307
307
  ]
308
308
  },
309
- "list": {
310
- "description": "Lists the tax settings of the sub-accounts only in your Merchant Center account. This method can only be called on a multi-client account, otherwise it'll return an error.",
311
- "flatPath": "accounts/v1beta/accounts/{accountsId}/accounttax",
312
- "httpMethod": "GET",
313
- "id": "merchantapi.accounts.accounttax.list",
314
- "parameterOrder": [
315
- "parent"
316
- ],
317
- "parameters": {
318
- "pageSize": {
319
- "description": "The maximum number of tax settings to return in the response, used for paging.",
320
- "format": "int32",
321
- "location": "query",
322
- "type": "integer"
323
- },
324
- "pageToken": {
325
- "description": "The token returned by the previous request.",
326
- "location": "query",
327
- "type": "string"
328
- },
329
- "parent": {
330
- "description": "Required. The parent, which owns this collection of account tax. Format: accounts/{account}",
331
- "location": "path",
332
- "pattern": "^accounts/[^/]+$",
333
- "required": true,
334
- "type": "string"
335
- }
336
- },
337
- "path": "accounts/v1beta/{+parent}/accounttax",
338
- "response": {
339
- "$ref": "ListAccountTaxResponse"
340
- },
341
- "scopes": [
342
- "https://www.googleapis.com/auth/content"
343
- ]
344
- },
345
309
  "patch": {
346
310
  "description": "Updates the tax settings of the account.",
347
311
  "flatPath": "accounts/v1beta/accounts/{accountsId}/accounttax/{accounttaxId}",
@@ -1453,7 +1417,7 @@
1453
1417
  }
1454
1418
  }
1455
1419
  },
1456
- "revision": "20240719",
1420
+ "revision": "20240728",
1457
1421
  "rootUrl": "https://merchantapi.googleapis.com/",
1458
1422
  "schemas": {
1459
1423
  "AcceptTermsOfService": {
@@ -2275,24 +2239,6 @@ false
2275
2239
  },
2276
2240
  "type": "object"
2277
2241
  },
2278
- "ListAccountTaxResponse": {
2279
- "description": "Response to account tax list request This method can only be called on a multi-client account, otherwise it'll return an error.",
2280
- "id": "ListAccountTaxResponse",
2281
- "properties": {
2282
- "accountTaxes": {
2283
- "description": "Page of accounttax settings",
2284
- "items": {
2285
- "$ref": "AccountTax"
2286
- },
2287
- "type": "array"
2288
- },
2289
- "nextPageToken": {
2290
- "description": "The token for the retrieval of the next page of account tax settings.",
2291
- "type": "string"
2292
- }
2293
- },
2294
- "type": "object"
2295
- },
2296
2242
  "ListAccountsResponse": {
2297
2243
  "description": "Response message for the `ListAccounts` method.",
2298
2244
  "id": "ListAccountsResponse",
@@ -463,7 +463,7 @@
463
463
  "type": "string"
464
464
  },
465
465
  "name": {
466
- "description": "The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER.",
466
+ "description": "Required. The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER.",
467
467
  "location": "path",
468
468
  "pattern": "^projects/[^/]+$",
469
469
  "required": true,
@@ -500,7 +500,7 @@
500
500
  "type": "string"
501
501
  },
502
502
  "name": {
503
- "description": "The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.",
503
+ "description": "Required. The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.",
504
504
  "location": "path",
505
505
  "pattern": "^projects/[^/]+$",
506
506
  "required": true,
@@ -537,7 +537,7 @@
537
537
  "type": "string"
538
538
  },
539
539
  "name": {
540
- "description": "The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.",
540
+ "description": "Required. The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.",
541
541
  "location": "path",
542
542
  "pattern": "^projects/[^/]+$",
543
543
  "required": true,
@@ -574,7 +574,7 @@
574
574
  "type": "string"
575
575
  },
576
576
  "name": {
577
- "description": "The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.",
577
+ "description": "Required. The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.",
578
578
  "location": "path",
579
579
  "pattern": "^projects/[^/]+$",
580
580
  "required": true,
@@ -669,7 +669,7 @@
669
669
  "type": "string"
670
670
  },
671
671
  "name": {
672
- "description": "The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER.",
672
+ "description": "Required. The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER.",
673
673
  "location": "path",
674
674
  "pattern": "^projects/[^/]+$",
675
675
  "required": true,
@@ -753,7 +753,7 @@
753
753
  }
754
754
  }
755
755
  },
756
- "revision": "20240707",
756
+ "revision": "20240721",
757
757
  "rootUrl": "https://monitoring.googleapis.com/",
758
758
  "schemas": {
759
759
  "Aggregation": {
@@ -1119,7 +1119,8 @@
1119
1119
  "METRIC_LABEL",
1120
1120
  "USER_METADATA_LABEL",
1121
1121
  "SYSTEM_METADATA_LABEL",
1122
- "GROUP"
1122
+ "GROUP",
1123
+ "VALUE_ONLY"
1123
1124
  ],
1124
1125
  "enumDescriptions": [
1125
1126
  "Filter type is unspecified. This is not valid in a well-formed request.",
@@ -1127,21 +1128,48 @@
1127
1128
  "Filter on a metrics label value",
1128
1129
  "Filter on a user metadata label value",
1129
1130
  "Filter on a system metadata label value",
1130
- "Filter on a group id"
1131
+ "Filter on a group id",
1132
+ "Filter that only contains a value. The label_key field must be unset for filters of this type."
1131
1133
  ],
1132
1134
  "type": "string"
1133
1135
  },
1134
1136
  "labelKey": {
1135
- "description": "Required. The key for the label",
1137
+ "description": "Optional. The key for the label. This must be omitted if the filter_type is VALUE_ONLY but is required otherwise.",
1136
1138
  "type": "string"
1137
1139
  },
1140
+ "stringArray": {
1141
+ "$ref": "StringArray",
1142
+ "description": "A list of possible string values for the filter"
1143
+ },
1144
+ "stringArrayValue": {
1145
+ "$ref": "StringArray",
1146
+ "description": "An array of variable-length string values. If this field is set, value_type must be set to STRING_ARRAY or VALUE_TYPE_UNSPECIFIED"
1147
+ },
1138
1148
  "stringValue": {
1139
- "description": "A variable-length string value.",
1149
+ "description": "A variable-length string value. If this field is set, value_type must be set to STRING or VALUE_TYPE_UNSPECIFIED",
1140
1150
  "type": "string"
1141
1151
  },
1142
1152
  "templateVariable": {
1143
1153
  "description": "The placeholder text that can be referenced in a filter string or MQL query. If omitted, the dashboard filter will be applied to all relevant widgets in the dashboard.",
1144
1154
  "type": "string"
1155
+ },
1156
+ "timeSeriesQuery": {
1157
+ "$ref": "TimeSeriesQuery",
1158
+ "description": "A query to run to fetch possible values for the filter. Only OpsAnalyticsQueries are supported"
1159
+ },
1160
+ "valueType": {
1161
+ "description": "The type of the filter value. If value_type is not provided, it will be inferred from the default_value. If neither value_type nor default_value is provided, value_type will be set to STRING by default.",
1162
+ "enum": [
1163
+ "VALUE_TYPE_UNSPECIFIED",
1164
+ "STRING",
1165
+ "STRING_ARRAY"
1166
+ ],
1167
+ "enumDescriptions": [
1168
+ "Value type is unspecified",
1169
+ "String type",
1170
+ "String array type"
1171
+ ],
1172
+ "type": "string"
1145
1173
  }
1146
1174
  },
1147
1175
  "type": "object"
@@ -2301,6 +2329,20 @@
2301
2329
  },
2302
2330
  "type": "object"
2303
2331
  },
2332
+ "StringArray": {
2333
+ "description": "An array of strings",
2334
+ "id": "StringArray",
2335
+ "properties": {
2336
+ "values": {
2337
+ "description": "The values of the array",
2338
+ "items": {
2339
+ "type": "string"
2340
+ },
2341
+ "type": "array"
2342
+ }
2343
+ },
2344
+ "type": "object"
2345
+ },
2304
2346
  "TableDataSet": {
2305
2347
  "description": "Groups a time series query definition with table options.",
2306
2348
  "id": "TableDataSet",