Skip to content

Commit 29a72ba

Browse files
yoshi-automationleahecole
authored andcommitted
feat(firebaseml)!: update the API
BREAKING CHANGE: This release has breaking changes. #### firebaseml:v2beta The following keys were deleted: - schemas.GoogleCloudAiplatformV1beta1GoogleMaps.properties.apiAuth.$ref - schemas.GoogleCloudAiplatformV1beta1GoogleMaps.properties.apiAuth.deprecated - schemas.GoogleCloudAiplatformV1beta1GoogleMaps.properties.apiAuth.description - schemas.GoogleCloudAiplatformV1beta1GoogleMaps.properties.authConfig.$ref - schemas.GoogleCloudAiplatformV1beta1GoogleMaps.properties.authConfig.description The following keys were added: - schemas.GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext.properties.documentName.description - schemas.GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext.properties.documentName.readOnly - schemas.GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext.properties.documentName.type
1 parent bd1e157 commit 29a72ba

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

discovery/firebaseml-v2beta.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250731",
209+
"revision": "20250812",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -1384,17 +1384,7 @@
13841384
"GoogleCloudAiplatformV1beta1GoogleMaps": {
13851385
"description": "Tool to retrieve public maps data for grounding, powered by Google.",
13861386
"id": "GoogleCloudAiplatformV1beta1GoogleMaps",
1387-
"properties": {
1388-
"apiAuth": {
1389-
"$ref": "GoogleCloudAiplatformV1beta1ApiAuth",
1390-
"deprecated": true,
1391-
"description": "The authentication config to access the API. Deprecated. Please use auth_config instead."
1392-
},
1393-
"authConfig": {
1394-
"$ref": "GoogleCloudAiplatformV1beta1AuthConfig",
1395-
"description": "The authentication config to access the API. Only API key is supported."
1396-
}
1397-
},
1387+
"properties": {},
13981388
"type": "object"
13991389
},
14001390
"GoogleCloudAiplatformV1beta1GoogleSearchRetrieval": {
@@ -1522,6 +1512,11 @@
15221512
"description": "Chunk from context retrieved by the retrieval tools.",
15231513
"id": "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext",
15241514
"properties": {
1515+
"documentName": {
1516+
"description": "Output only. The full document name for the referenced Vertex AI Search document.",
1517+
"readOnly": true,
1518+
"type": "string"
1519+
},
15251520
"ragChunk": {
15261521
"$ref": "GoogleCloudAiplatformV1beta1RagChunk",
15271522
"description": "Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool."

src/apis/firebaseml/v2beta.ts

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -892,16 +892,7 @@ export namespace firebaseml_v2beta {
892892
/**
893893
* Tool to retrieve public maps data for grounding, powered by Google.
894894
*/
895-
export interface Schema$GoogleCloudAiplatformV1beta1GoogleMaps {
896-
/**
897-
* The authentication config to access the API. Deprecated. Please use auth_config instead.
898-
*/
899-
apiAuth?: Schema$GoogleCloudAiplatformV1beta1ApiAuth;
900-
/**
901-
* The authentication config to access the API. Only API key is supported.
902-
*/
903-
authConfig?: Schema$GoogleCloudAiplatformV1beta1AuthConfig;
904-
}
895+
export interface Schema$GoogleCloudAiplatformV1beta1GoogleMaps {}
905896
/**
906897
* Tool to retrieve public web data for grounding, powered by Google.
907898
*/
@@ -1012,6 +1003,10 @@ export namespace firebaseml_v2beta {
10121003
* Chunk from context retrieved by the retrieval tools.
10131004
*/
10141005
export interface Schema$GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext {
1006+
/**
1007+
* Output only. The full document name for the referenced Vertex AI Search document.
1008+
*/
1009+
documentName?: string | null;
10151010
/**
10161011
* Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool.
10171012
*/

0 commit comments

Comments
 (0)