Skip to content

Commit e143e5c

Browse files
feat(all): auto-regenerate discovery clients (#2973)
1 parent 0f4ee9d commit e143e5c

File tree

10 files changed

+225
-29
lines changed

10 files changed

+225
-29
lines changed

‎adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,40 @@
217217
"https://www.googleapis.com/auth/adsense",
218218
"https://www.googleapis.com/auth/adsense.readonly"
219219
]
220+
},
221+
"patch": {
222+
"description": "Update a Platform Child Site.",
223+
"flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}/childAccounts/{childAccountsId}/sites/{sitesId}",
224+
"httpMethod": "PATCH",
225+
"id": "adsenseplatform.accounts.platforms.childAccounts.sites.patch",
226+
"parameterOrder": [
227+
"name"
228+
],
229+
"parameters": {
230+
"name": {
231+
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
232+
"location": "path",
233+
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+/sites/[^/]+$",
234+
"required": true,
235+
"type": "string"
236+
},
237+
"updateMask": {
238+
"description": "Optional. The list of fields to update - currently only supports updating the `platform_group` field.",
239+
"format": "google-fieldmask",
240+
"location": "query",
241+
"type": "string"
242+
}
243+
},
244+
"path": "v1alpha/{+name}",
245+
"request": {
246+
"$ref": "PlatformChildSite"
247+
},
248+
"response": {
249+
"$ref": "PlatformChildSite"
250+
},
251+
"scopes": [
252+
"https://www.googleapis.com/auth/adsense"
253+
]
220254
}
221255
}
222256
}
@@ -605,7 +639,7 @@
605639
}
606640
}
607641
},
608-
"revision": "20250115",
642+
"revision": "20250120",
609643
"rootUrl": "https://adsenseplatform.googleapis.com/",
610644
"schemas": {
611645
"Account": {

‎adsenseplatform/v1alpha/adsenseplatform-gen.go

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎aiplatform/v1/aiplatform-api.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19327,7 +19327,7 @@
1932719327
}
1932819328
}
1932919329
},
19330-
"revision": "20250107",
19330+
"revision": "20250114",
1933119331
"rootUrl": "https://aiplatform.googleapis.com/",
1933219332
"schemas": {
1933319333
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -41855,6 +41855,14 @@
4185541855
"description": "Tuning data statistics for Supervised Tuning.",
4185641856
"id": "GoogleCloudAiplatformV1SupervisedTuningDataStats",
4185741857
"properties": {
41858+
"droppedExampleReasons": {
41859+
"description": "Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. Must not include example itself.",
41860+
"items": {
41861+
"type": "string"
41862+
},
41863+
"readOnly": true,
41864+
"type": "array"
41865+
},
4185841866
"totalBillableCharacterCount": {
4185941867
"deprecated": true,
4186041868
"description": "Output only. Number of billable characters in the tuning dataset.",
@@ -41869,8 +41877,9 @@
4186941877
"type": "string"
4187041878
},
4187141879
"totalTruncatedExampleCount": {
41872-
"description": "The number of examples in the dataset that have been truncated by any amount.",
41880+
"description": "Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc.",
4187341881
"format": "int64",
41882+
"readOnly": true,
4187441883
"type": "string"
4187541884
},
4187641885
"totalTuningCharacterCount": {
@@ -41880,11 +41889,12 @@
4188041889
"type": "string"
4188141890
},
4188241891
"truncatedExampleIndices": {
41883-
"description": "A partial sample of the indices (starting from 1) of the truncated examples.",
41892+
"description": "Output only. A partial sample of the indices (starting from 1) of the dropped examples.",
4188441893
"items": {
4188541894
"format": "int64",
4188641895
"type": "string"
4188741896
},
41897+
"readOnly": true,
4188841898
"type": "array"
4188941899
},
4189041900
"tuningDatasetExampleCount": {

‎aiplatform/v1/aiplatform-gen.go

Lines changed: 16 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎aiplatform/v1beta1/aiplatform-api.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21964,7 +21964,7 @@
2196421964
}
2196521965
}
2196621966
},
21967-
"revision": "20250107",
21967+
"revision": "20250114",
2196821968
"rootUrl": "https://aiplatform.googleapis.com/",
2196921969
"schemas": {
2197021970
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -47674,6 +47674,14 @@
4767447674
"description": "Tuning data statistics for Supervised Tuning.",
4767547675
"id": "GoogleCloudAiplatformV1beta1SupervisedTuningDataStats",
4767647676
"properties": {
47677+
"droppedExampleReasons": {
47678+
"description": "Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. Must not include example itself.",
47679+
"items": {
47680+
"type": "string"
47681+
},
47682+
"readOnly": true,
47683+
"type": "array"
47684+
},
4767747685
"totalBillableCharacterCount": {
4767847686
"deprecated": true,
4767947687
"description": "Output only. Number of billable characters in the tuning dataset.",
@@ -47688,8 +47696,9 @@
4768847696
"type": "string"
4768947697
},
4769047698
"totalTruncatedExampleCount": {
47691-
"description": "The number of examples in the dataset that have been truncated by any amount.",
47699+
"description": "Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc.",
4769247700
"format": "int64",
47701+
"readOnly": true,
4769347702
"type": "string"
4769447703
},
4769547704
"totalTuningCharacterCount": {
@@ -47699,11 +47708,12 @@
4769947708
"type": "string"
4770047709
},
4770147710
"truncatedExampleIndices": {
47702-
"description": "A partial sample of the indices (starting from 1) of the truncated examples.",
47711+
"description": "Output only. A partial sample of the indices (starting from 1) of the dropped examples.",
4770347712
"items": {
4770447713
"format": "int64",
4770547714
"type": "string"
4770647715
},
47716+
"readOnly": true,
4770747717
"type": "array"
4770847718
},
4770947719
"tuningDatasetExampleCount": {

‎aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 16 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)