google-api-python-client 2.152.0__py2.py3-none-any.whl → 2.153.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 (57) hide show
  1. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/RECORD +57 -57
  3. googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +7 -52
  4. googleapiclient/discovery_cache/documents/addressvalidation.v1.json +3 -3
  5. googleapiclient/discovery_cache/documents/androidmanagement.v1.json +2 -2
  6. googleapiclient/discovery_cache/documents/assuredworkloads.v1.json +57 -5
  7. googleapiclient/discovery_cache/documents/assuredworkloads.v1beta1.json +57 -5
  8. googleapiclient/discovery_cache/documents/backupdr.v1.json +2 -2
  9. googleapiclient/discovery_cache/documents/bigquery.v2.json +8 -8
  10. googleapiclient/discovery_cache/documents/calendar.v3.json +24 -1
  11. googleapiclient/discovery_cache/documents/chat.v1.json +61 -56
  12. googleapiclient/discovery_cache/documents/chromemanagement.v1.json +5 -3
  13. googleapiclient/discovery_cache/documents/cloudchannel.v1.json +52 -7
  14. googleapiclient/discovery_cache/documents/compute.alpha.json +13 -43
  15. googleapiclient/discovery_cache/documents/compute.beta.json +8 -61
  16. googleapiclient/discovery_cache/documents/compute.v1.json +8 -58
  17. googleapiclient/discovery_cache/documents/container.v1.json +98 -5
  18. googleapiclient/discovery_cache/documents/container.v1beta1.json +98 -5
  19. googleapiclient/discovery_cache/documents/css.v1.json +2 -2
  20. googleapiclient/discovery_cache/documents/dataplex.v1.json +31 -6
  21. googleapiclient/discovery_cache/documents/deploymentmanager.alpha.json +393 -8
  22. googleapiclient/discovery_cache/documents/deploymentmanager.v2.json +345 -8
  23. googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json +389 -8
  24. googleapiclient/discovery_cache/documents/discoveryengine.v1.json +139 -17
  25. googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +139 -17
  26. googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +139 -17
  27. googleapiclient/discovery_cache/documents/fcm.v1.json +5 -1
  28. googleapiclient/discovery_cache/documents/firebase.v1beta1.json +33 -33
  29. googleapiclient/discovery_cache/documents/firebasedataconnect.v1beta.json +3 -3
  30. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +2 -1
  31. googleapiclient/discovery_cache/documents/integrations.v1.json +22 -2
  32. googleapiclient/discovery_cache/documents/language.v1.json +18 -21
  33. googleapiclient/discovery_cache/documents/language.v1beta2.json +24 -27
  34. googleapiclient/discovery_cache/documents/language.v2.json +22 -25
  35. googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +14 -8
  36. googleapiclient/discovery_cache/documents/merchantapi.datasources_v1beta.json +6 -3
  37. googleapiclient/discovery_cache/documents/merchantapi.inventories_v1beta.json +7 -4
  38. googleapiclient/discovery_cache/documents/merchantapi.lfp_v1beta.json +6 -3
  39. googleapiclient/discovery_cache/documents/merchantapi.notifications_v1beta.json +6 -3
  40. googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +16 -7
  41. googleapiclient/discovery_cache/documents/merchantapi.promotions_v1beta.json +16 -7
  42. googleapiclient/discovery_cache/documents/merchantapi.quota_v1beta.json +7 -4
  43. googleapiclient/discovery_cache/documents/networkconnectivity.v1.json +171 -11
  44. googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json +5 -1
  45. googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json +118 -1
  46. googleapiclient/discovery_cache/documents/places.v1.json +65 -1
  47. googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json +2 -2
  48. googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json +2 -2
  49. googleapiclient/discovery_cache/documents/searchads360.v0.json +102 -1
  50. googleapiclient/discovery_cache/documents/servicenetworking.v1.json +6 -2
  51. googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json +6 -2
  52. googleapiclient/discovery_cache/documents/testing.v1.json +24 -2
  53. googleapiclient/discovery_cache/documents/youtube.v3.json +2 -2
  54. googleapiclient/version.py +1 -1
  55. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/LICENSE +0 -0
  56. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/WHEEL +0 -0
  57. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/top_level.txt +0 -0
@@ -246,7 +246,7 @@
246
246
  }
247
247
  }
