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.
- {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/METADATA +1 -1
- {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/RECORD +46 -45
- googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +2 -2
- googleapiclient/discovery_cache/documents/aiplatform.v1.json +2 -2
- googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +33 -4
- googleapiclient/discovery_cache/documents/androidpublisher.v3.json +9 -5
- googleapiclient/discovery_cache/documents/apigee.v1.json +32 -1
- googleapiclient/discovery_cache/documents/areainsights.v1.json +402 -0
- googleapiclient/discovery_cache/documents/chat.v1.json +12 -12
- googleapiclient/discovery_cache/documents/chromemanagement.v1.json +151 -2
- googleapiclient/discovery_cache/documents/cloudsupport.v2.json +2 -2
- googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json +2 -2
- googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json +144 -1
- googleapiclient/discovery_cache/documents/content.v2.1.json +38 -1
- googleapiclient/discovery_cache/documents/css.v1.json +35 -1
- googleapiclient/discovery_cache/documents/dialogflow.v2.json +234 -1
- googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +183 -2
- googleapiclient/discovery_cache/documents/dialogflow.v3.json +230 -1
- googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json +253 -1
- googleapiclient/discovery_cache/documents/discoveryengine.v1.json +1346 -244
- googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +1609 -140
- googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +1173 -71
- googleapiclient/discovery_cache/documents/dlp.v2.json +13 -3
- googleapiclient/discovery_cache/documents/firebase.v1beta1.json +3 -3
- googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +6 -1
- googleapiclient/discovery_cache/documents/jobs.v3.json +10 -10
- googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json +10 -10
- googleapiclient/discovery_cache/documents/jobs.v4.json +30 -12
- googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +38 -1
- googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json +34 -2
- googleapiclient/discovery_cache/documents/monitoring.v1.json +35 -1
- googleapiclient/discovery_cache/documents/pubsub.v1.json +2 -2
- googleapiclient/discovery_cache/documents/retail.v2.json +34 -29
- googleapiclient/discovery_cache/documents/retail.v2alpha.json +34 -29
- googleapiclient/discovery_cache/documents/retail.v2beta.json +34 -29
- googleapiclient/discovery_cache/documents/run.v2.json +6 -1
- googleapiclient/discovery_cache/documents/runtimeconfig.v1.json +2 -2
- googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json +5 -1
- googleapiclient/discovery_cache/documents/texttospeech.v1.json +5 -3
- googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json +5 -3
- googleapiclient/discovery_cache/documents/translate.v3.json +10 -2
- googleapiclient/discovery_cache/documents/translate.v3beta1.json +7 -3
- googleapiclient/version.py +1 -1
- {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/LICENSE +0 -0
- {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/WHEEL +0 -0
- {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/top_level.txt +0 -0
|
@@ -1930,49 +1930,26 @@
|
|
|
1930
1930
|
"userEvents": {
|
|
1931
1931
|
"methods": {
|
|
1932
1932
|
"collect": {
|
|
1933
|
-
"description": "Writes a single user event from the browser.
|
|
1933
|
+
"description": "Writes a single user event from the browser. For larger user event payload over 16 KB, the POST method should be used instead, otherwise a 400 Bad Request error is returned. This method is used only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this method directly.",
|
|
1934
1934
|
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/catalogs/{catalogsId}/userEvents:collect",
|
|
1935
|
-
"httpMethod": "
|
|
1935
|
+
"httpMethod": "POST",
|
|
1936
1936
|
"id": "retail.projects.locations.catalogs.userEvents.collect",
|
|
1937
1937
|
"parameterOrder": [
|
|
1938
1938
|
"parent"
|
|
1939
1939
|
],
|
|
1940
1940
|
"parameters": {
|
|
1941
|
-
"ets": {
|
|
1942
|
-
"description": "The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.",
|
|
1943
|
-
"format": "int64",
|
|
1944
|
-
"location": "query",
|
|
1945
|
-
"type": "string"
|
|
1946
|
-
},
|
|
1947
1941
|
"parent": {
|
|
1948
1942
|
"description": "Required. The parent catalog name, such as `projects/1234/locations/global/catalogs/default_catalog`.",
|
|
1949
1943
|
"location": "path",
|
|
1950
1944
|
"pattern": "^projects/[^/]+/locations/[^/]+/catalogs/[^/]+$",
|
|
1951
1945
|
"required": true,
|
|
1952
1946
|
"type": "string"
|
|
1953
|
-
},
|
|
1954
|
-
"prebuiltRule": {
|
|
1955
|
-
"description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"ga4_bq\" rule for the GA4 user event schema.",
|
|
1956
|
-
"location": "query",
|
|
1957
|
-
"type": "string"
|
|
1958
|
-
},
|
|
1959
|
-
"rawJson": {
|
|
1960
|
-
"description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.",
|
|
1961
|
-
"location": "query",
|
|
1962
|
-
"type": "string"
|
|
1963
|
-
},
|
|
1964
|
-
"uri": {
|
|
1965
|
-
"description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
|
1966
|
-
"location": "query",
|
|
1967
|
-
"type": "string"
|
|
1968
|
-
},
|
|
1969
|
-
"userEvent": {
|
|
1970
|
-
"description": "Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.",
|
|
1971
|
-
"location": "query",
|
|
1972
|
-
"type": "string"
|
|
1973
1947
|
}
|
|
1974
1948
|
},
|
|
1975
1949
|
"path": "v2/{+parent}/userEvents:collect",
|
|
1950
|
+
"request": {
|
|
1951
|
+
"$ref": "GoogleCloudRetailV2CollectUserEventRequest"
|
|
1952
|
+
},
|
|
1976
1953
|
"response": {
|
|
1977
1954
|
"$ref": "GoogleApiHttpBody"
|
|
1978
1955
|
},
|
|
@@ -2246,7 +2223,7 @@
|
|
|
2246
2223
|
}
|
|
2247
2224
|
}
|
|
2248
2225
|
},
|
|
2249
|
-
"revision": "
|
|
2226
|
+
"revision": "20241220",
|
|
2250
2227
|
"rootUrl": "https://retail.googleapis.com/",
|
|
2251
2228
|
"schemas": {
|
|
2252
2229
|
"GoogleApiHttpBody": {
|
|
@@ -2859,6 +2836,34 @@
|
|
|
2859
2836
|
},
|
|
2860
2837
|
"type": "object"
|
|
2861
2838
|
},
|
|
2839
|
+
"GoogleCloudRetailV2CollectUserEventRequest": {
|
|
2840
|
+
"description": "Request message for CollectUserEvent method.",
|
|
2841
|
+
"id": "GoogleCloudRetailV2CollectUserEventRequest",
|
|
2842
|
+
"properties": {
|
|
2843
|
+
"ets": {
|
|
2844
|
+
"description": "The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.",
|
|
2845
|
+
"format": "int64",
|
|
2846
|
+
"type": "string"
|
|
2847
|
+
},
|
|
2848
|
+
"prebuiltRule": {
|
|
2849
|
+
"description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"ga4_bq\" rule for the GA4 user event schema.",
|
|
2850
|
+
"type": "string"
|
|
2851
|
+
},
|
|
2852
|
+
"rawJson": {
|
|
2853
|
+
"description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.",
|
|
2854
|
+
"type": "string"
|
|
2855
|
+
},
|
|
2856
|
+
"uri": {
|
|
2857
|
+
"description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
|
2858
|
+
"type": "string"
|
|
2859
|
+
},
|
|
2860
|
+
"userEvent": {
|
|
2861
|
+
"description": "Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.",
|
|
2862
|
+
"type": "string"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
"type": "object"
|
|
2866
|
+
},
|
|
2862
2867
|
"GoogleCloudRetailV2ColorInfo": {
|
|
2863
2868
|
"description": "The color information of a Product.",
|
|
2864
2869
|
"id": "GoogleCloudRetailV2ColorInfo",
|
|
@@ -2391,49 +2391,26 @@
|
|
|
2391
2391
|
"userEvents": {
|
|
2392
2392
|
"methods": {
|
|
2393
2393
|
"collect": {
|
|
2394
|
-
"description": "Writes a single user event from the browser.
|
|
2394
|
+
"description": "Writes a single user event from the browser. For larger user event payload over 16 KB, the POST method should be used instead, otherwise a 400 Bad Request error is returned. This method is used only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this method directly.",
|
|
2395
2395
|
"flatPath": "v2alpha/projects/{projectsId}/locations/{locationsId}/catalogs/{catalogsId}/userEvents:collect",
|
|
2396
|
-
"httpMethod": "
|
|
2396
|
+
"httpMethod": "POST",
|
|
2397
2397
|
"id": "retail.projects.locations.catalogs.userEvents.collect",
|
|
2398
2398
|
"parameterOrder": [
|
|
2399
2399
|
"parent"
|
|
2400
2400
|
],
|
|
2401
2401
|
"parameters": {
|
|
2402
|
-
"ets": {
|
|
2403
|
-
"description": "The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.",
|
|
2404
|
-
"format": "int64",
|
|
2405
|
-
"location": "query",
|
|
2406
|
-
"type": "string"
|
|
2407
|
-
},
|
|
2408
2402
|
"parent": {
|
|
2409
2403
|
"description": "Required. The parent catalog name, such as `projects/1234/locations/global/catalogs/default_catalog`.",
|
|
2410
2404
|
"location": "path",
|
|
2411
2405
|
"pattern": "^projects/[^/]+/locations/[^/]+/catalogs/[^/]+$",
|
|
2412
2406
|
"required": true,
|
|
2413
2407
|
"type": "string"
|
|
2414
|
-
},
|
|
2415
|
-
"prebuiltRule": {
|
|
2416
|
-
"description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"ga4_bq\" rule for the GA4 user event schema.",
|
|
2417
|
-
"location": "query",
|
|
2418
|
-
"type": "string"
|
|
2419
|
-
},
|
|
2420
|
-
"rawJson": {
|
|
2421
|
-
"description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.",
|
|
2422
|
-
"location": "query",
|
|
2423
|
-
"type": "string"
|
|
2424
|
-
},
|
|
2425
|
-
"uri": {
|
|
2426
|
-
"description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
|
2427
|
-
"location": "query",
|
|
2428
|
-
"type": "string"
|
|
2429
|
-
},
|
|
2430
|
-
"userEvent": {
|
|
2431
|
-
"description": "Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.",
|
|
2432
|
-
"location": "query",
|
|
2433
|
-
"type": "string"
|
|
2434
2408
|
}
|
|
2435
2409
|
},
|
|
2436
2410
|
"path": "v2alpha/{+parent}/userEvents:collect",
|
|
2411
|
+
"request": {
|
|
2412
|
+
"$ref": "GoogleCloudRetailV2alphaCollectUserEventRequest"
|
|
2413
|
+
},
|
|
2437
2414
|
"response": {
|
|
2438
2415
|
"$ref": "GoogleApiHttpBody"
|
|
2439
2416
|
},
|
|
@@ -2767,7 +2744,7 @@
|
|
|
2767
2744
|
}
|
|
2768
2745
|
}
|
|
2769
2746
|
},
|
|
2770
|
-
"revision": "
|
|
2747
|
+
"revision": "20241220",
|
|
2771
2748
|
"rootUrl": "https://retail.googleapis.com/",
|
|
2772
2749
|
"schemas": {
|
|
2773
2750
|
"GoogleApiHttpBody": {
|
|
@@ -4170,6 +4147,34 @@
|
|
|
4170
4147
|
},
|
|
4171
4148
|
"type": "object"
|
|
4172
4149
|
},
|
|
4150
|
+
"GoogleCloudRetailV2alphaCollectUserEventRequest": {
|
|
4151
|
+
"description": "Request message for CollectUserEvent method.",
|
|
4152
|
+
"id": "GoogleCloudRetailV2alphaCollectUserEventRequest",
|
|
4153
|
+
"properties": {
|
|
4154
|
+
"ets": {
|
|
4155
|
+
"description": "The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.",
|
|
4156
|
+
"format": "int64",
|
|
4157
|
+
"type": "string"
|
|
4158
|
+
},
|
|
4159
|
+
"prebuiltRule": {
|
|
4160
|
+
"description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"ga4_bq\" rule for the GA4 user event schema.",
|
|
4161
|
+
"type": "string"
|
|
4162
|
+
},
|
|
4163
|
+
"rawJson": {
|
|
4164
|
+
"description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.",
|
|
4165
|
+
"type": "string"
|
|
4166
|
+
},
|
|
4167
|
+
"uri": {
|
|
4168
|
+
"description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
|
4169
|
+
"type": "string"
|
|
4170
|
+
},
|
|
4171
|
+
"userEvent": {
|
|
4172
|
+
"description": "Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.",
|
|
4173
|
+
"type": "string"
|
|
4174
|
+
}
|
|
4175
|
+
},
|
|
4176
|
+
"type": "object"
|
|
4177
|
+
},
|
|
4173
4178
|
"GoogleCloudRetailV2alphaColorInfo": {
|
|
4174
4179
|
"description": "The color information of a Product.",
|
|
4175
4180
|
"id": "GoogleCloudRetailV2alphaColorInfo",
|
|
@@ -2047,49 +2047,26 @@
|
|
|
2047
2047
|
"userEvents": {
|
|
2048
2048
|
"methods": {
|
|
2049
2049
|
"collect": {
|
|
2050
|
-
"description": "Writes a single user event from the browser.
|
|
2050
|
+
"description": "Writes a single user event from the browser. For larger user event payload over 16 KB, the POST method should be used instead, otherwise a 400 Bad Request error is returned. This method is used only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this method directly.",
|
|
2051
2051
|
"flatPath": "v2beta/projects/{projectsId}/locations/{locationsId}/catalogs/{catalogsId}/userEvents:collect",
|
|
2052
|
-
"httpMethod": "
|
|
2052
|
+
"httpMethod": "POST",
|
|
2053
2053
|
"id": "retail.projects.locations.catalogs.userEvents.collect",
|
|
2054
2054
|
"parameterOrder": [
|
|
2055
2055
|
"parent"
|
|
2056
2056
|
],
|
|
2057
2057
|
"parameters": {
|
|
2058
|
-
"ets": {
|
|
2059
|
-
"description": "The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.",
|
|
2060
|
-
"format": "int64",
|
|
2061
|
-
"location": "query",
|
|
2062
|
-
"type": "string"
|
|
2063
|
-
},
|
|
2064
2058
|
"parent": {
|
|
2065
2059
|
"description": "Required. The parent catalog name, such as `projects/1234/locations/global/catalogs/default_catalog`.",
|
|
2066
2060
|
"location": "path",
|
|
2067
2061
|
"pattern": "^projects/[^/]+/locations/[^/]+/catalogs/[^/]+$",
|
|
2068
2062
|
"required": true,
|
|
2069
2063
|
"type": "string"
|
|
2070
|
-
},
|
|
2071
|
-
"prebuiltRule": {
|
|
2072
|
-
"description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"ga4_bq\" rule for the GA4 user event schema.",
|
|
2073
|
-
"location": "query",
|
|
2074
|
-
"type": "string"
|
|
2075
|
-
},
|
|
2076
|
-
"rawJson": {
|
|
2077
|
-
"description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.",
|
|
2078
|
-
"location": "query",
|
|
2079
|
-
"type": "string"
|
|
2080
|
-
},
|
|
2081
|
-
"uri": {
|
|
2082
|
-
"description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
|
2083
|
-
"location": "query",
|
|
2084
|
-
"type": "string"
|
|
2085
|
-
},
|
|
2086
|
-
"userEvent": {
|
|
2087
|
-
"description": "Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.",
|
|
2088
|
-
"location": "query",
|
|
2089
|
-
"type": "string"
|
|
2090
2064
|
}
|
|
2091
2065
|
},
|
|
2092
2066
|
"path": "v2beta/{+parent}/userEvents:collect",
|
|
2067
|
+
"request": {
|
|
2068
|
+
"$ref": "GoogleCloudRetailV2betaCollectUserEventRequest"
|
|
2069
|
+
},
|
|
2093
2070
|
"response": {
|
|
2094
2071
|
"$ref": "GoogleApiHttpBody"
|
|
2095
2072
|
},
|
|
@@ -2391,7 +2368,7 @@
|
|
|
2391
2368
|
}
|
|
2392
2369
|
}
|
|
2393
2370
|
},
|
|
2394
|
-
"revision": "
|
|
2371
|
+
"revision": "20241220",
|
|
2395
2372
|
"rootUrl": "https://retail.googleapis.com/",
|
|
2396
2373
|
"schemas": {
|
|
2397
2374
|
"GoogleApiHttpBody": {
|
|
@@ -4513,6 +4490,34 @@
|
|
|
4513
4490
|
},
|
|
4514
4491
|
"type": "object"
|
|
4515
4492
|
},
|
|
4493
|
+
"GoogleCloudRetailV2betaCollectUserEventRequest": {
|
|
4494
|
+
"description": "Request message for CollectUserEvent method.",
|
|
4495
|
+
"id": "GoogleCloudRetailV2betaCollectUserEventRequest",
|
|
4496
|
+
"properties": {
|
|
4497
|
+
"ets": {
|
|
4498
|
+
"description": "The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.",
|
|
4499
|
+
"format": "int64",
|
|
4500
|
+
"type": "string"
|
|
4501
|
+
},
|
|
4502
|
+
"prebuiltRule": {
|
|
4503
|
+
"description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"ga4_bq\" rule for the GA4 user event schema.",
|
|
4504
|
+
"type": "string"
|
|
4505
|
+
},
|
|
4506
|
+
"rawJson": {
|
|
4507
|
+
"description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.",
|
|
4508
|
+
"type": "string"
|
|
4509
|
+
},
|
|
4510
|
+
"uri": {
|
|
4511
|
+
"description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
|
4512
|
+
"type": "string"
|
|
4513
|
+
},
|
|
4514
|
+
"userEvent": {
|
|
4515
|
+
"description": "Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.",
|
|
4516
|
+
"type": "string"
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
"type": "object"
|
|
4520
|
+
},
|
|
4516
4521
|
"GoogleCloudRetailV2betaColorInfo": {
|
|
4517
4522
|
"description": "The color information of a Product.",
|
|
4518
4523
|
"id": "GoogleCloudRetailV2betaColorInfo",
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
}
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"revision": "
|
|
1529
|
+
"revision": "20241213",
|
|
1530
1530
|
"rootUrl": "https://run.googleapis.com/",
|
|
1531
1531
|
"schemas": {
|
|
1532
1532
|
"GoogleCloudRunV2BinaryAuthorization": {
|
|
@@ -3433,6 +3433,11 @@
|
|
|
3433
3433
|
"format": "int32",
|
|
3434
3434
|
"type": "integer"
|
|
3435
3435
|
},
|
|
3436
|
+
"maxInstanceCount": {
|
|
3437
|
+
"description": "Optional. total max instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.",
|
|
3438
|
+
"format": "int32",
|
|
3439
|
+
"type": "integer"
|
|
3440
|
+
},
|
|
3436
3441
|
"minInstanceCount": {
|
|
3437
3442
|
"description": "Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.",
|
|
3438
3443
|
"format": "int32",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"operations": {
|
|
112
112
|
"methods": {
|
|
113
113
|
"cancel": {
|
|
114
|
-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
114
|
+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
|
|
115
115
|
"flatPath": "v1/operations/{operationsId}:cancel",
|
|
116
116
|
"httpMethod": "POST",
|
|
117
117
|
"id": "runtimeconfig.operations.cancel",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
|
-
"revision": "
|
|
213
|
+
"revision": "20241219",
|
|
214
214
|
"rootUrl": "https://runtimeconfig.googleapis.com/",
|
|
215
215
|
"schemas": {
|
|
216
216
|
"CancelOperationRequest": {
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
|
-
"revision": "
|
|
545
|
+
"revision": "20241210",
|
|
546
546
|
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
|
|
547
547
|
"schemas": {
|
|
548
548
|
"AddTenantProjectRequest": {
|
|
@@ -1133,6 +1133,10 @@
|
|
|
1133
1133
|
"description": "`Documentation` provides the information for describing a service. Example: documentation: summary: > The Google Calendar API gives access to most calendar features. pages: - name: Overview content: (== include google/foo/overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==) rules: - selector: google.calendar.Calendar.Get description: > ... - selector: google.calendar.Calendar.Put description: > ... Documentation is provided in markdown syntax. In addition to standard markdown features, definition lists, tables and fenced code blocks are supported. Section headers can be provided and are interpreted relative to the section nesting of the context where a documentation fragment is embedded. Documentation from the IDL is merged with documentation defined via the config at normalization time, where documentation provided by config rules overrides IDL provided. A number of constructs specific to the API platform are supported in documentation text. In order to reference a proto element, the following notation can be used: [fully.qualified.proto.name][] To override the display text used for the link, this can be used: [display text][fully.qualified.proto.name] Text can be excluded from doc using the following notation: (-- internal comment --) A few directives are available in documentation. Note that directives must appear on a single line to be properly identified. The `include` directive includes a markdown file from an external source: (== include path/to/file ==) The `resource_for` directive marks a message to be the resource of a collection in REST view. If it is not specified, tools attempt to infer the resource from the operations in a collection: (== resource_for v1.shelves.books ==) The directive `suppress_warning` does not directly affect documentation and is documented together with service config validation.",
|
|
1134
1134
|
"id": "Documentation",
|
|
1135
1135
|
"properties": {
|
|
1136
|
+
"additionalIamInfo": {
|
|
1137
|
+
"description": "Optional information about the IAM configuration. This is typically used to link to documentation about a product's IAM roles and permissions.",
|
|
1138
|
+
"type": "string"
|
|
1139
|
+
},
|
|
1136
1140
|
"documentationRootUrl": {
|
|
1137
1141
|
"description": "The URL to the root of documentation.",
|
|
1138
1142
|
"type": "string"
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
|
-
"revision": "
|
|
321
|
+
"revision": "20241216",
|
|
322
322
|
"rootUrl": "https://texttospeech.googleapis.com/",
|
|
323
323
|
"schemas": {
|
|
324
324
|
"AdvancedVoiceOptions": {
|
|
@@ -344,7 +344,8 @@
|
|
|
344
344
|
"MP3",
|
|
345
345
|
"OGG_OPUS",
|
|
346
346
|
"MULAW",
|
|
347
|
-
"ALAW"
|
|
347
|
+
"ALAW",
|
|
348
|
+
"PCM"
|
|
348
349
|
],
|
|
349
350
|
"enumDescriptions": [
|
|
350
351
|
"Not specified. Will return result google.rpc.Code.INVALID_ARGUMENT.",
|
|
@@ -352,7 +353,8 @@
|
|
|
352
353
|
"MP3 audio at 32kbps.",
|
|
353
354
|
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
|
|
354
355
|
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header.",
|
|
355
|
-
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header."
|
|
356
|
+
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header.",
|
|
357
|
+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Note that as opposed to LINEAR16, audio will not be wrapped in a WAV (or any other) header."
|
|
356
358
|
],
|
|
357
359
|
"type": "string"
|
|
358
360
|
},
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
|
-
"revision": "
|
|
264
|
+
"revision": "20241216",
|
|
265
265
|
"rootUrl": "https://texttospeech.googleapis.com/",
|
|
266
266
|
"schemas": {
|
|
267
267
|
"AdvancedVoiceOptions": {
|
|
@@ -288,7 +288,8 @@
|
|
|
288
288
|
"MP3_64_KBPS",
|
|
289
289
|
"OGG_OPUS",
|
|
290
290
|
"MULAW",
|
|
291
|
-
"ALAW"
|
|
291
|
+
"ALAW",
|
|
292
|
+
"PCM"
|
|
292
293
|
],
|
|
293
294
|
"enumDescriptions": [
|
|
294
295
|
"Not specified. Will return result google.rpc.Code.INVALID_ARGUMENT.",
|
|
@@ -297,7 +298,8 @@
|
|
|
297
298
|
"MP3 at 64kbps.",
|
|
298
299
|
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
|
|
299
300
|
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header.",
|
|
300
|
-
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header."
|
|
301
|
+
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header.",
|
|
302
|
+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Note that as opposed to LINEAR16, audio will not be wrapped in a WAV (or any other) header."
|
|
301
303
|
],
|
|
302
304
|
"type": "string"
|
|
303
305
|
},
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
"operations": {
|
|
1553
1553
|
"methods": {
|
|
1554
1554
|
"cancel": {
|
|
1555
|
-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
1555
|
+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
|
|
1556
1556
|
"flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
|
1557
1557
|
"httpMethod": "POST",
|
|
1558
1558
|
"id": "translate.projects.locations.operations.cancel",
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
1712
1712
|
},
|
|
1713
|
-
"revision": "
|
|
1713
|
+
"revision": "20241218",
|
|
1714
1714
|
"rootUrl": "https://translation.googleapis.com/",
|
|
1715
1715
|
"schemas": {
|
|
1716
1716
|
"AdaptiveMtDataset": {
|
|
@@ -2374,6 +2374,10 @@
|
|
|
2374
2374
|
"description": "Configures which glossary is used for a specific target language and defines options for applying that glossary.",
|
|
2375
2375
|
"id": "GlossaryConfig",
|
|
2376
2376
|
"properties": {
|
|
2377
|
+
"contextualTranslationEnabled": {
|
|
2378
|
+
"description": "Optional. If set to true, the glossary will be used for contextual translation.",
|
|
2379
|
+
"type": "boolean"
|
|
2380
|
+
},
|
|
2377
2381
|
"glossary": {
|
|
2378
2382
|
"description": "Required. The `glossary` to be applied for this translation. The format depends on the glossary: - User-provided custom glossary: `projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}`",
|
|
2379
2383
|
"type": "string"
|
|
@@ -3125,6 +3129,10 @@
|
|
|
3125
3129
|
"description": "Configures which glossary is used for a specific target language and defines options for applying that glossary.",
|
|
3126
3130
|
"id": "TranslateTextGlossaryConfig",
|
|
3127
3131
|
"properties": {
|
|
3132
|
+
"contextualTranslationEnabled": {
|
|
3133
|
+
"description": "Optional. If set to true, the glossary will be used for contextual translation.",
|
|
3134
|
+
"type": "boolean"
|
|
3135
|
+
},
|
|
3128
3136
|
"glossary": {
|
|
3129
3137
|
"description": "Required. The `glossary` to be applied for this translation. The format depends on the glossary: - User-provided custom glossary: `projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}`",
|
|
3130
3138
|
"type": "string"
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"operations": {
|
|
590
590
|
"methods": {
|
|
591
591
|
"cancel": {
|
|
592
|
-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
592
|
+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
|
|
593
593
|
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
|
594
594
|
"httpMethod": "POST",
|
|
595
595
|
"id": "translate.projects.locations.operations.cancel",
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
749
|
},
|
|
750
|
-
"revision": "
|
|
750
|
+
"revision": "20241218",
|
|
751
751
|
"rootUrl": "https://translation.googleapis.com/",
|
|
752
752
|
"schemas": {
|
|
753
753
|
"BatchDocumentInputConfig": {
|
|
@@ -1404,9 +1404,13 @@
|
|
|
1404
1404
|
"type": "object"
|
|
1405
1405
|
},
|
|
1406
1406
|
"TranslateTextGlossaryConfig": {
|
|
1407
|
-
"description": "Configures which glossary should be used for a specific target language, and defines options for applying that glossary.",
|
|
1407
|
+
"description": "----------------------------------------------------------------------------- Configures which glossary should be used for a specific target language, and defines options for applying that glossary.",
|
|
1408
1408
|
"id": "TranslateTextGlossaryConfig",
|
|
1409
1409
|
"properties": {
|
|
1410
|
+
"contextualTranslationEnabled": {
|
|
1411
|
+
"description": "Optional. If set to true, the glossary will be used for contextual translation.",
|
|
1412
|
+
"type": "boolean"
|
|
1413
|
+
},
|
|
1410
1414
|
"glossary": {
|
|
1411
1415
|
"description": "Required. Specifies the glossary used for this translation. Use this format: projects/*/locations/*/glossaries/*",
|
|
1412
1416
|
"type": "string"
|
googleapiclient/version.py
CHANGED
{google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{google_api_python_client-2.156.0.dist-info → google_api_python_client-2.157.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|