google-api-python-client 2.156.0__py2.py3-none-any.whl → 2.157.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 (46) hide show
  1. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/RECORD +46 -45
  3. googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +2 -2
  4. googleapiclient/discovery_cache/documents/aiplatform.v1.json +2 -2
  5. googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +33 -4
  6. googleapiclient/discovery_cache/documents/androidpublisher.v3.json +9 -5
  7. googleapiclient/discovery_cache/documents/apigee.v1.json +32 -1
  8. googleapiclient/discovery_cache/documents/areainsights.v1.json +402 -0
  9. googleapiclient/discovery_cache/documents/chat.v1.json +12 -12
  10. googleapiclient/discovery_cache/documents/chromemanagement.v1.json +151 -2
  11. googleapiclient/discovery_cache/documents/cloudsupport.v2.json +2 -2
  12. googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json +2 -2
  13. googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json +144 -1
  14. googleapiclient/discovery_cache/documents/content.v2.1.json +38 -1
  15. googleapiclient/discovery_cache/documents/css.v1.json +35 -1
  16. googleapiclient/discovery_cache/documents/dialogflow.v2.json +234 -1
  17. googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +183 -2
  18. googleapiclient/discovery_cache/documents/dialogflow.v3.json +230 -1
  19. googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json +253 -1
  20. googleapiclient/discovery_cache/documents/discoveryengine.v1.json +1346 -244
  21. googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +1609 -140
  22. googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +1173 -71
  23. googleapiclient/discovery_cache/documents/dlp.v2.json +13 -3
  24. googleapiclient/discovery_cache/documents/firebase.v1beta1.json +3 -3
  25. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +6 -1
  26. googleapiclient/discovery_cache/documents/jobs.v3.json +10 -10
  27. googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json +10 -10
  28. googleapiclient/discovery_cache/documents/jobs.v4.json +30 -12
  29. googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +38 -1
  30. googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json +34 -2
  31. googleapiclient/discovery_cache/documents/monitoring.v1.json +35 -1
  32. googleapiclient/discovery_cache/documents/pubsub.v1.json +2 -2
  33. googleapiclient/discovery_cache/documents/retail.v2.json +34 -29
  34. googleapiclient/discovery_cache/documents/retail.v2alpha.json +34 -29
  35. googleapiclient/discovery_cache/documents/retail.v2beta.json +34 -29
  36. googleapiclient/discovery_cache/documents/run.v2.json +6 -1
  37. googleapiclient/discovery_cache/documents/runtimeconfig.v1.json +2 -2
  38. googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json +5 -1
  39. googleapiclient/discovery_cache/documents/texttospeech.v1.json +5 -3
  40. googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json +5 -3
  41. googleapiclient/discovery_cache/documents/translate.v3.json +10 -2
  42. googleapiclient/discovery_cache/documents/translate.v3beta1.json +7 -3
  43. googleapiclient/version.py +1 -1
  44. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/LICENSE +0 -0
  45. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/WHEEL +0 -0
  46. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/top_level.txt +0 -0
@@ -20,7 +20,7 @@
20
20
  "canonicalName": "Chrome Management",
21
21
  "description": "The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices.",
22
22
  "discoveryVersion": "v1",
23
- "documentationLink": "http://developers.google.com/chrome/management/",
23
+ "documentationLink": "https://developers.google.com/chrome/management/",
24
24
  "fullyEncodeReservedExpansion": true,
25
25
  "icons": {
26
26
  "x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -1263,7 +1263,7 @@
1263
1263
  }
1264
1264
  }
1265
1265
  },
1266
- "revision": "20241210",
1266
+ "revision": "20241216",
1267
1267
  "rootUrl": "https://chromemanagement.googleapis.com/",
1268
1268
  "schemas": {
1269
1269
  "GoogleChromeManagementV1AndroidAppInfo": {
@@ -4992,6 +4992,91 @@ false
4992
4992
  },
4993
4993
  "type": "object"
4994
4994
  },