248
248
  },
249
- "revision": "20240929",
249
+ "revision": "20241103",
250
250
  "rootUrl": "https://language.googleapis.com/",
251
251
  "schemas": {
252
252
  "AnalyzeEntitiesRequest": {
@@ -472,7 +472,7 @@
472
472
  "type": "object"
473
473
  },
474
474
  "AnnotateTextRequestFeatures": {
475
- "description": "All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input. Next ID: 12",
475
+ "description": "All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input.",
476
476
  "id": "AnnotateTextRequestFeatures",
477
477
  "properties": {
478
478
  "classificationModelOptions": {
@@ -1361,7 +1361,7 @@
1361
1361
  },
1362
1362
  "sentiment": {
1363
1363
  "$ref": "Sentiment",
1364
- "description": "For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the aggregate sentiment expressed for this entity in the provided document."
1364
+ "description": "For calls to AnalyzeEntitySentimentRequest or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the aggregate sentiment expressed for this entity in the provided document."
1365
1365
  },
1366
1366
  "type": {
1367
1367
  "description": "The entity type.",
@@ -1406,7 +1406,7 @@
1406
1406
  "properties": {
1407
1407
  "sentiment": {
1408
1408
  "$ref": "Sentiment",
1409
- "description": "For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document."
1409
+ "description": "For calls to AnalyzeEntitySentimentRequest or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document."
1410
1410
  },
1411
1411
  "text": {
1412
1412
  "$ref": "TextSpan",
@@ -1808,7 +1808,7 @@
1808
1808
  "type": "object"
1809
1809
  },
1810
1810
  "InfraUsage": {
1811
- "description": "Infra Usage of billing metrics. Next ID: 6",
1811
+ "description": "Infra Usage of billing metrics.",
1812
1812
  "id": "InfraUsage",
1813
1813
  "properties": {
1814
1814
  "cpuMetrics": {
@@ -2540,7 +2540,7 @@
2540
2540
  "properties": {
2541
2541
  "sentiment": {
2542
2542
  "$ref": "Sentiment",
2543
- "description": "For calls to AnalyzeSentiment or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence."
2543
+ "description": "For calls to AnalyzeSentimentRequest or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence."
2544
2544
  },
2545
2545
  "text": {
2546
2546
  "$ref": "TextSpan",
@@ -2550,11 +2550,11 @@
2550
2550
  "type": "object"
2551
2551
  },
2552
2552
  "Sentiment": {
2553
- "description": "Represents the feeling associated with the entire text or entities in the text. Next ID: 6",
2553
+ "description": "Represents the feeling associated with the entire text or entities in the text.",
2554
2554
  "id": "Sentiment",
2555
2555
  "properties": {
2556
2556
  "magnitude": {
2557
- "description": "A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).",
2557
+ "description": "A non-negative number in the [0, +inf] range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).",
2558
2558
  "format": "float",
2559
2559
  "type": "number"
2560
2560
  },
@@ -2907,7 +2907,6 @@
2907
2907
  "type": "object"
2908
2908
  },
2909
2909
  "XPSColumnSpecForecastingMetadata": {
2910
- "description": "=========================================================================== # The fields below are used exclusively for Forecasting.",
2911
2910
  "id": "XPSColumnSpecForecastingMetadata",
2912
2911
  "properties": {
2913
2912
  "columnType": {
@@ -3400,11 +3399,11 @@
3400
3399
  "type": "boolean"
3401
3400
  },
3402
3401
  "outputGcrUri": {
3403
- "description": "The Google Contained Registry (GCR) path the exported files to be pushed to. This location is set if the exported format is DOCKDER.",
3402
+ "description": "The Google Contained Registry path the exported files to be pushed to. This location is set if the exported format is DOCKDER.",
3404
3403
  "type": "string"
3405
3404
  },
3406
3405
  "outputGcsUri": {
3407
- "description": "The Google Cloud Storage (GCS) directory where XPS will output the exported models and related files. Format: gs://bucket/directory",
3406
+ "description": "The Google Cloud Storage directory where XPS will output the exported models and related files. Format: gs://bucket/directory",
3408
3407
  "type": "string"
3409
3408
  },
3410
3409
  "tfJsFormat": {
@@ -3420,7 +3419,7 @@
3420
3419
  "type": "object"
3421
3420
  },
3422
3421
  "XPSFileSpec": {
3423
- "description": "Spec of input and output files, on external file systems (CNS, GCS, etc).",
3422
+ "description": "Spec of input and output files, on external file systems (for example, Colossus Namespace System or Google Cloud Storage).",
3424
3423
  "id": "XPSFileSpec",
3425
3424
  "properties": {
3426
3425
  "directoryPath": {
@@ -3448,7 +3447,7 @@ false
3448
3447
  "enumDescriptions": [
3449
3448
  "",
3450
3449
  "",
3451
- "Internal format for parallel text data used by Google Translate. go/rkvtools",
3450
+ "Internal format for parallel text data used by Google Translate.",
3452
3451
  "",
3453
3452
  "Only the lexicographically first file described by the file_spec contains the header line.",
3454
3453
  ""
@@ -3577,7 +3576,7 @@ false
3577
3576
  "id": "XPSImageExportModelSpec",
3578
3577
  "properties": {
3579
3578
  "exportModelOutputConfig": {
3580
- "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
3579
+ "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
3581
3580
  "items": {
3582
3581
  "$ref": "XPSExportModelOutputConfig"
3583
3582
  },
@@ -3602,7 +3601,7 @@ false
3602
3601
  "type": "array"
3603
3602
  },
3604
3603
  "labelGcsUri": {
3605
- "description": "GCS uri of decoded labels file for model export 'dict.txt'.",
3604
+ "description": "Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.",
3606
3605
  "type": "string"
3607
3606
  },
3608
3607
  "servingArtifact": {
@@ -3610,11 +3609,11 @@ false
3610
3609
  "description": "The default model binary file used for serving (e.g. online predict, batch predict) via public Cloud AI Platform API."
3611
3610
  },
3612
3611
  "tfJsBinaryGcsPrefix": {
3613
- "description": "GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.",
3612
+ "description": "Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'. Deprecated.",
3614
3613
  "type": "string"
3615
3614
  },
3616
3615
  "tfLiteMetadataGcsUri": {
3617
- "description": "GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.",
3616
+ "description": "Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.",
3618
3617
  "type": "string"
3619
3618
  }
3620
3619
  },
@@ -3706,7 +3705,7 @@ false
3706
3705
  "",
3707
3706
  "The default partition.",
3708
3707
  "It has significantly lower replication than partition-0 and is located in the US only. It also has a larger model size limit and higher default RAM quota than partition-0. Customers with batch traffic, US-based traffic, or very large models should use this partition. Capacity in this partition is significantly cheaper than partition-0.",
3709
- "To be used by customers with Jellyfish-accelerated ops. See go/servomatic-jellyfish for details.",
3708
+ "To be used by customers with Jellyfish-accelerated ops.",
3710
3709
  "The partition used by regionalized servomatic cloud regions.",
3711
3710
  "The partition used for loading models from custom storage."
3712
3711
  ],
@@ -3966,14 +3965,13 @@ false
3966
3965
  "type": "string"
3967
3966
  },
3968
3967
  "gcsUri": {
3969
- "description": "The Google Cloud Storage (GCS) uri that stores the model binary files.",
3968
+ "description": "The Google Cloud Storage URI that stores the model binary files.",
3970
3969
  "type": "string"
3971
3970
  }
3972
3971
  },
3973
3972
  "type": "object"
3974
3973
  },
3975
3974
  "XPSPreprocessResponse": {
3976
- "description": "Next ID: 8",
3977
3975
  "id": "XPSPreprocessResponse",
3978
3976
  "properties": {
3979
3977
  "outputExampleSet": {
@@ -4147,7 +4145,7 @@ false
4147
4145
  },
4148
4146
  "XPSResponseExplanationSpec": {
4149
4147
  "deprecated": true,
4150
- "description": "Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated, see b/288407203 for context.",
4148
+ "description": "Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.",
4151
4149
  "id": "XPSResponseExplanationSpec",
4152
4150
  "properties": {
4153
4151
  "explanationType": {
@@ -4603,7 +4601,7 @@ false
4603
4601
  "type": "object"
4604
4602
  },
4605
4603
  "XPSTablesDatasetMetadata": {
4606
- "description": "Metadata for a dataset used for AutoML Tables. Next ID: 6",
4604
+ "description": "Metadata for a dataset used for AutoML Tables.",
4607
4605
  "id": "XPSTablesDatasetMetadata",
4608
4606
  "properties": {
4609
4607
  "mlUseColumnId": {
@@ -4847,7 +4845,7 @@ false
4847
4845
  "type": "object"
4848
4846
  },
4849
4847
  "XPSTextComponentModel": {
4850
- "description": "Component model. Next ID: 10",
4848
+ "description": "Component model.",
4851
4849
  "id": "XPSTextComponentModel",
4852
4850
  "properties": {
4853
4851
  "batchPredictionModelGcsUri": {
@@ -4872,7 +4870,7 @@ false
4872
4870
  "",
4873
4871
  "The default partition.",
4874
4872
  "It has significantly lower replication than partition-0 and is located in the US only. It also has a larger model size limit and higher default RAM quota than partition-0. Customers with batch traffic, US-based traffic, or very large models should use this partition. Capacity in this partition is significantly cheaper than partition-0.",
4875
- "To be used by customers with Jellyfish-accelerated ops. See go/servomatic-jellyfish for details.",
4873
+ "To be used by customers with Jellyfish-accelerated ops.",
4876
4874
  "The partition used by regionalized servomatic cloud regions.",
4877
4875
  "The partition used for loading models from custom storage."
4878
4876
  ],
@@ -4917,7 +4915,7 @@ false
4917
4915
  "",
4918
4916
  "Model type for entity extraction.",
4919
4917
  "Model type for relationship extraction.",
4920
- "A composite model represents a set of component models that have to be used together for prediction. A composite model appears to be a single model to the model user. It may contain only one component model. Please refer to go/cnl-composite-models for more information.",
4918
+ "A composite model represents a set of component models that have to be used together for prediction. A composite model appears to be a single model to the model user. It may contain only one component model.",
4921
4919
  "Model type used to train default, MA, and ATC models in a single batch worker pipeline.",
4922
4920
  "BERT pipeline needs a specific model type, since it uses a different TFX configuration compared with DEFAULT (despite sharing most of the code).",
4923
4921
  "Model type for EncPaLM."
@@ -5152,7 +5150,6 @@ false
5152
5150
  "type": "object"
5153
5151
  },
5154
5152
  "XPSTrainResponse": {
5155
- "description": "Next ID: 18",
5156
5153
  "id": "XPSTrainResponse",
5157
5154
  "properties": {
5158
5155
  "deployedModelSizeBytes": {
@@ -5429,7 +5426,7 @@ false
5429
5426
  "id": "XPSVideoExportModelSpec",
5430
5427
  "properties": {
5431
5428
  "exportModelOutputConfig": {
5432
- "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
5429
+ "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
5433
5430
  "items": {
5434
5431
  "$ref": "XPSExportModelOutputConfig"
5435
5432
  },
@@ -208,7 +208,7 @@
208
208
  }
209
209
  }
210
210
  },
211
- "revision": "20240929",
211
+ "revision": "20241103",
212
212
  "rootUrl": "https://language.googleapis.com/",
213
213
  "schemas": {
214
214
  "AnalyzeEntitiesRequest": {
@@ -977,7 +977,7 @@
977
977
  },
978
978
  "sentiment": {
979
979
  "$ref": "Sentiment",
980
- "description": "For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the aggregate sentiment expressed for this entity in the provided document."
980
+ "description": "For calls to AnalyzeEntitySentimentRequest or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the aggregate sentiment expressed for this entity in the provided document."
981
981
  },
982
982
  "type": {
983
983
  "description": "The entity type.",
@@ -1027,7 +1027,7 @@
1027
1027
  },
1028
1028
  "sentiment": {
1029
1029
  "$ref": "Sentiment",
1030
- "description": "For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document."
1030
+ "description": "For calls to AnalyzeEntitySentimentRequest or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document."
1031
1031
  },
1032
1032
  "text": {
1033
1033
  "$ref": "TextSpan",
@@ -1429,7 +1429,7 @@
1429
1429
  "type": "object"
1430
1430
  },
1431
1431
  "InfraUsage": {
1432
- "description": "Infra Usage of billing metrics. Next ID: 6",
1432
+ "description": "Infra Usage of billing metrics.",
1433
1433
  "id": "InfraUsage",
1434
1434
  "properties": {
1435
1435
  "cpuMetrics": {
@@ -1916,7 +1916,7 @@
1916
1916
  "properties": {
1917
1917
  "sentiment": {
1918
1918
  "$ref": "Sentiment",
1919
- "description": "For calls to AnalyzeSentiment or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence."
1919
+ "description": "For calls to AnalyzeSentimentRequest or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence."
1920
1920
  },
1921
1921
  "text": {
1922
1922
  "$ref": "TextSpan",
@@ -1930,7 +1930,7 @@
1930
1930
  "id": "Sentiment",
1931
1931
  "properties": {
1932
1932
  "magnitude": {
1933
- "description": "A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).",
1933
+ "description": "A non-negative number in the [0, +inf] range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).",
1934
1934
  "format": "float",
1935
1935
  "type": "number"
1936
1936
  },
@@ -2260,7 +2260,6 @@
2260
2260
  "type": "object"
2261
2261
  },
2262
2262
  "XPSColumnSpecForecastingMetadata": {
2263
- "description": "=========================================================================== # The fields below are used exclusively for Forecasting.",
2264
2263
  "id": "XPSColumnSpecForecastingMetadata",
2265
2264
  "properties": {
2266
2265
  "columnType": {
@@ -2753,11 +2752,11 @@
2753
2752
  "type": "boolean"
2754
2753
  },
2755
2754
  "outputGcrUri": {
2756
- "description": "The Google Contained Registry (GCR) path the exported files to be pushed to. This location is set if the exported format is DOCKDER.",
2755
+ "description": "The Google Contained Registry path the exported files to be pushed to. This location is set if the exported format is DOCKDER.",
2757
2756
  "type": "string"
2758
2757
  },
2759
2758
  "outputGcsUri": {
2760
- "description": "The Google Cloud Storage (GCS) directory where XPS will output the exported models and related files. Format: gs://bucket/directory",
2759
+ "description": "The Google Cloud Storage directory where XPS will output the exported models and related files. Format: gs://bucket/directory",
2761
2760
  "type": "string"
2762
2761
  },
2763
2762
  "tfJsFormat": {
@@ -2773,7 +2772,7 @@
2773
2772
  "type": "object"
2774
2773
  },
2775
2774
  "XPSFileSpec": {
2776
- "description": "Spec of input and output files, on external file systems (CNS, GCS, etc).",
2775
+ "description": "Spec of input and output files, on external file systems (for example, Colossus Namespace System or Google Cloud Storage).",
2777
2776
  "id": "XPSFileSpec",
2778
2777
  "properties": {
2779
2778
  "directoryPath": {
@@ -2801,7 +2800,7 @@ false
2801
2800
  "enumDescriptions": [
2802
2801
  "",
2803
2802
  "",
2804
- "Internal format for parallel text data used by Google Translate. go/rkvtools",
2803
+ "Internal format for parallel text data used by Google Translate.",
2805
2804
  "",
2806
2805
  "Only the lexicographically first file described by the file_spec contains the header line.",
2807
2806
  ""
@@ -2930,7 +2929,7 @@ false
2930
2929
  "id": "XPSImageExportModelSpec",
2931
2930
  "properties": {
2932
2931
  "exportModelOutputConfig": {
2933
- "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
2932
+ "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
2934
2933
  "items": {
2935
2934
  "$ref": "XPSExportModelOutputConfig"
2936
2935
  },
@@ -2955,7 +2954,7 @@ false
2955
2954
  "type": "array"
2956
2955
  },
2957
2956
  "labelGcsUri": {
2958
- "description": "GCS uri of decoded labels file for model export 'dict.txt'.",
2957
+ "description": "Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.",
2959
2958
  "type": "string"
2960
2959
  },
2961
2960
  "servingArtifact": {
@@ -2963,11 +2962,11 @@ false
2963
2962
  "description": "The default model binary file used for serving (e.g. online predict, batch predict) via public Cloud AI Platform API."
2964
2963
  },
2965
2964
  "tfJsBinaryGcsPrefix": {
2966
- "description": "GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.",
2965
+ "description": "Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'. Deprecated.",
2967
2966
  "type": "string"
2968
2967
  },
2969
2968
  "tfLiteMetadataGcsUri": {
2970
- "description": "GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.",
2969
+ "description": "Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.",
2971
2970
  "type": "string"
2972
2971
  }
2973
2972
  },
@@ -3059,7 +3058,7 @@ false
3059
3058
  "",
3060
3059
  "The default partition.",
3061
3060
  "It has significantly lower replication than partition-0 and is located in the US only. It also has a larger model size limit and higher default RAM quota than partition-0. Customers with batch traffic, US-based traffic, or very large models should use this partition. Capacity in this partition is significantly cheaper than partition-0.",
3062
- "To be used by customers with Jellyfish-accelerated ops. See go/servomatic-jellyfish for details.",
3061
+ "To be used by customers with Jellyfish-accelerated ops.",
3063
3062
  "The partition used by regionalized servomatic cloud regions.",
3064
3063
  "The partition used for loading models from custom storage."
3065
3064
  ],
@@ -3319,14 +3318,13 @@ false
3319
3318
  "type": "string"
3320
3319
  },
3321
3320
  "gcsUri": {
3322
- "description": "The Google Cloud Storage (GCS) uri that stores the model binary files.",
3321
+ "description": "The Google Cloud Storage URI that stores the model binary files.",
3323
3322
  "type": "string"
3324
3323
  }
3325
3324
  },
3326
3325
  "type": "object"
3327
3326
  },
3328
3327
  "XPSPreprocessResponse": {
3329
- "description": "Next ID: 8",
3330
3328
  "id": "XPSPreprocessResponse",
3331
3329
  "properties": {
3332
3330
  "outputExampleSet": {
@@ -3500,7 +3498,7 @@ false
3500
3498
  },
3501
3499
  "XPSResponseExplanationSpec": {
3502
3500
  "deprecated": true,
3503
- "description": "Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated, see b/288407203 for context.",
3501
+ "description": "Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.",
3504
3502
  "id": "XPSResponseExplanationSpec",
3505
3503
  "properties": {
3506
3504
  "explanationType": {
@@ -3956,7 +3954,7 @@ false
3956
3954
  "type": "object"
3957
3955
  },
3958
3956
  "XPSTablesDatasetMetadata": {
3959
- "description": "Metadata for a dataset used for AutoML Tables. Next ID: 6",
3957
+ "description": "Metadata for a dataset used for AutoML Tables.",
3960
3958
  "id": "XPSTablesDatasetMetadata",
3961
3959
  "properties": {
3962
3960
  "mlUseColumnId": {
@@ -4200,7 +4198,7 @@ false
4200
4198
  "type": "object"
4201
4199
  },
4202
4200
  "XPSTextComponentModel": {
4203
- "description": "Component model. Next ID: 10",
4201
+ "description": "Component model.",
4204
4202
  "id": "XPSTextComponentModel",
4205
4203
  "properties": {
4206
4204
  "batchPredictionModelGcsUri": {
@@ -4225,7 +4223,7 @@ false
4225
4223
  "",
4226
4224
  "The default partition.",
4227
4225
  "It has significantly lower replication than partition-0 and is located in the US only. It also has a larger model size limit and higher default RAM quota than partition-0. Customers with batch traffic, US-based traffic, or very large models should use this partition. Capacity in this partition is significantly cheaper than partition-0.",
4228
- "To be used by customers with Jellyfish-accelerated ops. See go/servomatic-jellyfish for details.",
4226
+ "To be used by customers with Jellyfish-accelerated ops.",
4229
4227
  "The partition used by regionalized servomatic cloud regions.",
4230
4228
  "The partition used for loading models from custom storage."
4231
4229
  ],
@@ -4270,7 +4268,7 @@ false
4270
4268
  "",
4271
4269
  "Model type for entity extraction.",
4272
4270
  "Model type for relationship extraction.",
4273
- "A composite model represents a set of component models that have to be used together for prediction. A composite model appears to be a single model to the model user. It may contain only one component model. Please refer to go/cnl-composite-models for more information.",
4271
+ "A composite model represents a set of component models that have to be used together for prediction. A composite model appears to be a single model to the model user. It may contain only one component model.",
4274
4272
  "Model type used to train default, MA, and ATC models in a single batch worker pipeline.",
4275
4273
  "BERT pipeline needs a specific model type, since it uses a different TFX configuration compared with DEFAULT (despite sharing most of the code).",
4276
4274
  "Model type for EncPaLM."
@@ -4505,7 +4503,6 @@ false
4505
4503
  "type": "object"
4506
4504
  },
4507
4505
  "XPSTrainResponse": {
4508
- "description": "Next ID: 18",
4509
4506
  "id": "XPSTrainResponse",
4510
4507
  "properties": {
4511
4508
  "deployedModelSizeBytes": {
@@ -4782,7 +4779,7 @@ false
4782
4779
  "id": "XPSVideoExportModelSpec",
4783
4780
  "properties": {
4784
4781
  "exportModelOutputConfig": {
4785
- "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
4782
+ "description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
4786
4783
  "items": {
4787
4784
  "$ref": "XPSExportModelOutputConfig"
4788
4785
  },
@@ -1417,7 +1417,7 @@
1417
1417
  }
1418
1418
  }
1419
1419
  },
1420
- "revision": "20241029",
1420
+ "revision": "20241104",
1421
1421
  "rootUrl": "https://merchantapi.googleapis.com/",
1422
1422
  "schemas": {
1423
1423
  "Accepted": {
@@ -1642,7 +1642,7 @@
1642
1642
  "type": "string"
1643
1643
  },
1644
1644
  "promotionsConsent": {
1645
- "description": "Optional. Whether the identity attributes may be used for promotions.",
1645
+ "description": "Required. Whether the identity attributes may be used for promotions.",
1646
1646
  "enum": [
1647
1647
  "PROMOTIONS_CONSENT_UNSPECIFIED",
1648
1648
  "PROMOTIONS_CONSENT_GIVEN",
@@ -1671,7 +1671,7 @@
1671
1671
  "type": "object"
1672
1672
  },
1673
1673
  "BusinessInfo": {
1674
- "description": "The `BusinessInfo` message contains essential information about a merchant's business. This message captures key business details such as physical address, customer service contacts, and region-specific identifiers.",
1674
+ "description": "Collection of information related to a business.",
1675
1675
  "id": "BusinessInfo",
1676
1676
  "properties": {
1677
1677
  "address": {
@@ -2060,7 +2060,7 @@
2060
2060
  "type": "object"
2061
2061
  },
2062
2062
  "Homepage": {
2063
- "description": "The `Homepage` message represents a merchant's store homepage within the system. A merchant's homepage is the primary domain where customers interact with their store. The homepage can be claimed and verified as a proof of ownership and allows the merchant to unlock features that require a verified website. For more information, see [Understanding online store URL verification](//support.google.com/merchants/answer/176793).",
2063
+ "description": "A store's homepage.",
2064
2064
  "id": "Homepage",
2065
2065
  "properties": {
2066
2066
  "claimed": {
@@ -2157,7 +2157,8 @@
2157
2157
  "CLOUD_RETAIL",
2158
2158
  "LOCAL_CLOUD_RETAIL",
2159
2159
  "PRODUCT_REVIEWS",
2160
- "MERCHANT_REVIEWS"
2160
+ "MERCHANT_REVIEWS",
2161
+ "YOUTUBE_CHECKOUT"
2161
2162
  ],
2162
2163
  "enumDeprecated": [
2163
2164
  false,
@@ -2176,6 +2177,7 @@ false,
2176
2177
  false,
2177
2178
  false,
2178
2179
  false,
2180
+ false,
2179
2181
  false
2180
2182
  ],
2181
2183
  "enumDescriptions": [
@@ -2195,7 +2197,8 @@ false
2195
2197
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
2196
2198
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
2197
2199
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
2198
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
2200
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
2201
+ "[YouTube Checkout]("
2199
2202
  ],
2200
2203
  "type": "string"
2201
2204
  }
@@ -2683,7 +2686,8 @@ false
2683
2686
  "CLOUD_RETAIL",
2684
2687
  "LOCAL_CLOUD_RETAIL",
2685
2688
  "PRODUCT_REVIEWS",
2686
- "MERCHANT_REVIEWS"
2689
+ "MERCHANT_REVIEWS",
2690
+ "YOUTUBE_CHECKOUT"
2687
2691
  ],
2688
2692
  "enumDeprecated": [
2689
2693
  false,
@@ -2702,6 +2706,7 @@ false,
2702
2706
  false,
2703
2707
  false,
2704
2708
  false,
2709
+ false,
2705
2710
  false
2706
2711
  ],
2707
2712
  "enumDescriptions": [
@@ -2721,7 +2726,8 @@ false
2721
2726
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
2722
2727
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
2723
2728
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
2724
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
2729
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
2730
+ "[YouTube Checkout]("
2725
2731
  ],
2726
2732
  "type": "string"
2727
2733
  }
@@ -321,7 +321,7 @@
321
321
  }
322
322
  }
323
323
  },
324
- "revision": "20241022",
324
+ "revision": "20241101",
325
325
  "rootUrl": "https://merchantapi.googleapis.com/",
326
326
  "schemas": {
327
327
  "DataSource": {
@@ -779,7 +779,8 @@
779
779
  "CLOUD_RETAIL",
780
780
  "LOCAL_CLOUD_RETAIL",
781
781
  "PRODUCT_REVIEWS",
782
- "MERCHANT_REVIEWS"
782
+ "MERCHANT_REVIEWS",
783
+ "YOUTUBE_CHECKOUT"
783
784
  ],
784
785
  "enumDeprecated": [
785
786
  false,
@@ -798,6 +799,7 @@ false,
798
799
  false,
799
800
  false,
800
801
  false,
802
+ false,
801
803
  false
802
804
  ],
803
805
  "enumDescriptions": [
@@ -817,7 +819,8 @@ false
817
819
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
818
820
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
819
821
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
820
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
822
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
823
+ "[YouTube Checkout]("
821
824
  ],
822
825
  "type": "string"
823
826
  }
@@ -300,7 +300,7 @@
300
300
  }
301
301
  }
302
302
  },
303
- "revision": "20241022",
303
+ "revision": "20241109",
304
304
  "rootUrl": "https://merchantapi.googleapis.com/",
305
305
  "schemas": {
306
306
  "CustomAttribute": {
@@ -497,7 +497,8 @@
497
497
  "CLOUD_RETAIL",
498
498
  "LOCAL_CLOUD_RETAIL",
499
499
  "PRODUCT_REVIEWS",
500
- "MERCHANT_REVIEWS"
500
+ "MERCHANT_REVIEWS",
501
+ "YOUTUBE_CHECKOUT"
501
502
  ],
502
503
  "enumDeprecated": [
503
504
  false,
@@ -516,6 +517,7 @@ false,
516
517
  false,
517
518
  false,
518
519
  false,
520
+ false,
519
521
  false
520
522
  ],
521
523
  "enumDescriptions": [
@@ -535,7 +537,8 @@ false
535
537
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
536
538
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
537
539
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
538
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
540
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
541
+ "[YouTube Checkout]("
539
542
  ],
540
543
  "type": "string"
541
544
  }
@@ -602,7 +605,7 @@ false
602
605
  "type": "object"
603
606
  },
604
607
  "RegionalInventory": {
605
- "description": "Regional inventory information for the product. Represents specific information like price and availability for a given product in a specific `region`. For a list of all accepted attribute values, see the [regional product inventory data specification](https://support.google.com/merchants/answer/9698880).",
608
+ "description": "Regional inventory information for the product. Represents specific information like price and availability for a given product in a specific `region`.For a list of all accepted attribute values, see the [regional product inventory data specification](https://support.google.com/merchants/answer/9698880).",
606
609
  "id": "RegionalInventory",
607
610
  "properties": {
608
611
  "account": {
@@ -298,7 +298,7 @@
298
298
  }
299
299
  }
300
300
  },
301
- "revision": "20241023",
301
+ "revision": "20241101",
302
302
  "rootUrl": "https://merchantapi.googleapis.com/",
303
303
  "schemas": {
304
304
  "Empty": {
@@ -571,7 +571,8 @@
571
571
  "CLOUD_RETAIL",
572
572
  "LOCAL_CLOUD_RETAIL",
573
573
  "PRODUCT_REVIEWS",
574
- "MERCHANT_REVIEWS"
574
+ "MERCHANT_REVIEWS",
575
+ "YOUTUBE_CHECKOUT"
575
576
  ],
576
577
  "enumDeprecated": [
577
578
  false,
@@ -590,6 +591,7 @@ false,
590
591
  false,
591
592
  false,
592
593
  false,
594
+ false,
593
595
  false
594
596
  ],
595
597
  "enumDescriptions": [
@@ -609,7 +611,8 @@ false
609
611
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
610
612
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
611
613
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
612
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
614
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
615
+ "[YouTube Checkout]("
613
616
  ],
614
617
  "type": "string"
615
618
  }