Skip to content

Commit 44db8ef

Browse files
feat(all): auto-regenerate discovery clients (#3515)
1 parent 312ac01 commit 44db8ef

File tree

80 files changed

+2716
-393
lines changed

Some content is hidden

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

80 files changed

+2716
-393
lines changed

admob/v1beta/admob-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
}
759759
}
760760
},
761-
"revision": "20250811",
761+
"revision": "20260223",
762762
"rootUrl": "https://admob.googleapis.com/",
763763
"schemas": {
764764
"AdSource": {
@@ -1677,7 +1677,7 @@
16771677
"type": "array"
16781678
},
16791679
"format": {
1680-
"description": "Ad format targeted by this mediation group. Examples: \"banner\", \"native\".",
1680+
"description": "Ad format targeted by this mediation group. Examples: \"BANNER\", \"NATIVE\".",
16811681
"type": "string"
16821682
},
16831683
"idfaTargeting": {

admob/v1beta/admob-gen.go

Lines changed: 2 additions & 2 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: 86 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21298,6 +21298,47 @@
2129821298
"https://www.googleapis.com/auth/cloud-platform.read-only"
2129921299
]
2130021300
}
21301+
},
21302+
"resources": {
21303+
"invoke": {
21304+
"methods": {
21305+
"invoke": {
21306+
"description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.",
21307+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}/invoke/{invokeId}",
21308+
"httpMethod": "POST",
21309+
"id": "aiplatform.projects.locations.publishers.models.invoke.invoke",
21310+
"parameterOrder": [
21311+
"endpoint",
21312+
"invokeId"
21313+
],
21314+
"parameters": {
21315+
"endpoint": {
21316+
"description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`",
21317+
"location": "path",
21318+
"pattern": "^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$",
21319+
"required": true,
21320+
"type": "string"
21321+
},
21322+
"invokeId": {
21323+
"location": "path",
21324+
"required": true,
21325+
"type": "string"
21326+
}
21327+
},
21328+
"path": "v1/{+endpoint}/invoke/{+invokeId}",
21329+
"request": {
21330+
"$ref": "GoogleCloudAiplatformV1InvokeRequest"
21331+
},
21332+
"response": {
21333+
"$ref": "GoogleApiHttpBody"
21334+
},
21335+
"scopes": [
21336+
"https://www.googleapis.com/auth/cloud-platform",
21337+
"https://www.googleapis.com/auth/cloud-platform.read-only"
21338+
]
21339+
}
21340+
}
21341+
}
2130121342
}
2130221343
}
2130321344
}
@@ -21397,7 +21438,7 @@
2139721438
],
2139821439
"parameters": {
2139921440
"pageSize": {
21400-
"description": "Optional. The standard list page size.",
21441+
"description": "Optional. The standard list page size. The maximum value is 100. If not specified, a default value of 100 will be used.",
2140121442
"format": "int32",
2140221443
"location": "query",
2140321444
"type": "integer"
@@ -21704,7 +21745,7 @@
2170421745
],
2170521746
"parameters": {
2170621747
"pageSize": {
21707-
"description": "Optional. The standard list page size.",
21748+
"description": "Optional. The standard list page size. The maximum value is 100. If not specified, a default value of 100 will be used.",
2170821749
"format": "int32",
2170921750
"location": "query",
2171021751
"type": "integer"
@@ -30724,7 +30765,7 @@
3072430765
}
3072530766
}
3072630767
},
30727-
"revision": "20260208",
30768+
"revision": "20260217",
3072830769
"rootUrl": "https://aiplatform.googleapis.com/",
3072930770
"schemas": {
3073030771
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -40662,6 +40703,22 @@
4066240703
},
4066340704
"description": "Required. The function response in JSON object format. Use \"output\" key to specify function output and \"error\" key to specify error details (if any). If \"output\" and \"error\" keys are not specified, then whole \"response\" is treated as function output.",
4066440705
"type": "object"
40706+
},
40707+
"scheduling": {
40708+
"description": "Optional. Specifies how the response should be scheduled in the conversation. Only applicable to NON_BLOCKING function calls, is ignored otherwise. Defaults to WHEN_IDLE.",
40709+
"enum": [
40710+
"SCHEDULING_UNSPECIFIED",
40711+
"SILENT",
40712+
"WHEN_IDLE",
40713+
"INTERRUPT"
40714+
],
40715+
"enumDescriptions": [
40716+
"This value is unused.",
40717+
"Only add the result to the conversation context, do not interrupt or trigger generation.",
40718+
"Add the result to the conversation context, and prompt to generate output without interrupting ongoing generation.",
40719+
"Add the result to the conversation context, interrupt ongoing generation and prompt to generate output."
40720+
],
40721+
"type": "string"
4066540722
}
4066640723
},
4066740724
"type": "object"
@@ -41764,7 +41821,7 @@
4176441821
"type": "object"
4176541822
},
4176641823
"GoogleCloudAiplatformV1GroundingChunkMaps": {
41767-
"description": "A `Maps` chunk is a piece of evidence that comes from Google Maps. It contains information about a place, such as its name, address, and reviews. This is used to provide the user with rich, location-based information.",
41824+
"description": "A `Maps` chunk is a piece of evidence that comes from Google Maps, containing information about places or routes. This is used to provide the user with rich, location-based information.",
4176841825
"id": "GoogleCloudAiplatformV1GroundingChunkMaps",
4176941826
"properties": {
4177041827
"placeAnswerSources": {
@@ -45247,7 +45304,8 @@
4524745304
},
4524845305
"migrateDataLabelingDatasetConfig": {
4524945306
"$ref": "GoogleCloudAiplatformV1MigrateResourceRequestMigrateDataLabelingDatasetConfig",
45250-
"description": "Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset."
45307+
"deprecated": true,
45308+
"description": "Deprecated: Data labeling service is shut down. Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset."
4525145309
},
4525245310
"migrateMlEngineModelVersionConfig": {
4525345311
"$ref": "GoogleCloudAiplatformV1MigrateResourceRequestMigrateMlEngineModelVersionConfig",
@@ -51900,6 +51958,10 @@
5190051958
"$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource",
5190151959
"description": "Source code is in a Git repository managed by Developer Connect."
5190251960
},
51961+
"imageSpec": {
51962+
"$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecImageSpec",
51963+
"description": "Optional. Configuration for building an image with custom config file."
51964+
},
5190351965
"inlineSource": {
5190451966
"$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource",
5190551967
"description": "Source code is provided directly in the request."
@@ -51941,6 +52003,20 @@
5194152003
},
5194252004
"type": "object"
5194352005
},
52006+
"GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecImageSpec": {
52007+
"description": "The image spec for building an image (within a single build step), based on the config file (i.e. Dockerfile) in the source directory.",
52008+
"id": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecImageSpec",
52009+
"properties": {
52010+
"buildArgs": {
52011+
"additionalProperties": {
52012+
"type": "string"
52013+
},
52014+
"description": "Optional. Build arguments to be used. They will be passed through --build-arg flags.",
52015+
"type": "object"
52016+
}
52017+
},
52018+
"type": "object"
52019+
},
5194452020
"GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource": {
5194552021
"description": "Specifies source code provided as a byte stream.",
5194652022
"id": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource",
@@ -53339,6 +53415,11 @@
5333953415
"description": "Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.",
5334053416
"readOnly": true
5334153417
},
53418+
"maxConcurrentActiveRunCount": {
53419+
"description": "Optional. Specifies the maximum number of active runs that can be executed concurrently for this Schedule. This limits the number of runs that can be in a non-terminal state at the same time. Currently, this field is only supported for requests of type CreatePipelineJobRequest.",
53420+
"format": "int64",
53421+
"type": "string"
53422+
},
5334253423
"maxConcurrentRunCount": {
5334353424
"description": "Required. Maximum number of runs that can be started concurrently for this Schedule. This is the limit for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable).",
5334453425
"format": "int64",

0 commit comments

Comments
 (0)