4995
+ "GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
4996
+ "description": "A certificate provisioning process.",
4997
+ "id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
4998
+ "properties": {
4999
+ "caConnectionAdapterConfigReference": {
5000
+ "description": "Output only. A JSON string that contains the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.",
5001
+ "readOnly": true,
5002
+ "type": "string"
5003
+ },
5004
+ "chromeOsDevice": {
5005
+ "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5006
+ "description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
5007
+ "readOnly": true
5008
+ },
5009
+ "chromeOsUserSession": {
5010
+ "$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5011
+ "description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
5012
+ "readOnly": true
5013
+ },
5014
+ "failureMessage": {
5015
+ "description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
5016
+ "readOnly": true,
5017
+ "type": "string"
5018
+ },
5019
+ "issuedCertificate": {
5020
+ "description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
5021
+ "readOnly": true,
5022
+ "type": "string"
5023
+ },
5024
+ "name": {
5025
+ "description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
5026
+ "type": "string"
5027
+ },
5028
+ "profileAdapterConfigReference": {
5029
+ "description": "Output only. A JSON string that contains the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.",
5030
+ "readOnly": true,
5031
+ "type": "string"
5032
+ },
5033
+ "provisioningProfileId": {
5034
+ "description": "Output only. The ID of the certificate provisioning profile.",
5035
+ "readOnly": true,
5036
+ "type": "string"
5037
+ },
5038
+ "signData": {
5039
+ "description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
5040
+ "format": "byte",
5041
+ "readOnly": true,
5042
+ "type": "string"
5043
+ },
5044
+ "signature": {
5045
+ "description": "Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the`SignData` operation has finished.",
5046
+ "format": "byte",
5047
+ "readOnly": true,
5048
+ "type": "string"
5049
+ },
5050
+ "signatureAlgorithm": {
5051
+ "description": "Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated.",
5052
+ "enum": [
5053
+ "SIGNATURE_ALGORITHM_UNSPECIFIED",
5054
+ "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5055
+ "SIGNATURE_ALGORITHM_ECDSA_SHA256"
5056
+ ],
5057
+ "enumDescriptions": [
5058
+ "Default value. This value is unused.",
5059
+ "The server-side builds the PKCS#1 DigestInfo, i.e., the SHA256 hash is constructed on the server-side. The client should sign using RSA with PKCS#1 v1.5 padding.",
5060
+ "The PKCS#1 digest info is built by the server-side and sent to the client unhashed. The client is responsible for signing and hashing. Uses the P-256 curve."
5061
+ ],
5062
+ "readOnly": true,
5063
+ "type": "string"
5064
+ },
5065
+ "startTime": {
5066
+ "description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
5067
+ "format": "google-datetime",
5068
+ "readOnly": true,
5069
+ "type": "string"
5070
+ },
5071
+ "subjectPublicKeyInfo": {
5072
+ "description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
5073
+ "format": "byte",
5074
+ "readOnly": true,
5075
+ "type": "string"
5076
+ }
5077
+ },
5078
+ "type": "object"
5079
+ },
4995
5080
  "GoogleChromeManagementVersionsV1ChromeBrowserProfile": {
4996
5081
  "description": "A representation of a Chrome browser profile.",
4997
5082
  "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfile",
@@ -5159,6 +5244,45 @@ false
5159
5244
  },
5160
5245
  "type": "object"
5161
5246
  },
5247
+ "GoogleChromeManagementVersionsV1ChromeOsDevice": {
5248
+ "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
5249
+ "id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5250
+ "properties": {
5251
+ "deviceDirectoryApiId": {
5252
+ "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
5253
+ "readOnly": true,
5254
+ "type": "string"
5255
+ },
5256
+ "serialNumber": {
5257
+ "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
5258
+ "readOnly": true,
5259
+ "type": "string"
5260
+ }
5261
+ },
5262
+ "type": "object"
5263
+ },
5264
+ "GoogleChromeManagementVersionsV1ChromeOsUserSession": {
5265
+ "description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
5266
+ "id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5267
+ "properties": {
5268
+ "chromeOsDevice": {
5269
+ "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5270
+ "description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user session is affiliated, i.e. if the user is managed by the same organization that managed the ChromeOS device.",
5271
+ "readOnly": true
5272
+ },
5273
+ "userDirectoryApiId": {
5274
+ "description": "Output only. The unique Directory API ID of the user.",
5275
+ "readOnly": true,
5276
+ "type": "string"
5277
+ },
5278
+ "userPrimaryEmail": {
5279
+ "description": "Output only. The primary e-mail address of the user.",
5280
+ "readOnly": true,
5281
+ "type": "string"
5282
+ }
5283
+ },
5284
+ "type": "object"
5285
+ },
5162
5286
  "GoogleChromeManagementVersionsV1DeviceInfo": {
5163
5287
  "description": "Information of a device that runs a Chrome browser profile.",
5164
5288
  "id": "GoogleChromeManagementVersionsV1DeviceInfo",
@@ -5465,6 +5589,31 @@ false
5465
5589
  },
5466
5590
  "type": "object"
5467
5591
  },
