Skip to content

Commit f041909

Browse files
feat(all): auto-regenerate discovery clients (#3132)
1 parent 70d3b4f commit f041909

File tree

52 files changed

+849
-1568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+849
-1568
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19841,7 +19841,7 @@
1984119841
}
1984219842
}
1984319843
},
19844-
"revision": "20250415",
19844+
"revision": "20250422",
1984519845
"rootUrl": "https://aiplatform.googleapis.com/",
1984619846
"schemas": {
1984719847
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -32080,6 +32080,7 @@
3208032080
"type": "object"
3208132081
},
3208232082
"GoogleCloudAiplatformV1ModelVersionCheckpoint": {
32083+
"deprecated": true,
3208332084
"description": "Describes the machine learning model version checkpoint.",
3208432085
"id": "GoogleCloudAiplatformV1ModelVersionCheckpoint",
3208532086
"properties": {
@@ -32092,10 +32093,6 @@
3209232093
"format": "int64",
3209332094
"type": "string"
3209432095
},
32095-
"name": {
32096-
"description": "Identifier. The resource name of the ModelVersionCheckpoint. Format: `projects/{project}/locations/{location}/models/{model}/versions/{version}/checkpoints/{checkpoint}`",
32097-
"type": "string"
32098-
},
3209932096
"step": {
3210032097
"description": "The step of the checkpoint.",
3210132098
"format": "int64",
@@ -37196,13 +37193,21 @@
3719637193
"HARM_CATEGORY_SEXUALLY_EXPLICIT",
3719737194
"HARM_CATEGORY_CIVIC_INTEGRITY"
3719837195
],
37196+
"enumDeprecated": [
37197+
false,
37198+
false,
37199+
false,
37200+
false,
37201+
false,
37202+
true
37203+
],
3719937204
"enumDescriptions": [
3720037205
"The harm category is unspecified.",
3720137206
"The harm category is hate speech.",
3720237207
"The harm category is dangerous content.",
3720337208
"The harm category is harassment.",
3720437209
"The harm category is sexually explicit content.",
37205-
"The harm category is civic integrity."
37210+
"Deprecated: Election filter is not longer supported. The harm category is civic integrity."
3720637211
],
3720737212
"readOnly": true,
3720837213
"type": "string"
@@ -37298,13 +37303,21 @@
3729837303
"HARM_CATEGORY_SEXUALLY_EXPLICIT",
3729937304
"HARM_CATEGORY_CIVIC_INTEGRITY"
3730037305
],
37306+
"enumDeprecated": [
37307+
false,
37308+
false,
37309+
false,
37310+
false,
37311+
false,
37312+
true
37313+
],
3730137314
"enumDescriptions": [
3730237315
"The harm category is unspecified.",
3730337316
"The harm category is hate speech.",
3730437317
"The harm category is dangerous content.",
3730537318
"The harm category is harassment.",
3730637319
"The harm category is sexually explicit content.",
37307-
"The harm category is civic integrity."
37320+
"Deprecated: Election filter is not longer supported. The harm category is civic integrity."
3730837321
],
3730937322
"type": "string"
3731037323
},
@@ -37792,7 +37805,8 @@
3779237805
"INTEGER",
3779337806
"BOOLEAN",
3779437807
"ARRAY",
37795-
"OBJECT"
37808+
"OBJECT",
37809+
"NULL"
3779637810
],
3779737811
"enumDescriptions": [
3779837812
"Not specified, should not be used.",
@@ -37801,7 +37815,8 @@
3780137815
"OpenAPI integer type",
3780237816
"OpenAPI boolean type",
3780337817
"OpenAPI array type",
37804-
"OpenAPI object type"
37818+
"OpenAPI object type",
37819+
"Null type"
3780537820
],
3780637821
"type": "string"
3780737822
}

aiplatform/v1/aiplatform-gen.go

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

0 commit comments

Comments
 (0)