5592
+ "GoogleChromeManagementVersionsV1SignDataMetadata": {
5593
+ "description": "Metadata for the long-running operation returned by signData.",
5594
+ "id": "GoogleChromeManagementVersionsV1SignDataMetadata",
5595
+ "properties": {
5596
+ "startTime": {
5597
+ "description": "Output only. Start time of the SignData operation.",
5598
+ "format": "google-datetime",
5599
+ "readOnly": true,
5600
+ "type": "string"
5601
+ }
5602
+ },
5603
+ "type": "object"
5604
+ },
5605
+ "GoogleChromeManagementVersionsV1SignDataResponse": {
5606
+ "description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
5607
+ "id": "GoogleChromeManagementVersionsV1SignDataResponse",
5608
+ "properties": {
5609
+ "certificateProvisioningProcess": {
5610
+ "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
5611
+ "description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
5612
+ "readOnly": true
5613
+ }
5614
+ },
5615
+ "type": "object"
5616
+ },
5468
5617
  "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess": {
5469
5618
  "description": "A certificate provisioning process.",
5470
5619
  "id": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
@@ -382,7 +382,7 @@
382
382
  ],
383
383
  "parameters": {
384
384
  "pageSize": {
385
- "description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.",
385
+ "description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.",
386
386
  "format": "int32",
387
387
  "location": "query",
388
388
  "type": "integer"
@@ -552,7 +552,7 @@
552
552
  }
553
553
  }
554
554
  },
555
- "revision": "20241212",
555
+ "revision": "20241218",
556
556
  "rootUrl": "https://cloudsupport.googleapis.com/",
557
557
  "schemas": {
558
558
  "Actor": {
@@ -449,7 +449,7 @@
449
449
  ],
450
450
  "parameters": {
451
451
  "pageSize": {
452
- "description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.",
452
+ "description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.",
453
453
  "format": "int32",
454
454
  "location": "query",
455
455
  "type": "integer"
@@ -619,7 +619,7 @@
619
619
  }
620
620
  }
621
621
  },
622
- "revision": "20241212",
622
+ "revision": "20241218",
623
623
  "rootUrl": "https://cloudsupport.googleapis.com/",
624
624
  "schemas": {
625
625
  "Actor": {
@@ -1519,6 +1519,34 @@
1519
1519
  "resources": {
1520
1520
  "issues": {
1521
1521
  "methods": {
1522
+ "create": {
1523
+ "description": "Creates an issue.",
1524
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues",
1525
+ "httpMethod": "POST",
1526
+ "id": "contactcenterinsights.projects.locations.issueModels.issues.create",
1527
+ "parameterOrder": [
1528
+ "parent"
1529
+ ],
1530
+ "parameters": {
1531
+ "parent": {
1532
+ "description": "Required. The parent resource of the issue.",
1533
+ "location": "path",
1534
+ "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$",
1535
+ "required": true,
1536
+ "type": "string"
1537
+ }
1538
+ },
1539
+ "path": "v1/{+parent}/issues",
1540
+ "request": {
1541
+ "$ref": "GoogleCloudContactcenterinsightsV1Issue"
1542
+ },
1543
+ "response": {
1544
+ "$ref": "GoogleLongrunningOperation"
1545
+ },
1546
+ "scopes": [
1547
+ "https://www.googleapis.com/auth/cloud-platform"
1548
+ ]
1549
+ },
1522
1550
  "delete": {
1523
1551
  "description": "Deletes an issue.",
1524
1552
  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues/{issuesId}",
@@ -2581,7 +2609,7 @@
2581
2609
  }
2582
2610
  }
2583
2611
  },
2584
- "revision": "20241209",
2612
+ "revision": "20241218",
2585
2613
  "rootUrl": "https://contactcenterinsights.googleapis.com/",
2586
2614
  "schemas": {
2587
2615
  "GoogleCloudContactcenterinsightsV1Analysis": {
@@ -3915,6 +3943,29 @@
3915
3943
  },
3916
3944
  "type": "object"
3917
3945
  },
3946
+ "GoogleCloudContactcenterinsightsV1CreateIssueMetadata": {
3947
+ "description": "Metadata for creating an issue.",
3948
+ "id": "GoogleCloudContactcenterinsightsV1CreateIssueMetadata",
3949
+ "properties": {
3950
+ "createTime": {
3951
+ "description": "Output only. The time the operation was created.",
3952
+ "format": "google-datetime",
3953
+ "readOnly": true,
3954
+ "type": "string"
3955
+ },
3956
+ "endTime": {
3957
+ "description": "Output only. The time the operation finished running.",
3958
+ "format": "google-datetime",
3959
+ "readOnly": true,
3960
+ "type": "string"
3961
+ },
3962
+ "request": {
3963
+ "$ref": "GoogleCloudContactcenterinsightsV1CreateIssueRequest",
3964
+ "description": "The original request for creation."
3965
+ }
3966
+ },
3967
+ "type": "object"
3968
+ },
3918
3969
  "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata": {
3919
3970
  "description": "Metadata for creating an issue model.",
3920
3971
  "id": "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata",
@@ -3953,6 +4004,21 @@
3953
4004
  },
3954
4005
  "type": "object"
3955
4006
  },
4007
+ "GoogleCloudContactcenterinsightsV1CreateIssueRequest": {
4008
+ "description": "The request to create an issue.",
4009
+ "id": "GoogleCloudContactcenterinsightsV1CreateIssueRequest",
4010
+ "properties": {
4011
+ "issue": {
4012
+ "$ref": "GoogleCloudContactcenterinsightsV1Issue",
4013
+ "description": "Required. The values for the new issue."
4014
+ },
4015
+ "parent": {
4016
+ "description": "Required. The parent resource of the issue.",
4017
+ "type": "string"
4018
+ }
4019
+ },
4020
+ "type": "object"
4021
+ },
3956
4022
  "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata": {
3957
4023
  "description": "Metadata for deleting an issue model.",
3958
4024
  "id": "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata",
@@ -7568,6 +7634,29 @@
7568
7634
  },
7569
7635
  "type": "object"
7570
7636
  },
7637
+ "GoogleCloudContactcenterinsightsV1alpha1CreateIssueMetadata": {
7638
+ "description": "Metadata for creating an issue.",
7639
+ "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueMetadata",
7640
+ "properties": {
7641
+ "createTime": {
7642
+ "description": "Output only. The time the operation was created.",
7643
+ "format": "google-datetime",
7644
+ "readOnly": true,
7645
+ "type": "string"
7646
+ },
7647
+ "endTime": {
7648
+ "description": "Output only. The time the operation finished running.",
7649
+ "format": "google-datetime",
7650
+ "readOnly": true,
7651
+ "type": "string"
7652
+ },
7653
+ "request": {
7654
+ "$ref": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest",
7655
+ "description": "The original request for creation."
7656
+ }
7657
+ },
7658
+ "type": "object"
7659
+ },
7571
7660
  "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata": {
7572
7661
  "description": "Metadata for creating an issue model.",
7573
7662
  "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata",
@@ -7606,6 +7695,21 @@
7606
7695
  },
7607
7696
  "type": "object"
7608
7697
  },
7698
+ "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest": {
7699
+ "description": "The request to create an issue.",
7700
+ "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest",
7701
+ "properties": {
7702
+ "issue": {
7703
+ "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue",
7704
+ "description": "Required. The values for the new issue."
7705
+ },
7706
+ "parent": {
7707
+ "description": "Required. The parent resource of the issue.",
7708
+ "type": "string"
7709
+ }
7710
+ },
7711
+ "type": "object"
7712
+ },
7609
7713
  "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata": {
7610
7714
  "description": "Metadata for deleting an issue model.",
7611
7715
  "id": "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata",
@@ -8523,6 +8627,45 @@
8523
8627
  "properties": {},
8524
8628
  "type": "object"
8525
8629
  },
8630
+ "GoogleCloudContactcenterinsightsV1alpha1Issue": {
8631
+ "description": "The issue resource.",
8632
+ "id": "GoogleCloudContactcenterinsightsV1alpha1Issue",
8633
+ "properties": {
8634
+ "createTime": {
8635
+ "description": "Output only. The time at which this issue was created.",
8636
+ "format": "google-datetime",
8637
+ "readOnly": true,
8638
+ "type": "string"
8639
+ },
8640
+ "displayDescription": {
8641
+ "description": "Representative description of the issue.",
8642
+ "type": "string"
8643
+ },
8644
+ "displayName": {
8645
+ "description": "The representative name for the issue.",
8646
+ "type": "string"
8647
+ },
8648
+ "name": {
8649
+ "description": "Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}",
8650
+ "type": "string"
8651
+ },
8652
+ "sampleUtterances": {
8653
+ "description": "Output only. Resource names of the sample representative utterances that match to this issue.",
8654
+ "items": {
8655
+ "type": "string"
8656
+ },
8657
+ "readOnly": true,
8658
+ "type": "array"
8659
+ },
8660
+ "updateTime": {
8661
+ "description": "Output only. The most recent time that this issue was updated.",
8662
+ "format": "google-datetime",
8663
+ "readOnly": true,
8664
+ "type": "string"
8665
+ }
8666
+ },
8667
+ "type": "object"
8668
+ },
8526
8669
  "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment": {
8527
8670
  "description": "Information about the issue.",
8528
8671
  "id": "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment",
@@ -4570,7 +4570,7 @@
4570
4570
  }
4571
4571
  }
4572
4572
  },
4573
- "revision": "20241120",
4573
+ "revision": "20241217",
4574
4574
  "rootUrl": "https://shoppingcontent.googleapis.com/",
4575
4575
  "schemas": {
4576
4576
  "Account": {
@@ -10512,6 +10512,13 @@ false
10512
10512
  "$ref": "ProductSubscriptionCost",
10513
10513
  "description": "Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract."
10514
10514
  },
10515
+ "sustainabilityIncentives": {
10516
+ "description": "Optional. The list of sustainability incentive programs.",
10517
+ "items": {
10518
+ "$ref": "ProductSustainabilityIncentive"
10519
+ },
10520
+ "type": "array"
10521
+ },
10515
10522
  "targetCountry": {
10516
10523
  "description": "Required. The CLDR territory code for the item's country of sale.",
10517
10524
  "type": "string"
@@ -11075,6 +11082,36 @@ false
11075
11082
  },
11076
11083
  "type": "object"
11077
11084
  },
11085
+ "ProductSustainabilityIncentive": {
11086
+ "description": "Information regarding sustainability related incentive programs such as rebates or tax relief.",
11087
+ "id": "ProductSustainabilityIncentive",
11088
+ "properties": {
11089
+ "amount": {
11090
+ "$ref": "Price",
11091
+ "description": "Optional. The fixed amount of the incentive."
11092
+ },
11093
+ "percentage": {
11094
+ "description": "Optional. The percentage of the sale price that the incentive is applied to.",
11095
+ "format": "double",
11096
+ "type": "number"
11097
+ },
11098
+ "type": {
11099
+ "description": "Required. Sustainability incentive program.",
11100
+ "enum": [
11101
+ "TYPE_UNSPECIFIED",
11102
+ "EV_TAX_CREDIT",
11103
+ "EV_PRICE_DISCOUNT"
11104
+ ],
11105
+ "enumDescriptions": [
11106
+ "Unspecified or unknown sustainability incentive type.",
11107
+ "Program offering tax liability reductions for electric vehicles and, in some countries, plug-in hybrids. These reductions can be based on a specific amount or a percentage of the sale price.",
11108
+ "A subsidy program, often called an environmental bonus, provides a purchase grant for electric vehicles and, in some countries, plug-in hybrids. The grant amount may be a fixed sum or a percentage of the sale price."
11109
+ ],
11110
+ "type": "string"
11111
+ }
11112
+ },
11113
+ "type": "object"
11114
+ },
11078
11115
  "ProductTax": {
11079
11116
  "id": "ProductTax",
11080
11117
  "properties": {
@@ -281,6 +281,40 @@
281
281
  "scopes": [
282
282
  "https://www.googleapis.com/auth/content"
283
283
  ]
284
+ },
285
+ "patch": {
286
+ "description": "Updates the existing Css Product input in your CSS Center account. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed Css Product can be retrieved.",
287
+ "flatPath": "v1/accounts/{accountsId}/cssProductInputs/{cssProductInputsId}",
288
+ "httpMethod": "PATCH",
289
+ "id": "css.accounts.cssProductInputs.patch",
290
+ "parameterOrder": [
291
+ "name"
292
+ ],
293
+ "parameters": {
294
+ "name": {
295
+ "description": "The name of the CSS Product input. Format: `accounts/{account}/cssProductInputs/{css_product_input}`",
296
+ "location": "path",
297
+ "pattern": "^accounts/[^/]+/cssProductInputs/[^/]+$",
298
+ "required": true,
299
+ "type": "string"
300
+ },
301
+ "updateMask": {
302
+ "description": "The list of CSS product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the CSS product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the `custom_attribute.` prefix. Providing special \"*\" value for full CSS product replacement is not supported.",
303
+ "format": "google-fieldmask",
304
+ "location": "query",
305
+ "type": "string"
306
+ }
307
+ },
308
+ "path": "v1/{+name}",
309
+ "request": {
310
+ "$ref": "CssProductInput"
311
+ },
312
+ "response": {
313
+ "$ref": "CssProductInput"
314
+ },
315
+ "scopes": [
316
+ "https://www.googleapis.com/auth/content"
317
+ ]
284
318
  }
285
319
  }
286
320
  },
@@ -473,7 +507,7 @@
473
507
  }
474
508
  }
475
509
  },
476
- "revision": "20241210",
510
+ "revision": "20241217",
477
511
  "rootUrl": "https://css.googleapis.com/",
478
512
  "schemas": {
479
513
  "Account": {