Skip to content

Commit d7d6c3f

Browse files
yoshi-automationsofisl
authored andcommitted
feat(discoveryengine)!: update the API
BREAKING CHANGE: This release has breaking changes. #### discoveryengine:v1alpha The following keys were deleted: - schemas.GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim.properties.score.description - schemas.GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim.properties.score.format - schemas.GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim.properties.score.type The following keys were changed: - schemas.GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim.properties.groundingCheckRequired.description #### discoveryengine:v1beta The following keys were deleted: - schemas.GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim.properties.score.description - schemas.GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim.properties.score.format - schemas.GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim.properties.score.type The following keys were changed: - schemas.GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim.properties.groundingCheckRequired.description #### discoveryengine:v1 The following keys were deleted: - schemas.GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim.properties.score.description - schemas.GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim.properties.score.format - schemas.GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim.properties.score.type The following keys were changed: - schemas.GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim.properties.groundingCheckRequired.description
1 parent 0ce260e commit d7d6c3f

File tree

6 files changed

+9
-36
lines changed

6 files changed

+9
-36
lines changed

‎discovery/discoveryengine-v1.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5986,7 +5986,7 @@
59865986
}
59875987
}
59885988
},
5989-
"revision": "20240817",
5989+
"revision": "20240826",
59905990
"rootUrl": "https://discoveryengine.googleapis.com/",
59915991
"schemas": {
59925992
"GoogleApiHttpBody": {
@@ -7413,14 +7413,9 @@
74137413
"type": "integer"
74147414
},
74157415
"groundingCheckRequired": {
7416-
"description": "Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, and anti_citation_indices should not be returned.",
7416+
"description": "Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, anti_citation_indices, and score should not be returned.",
74177417
"type": "boolean"
74187418
},
7419-
"score": {
7420-
"description": "Confidence score for the claim in the answer candidate, in the range of [0, 1].",
7421-
"format": "double",
7422-
"type": "number"
7423-
},
74247419
"startPos": {
74257420
"description": "Position indicating the start of the claim in the answer candidate, measured in bytes.",
74267421
"format": "int32",

‎discovery/discoveryengine-v1alpha.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7517,7 +7517,7 @@
75177517
}
75187518
}
75197519
},
7520-
"revision": "20240817",
7520+
"revision": "20240826",
75217521
"rootUrl": "https://discoveryengine.googleapis.com/",
75227522
"schemas": {
75237523
"GoogleApiDistribution": {
@@ -10605,14 +10605,9 @@
1060510605
"type": "integer"
1060610606
},
1060710607
"groundingCheckRequired": {
10608-
"description": "Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, and anti_citation_indices should not be returned.",
10608+
"description": "Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, anti_citation_indices, and score should not be returned.",
1060910609
"type": "boolean"
1061010610
},
10611-
"score": {
10612-
"description": "Confidence score for the claim in the answer candidate, in the range of [0, 1].",
10613-
"format": "double",
10614-
"type": "number"
10615-
},
1061610611
"startPos": {
1061710612
"description": "Position indicating the start of the claim in the answer candidate, measured in bytes.",
1061810613
"format": "int32",

‎discovery/discoveryengine-v1beta.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6786,7 +6786,7 @@
67866786
}
67876787
}
67886788
},
6789-
"revision": "20240817",
6789+
"revision": "20240826",
67906790
"rootUrl": "https://discoveryengine.googleapis.com/",
67916791
"schemas": {
67926792
"GoogleApiHttpBody": {
@@ -13278,14 +13278,9 @@
1327813278
"type": "integer"
1327913279
},
1328013280
"groundingCheckRequired": {
13281-
"description": "Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, and anti_citation_indices should not be returned.",
13281+
"description": "Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, anti_citation_indices, and score should not be returned.",
1328213282
"type": "boolean"
1328313283
},
13284-
"score": {
13285-
"description": "Confidence score for the claim in the answer candidate, in the range of [0, 1].",
13286-
"format": "double",
13287-
"type": "number"
13288-
},
1328913284
"startPos": {
1329013285
"description": "Position indicating the start of the claim in the answer candidate, measured in bytes.",
1329113286
"format": "int32",

‎src/apis/discoveryengine/v1.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5302,13 +5302,9 @@ export namespace discoveryengine_v1 {
53025302
*/
53035303
endPos?: number | null;
53045304
/**
5305-
* Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, and anti_citation_indices should not be returned.
5305+
* Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, anti_citation_indices, and score should not be returned.
53065306
*/
53075307
groundingCheckRequired?: boolean | null;
5308-
/**
5309-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
5310-
*/
5311-
score?: number | null;
53125308
/**
53135309
* Position indicating the start of the claim in the answer candidate, measured in bytes.
53145310
*/

‎src/apis/discoveryengine/v1alpha.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,13 +1297,9 @@ export namespace discoveryengine_v1alpha {
12971297
*/
12981298
endPos?: number | null;
12991299
/**
1300-
* Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, and anti_citation_indices should not be returned.
1300+
* Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, anti_citation_indices, and score should not be returned.
13011301
*/
13021302
groundingCheckRequired?: boolean | null;
1303-
/**
1304-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
1305-
*/
1306-
score?: number | null;
13071303
/**
13081304
* Position indicating the start of the claim in the answer candidate, measured in bytes.
13091305
*/

‎src/apis/discoveryengine/v1beta.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,13 +3613,9 @@ export namespace discoveryengine_v1beta {
36133613
*/
36143614
endPos?: number | null;
36153615
/**
3616-
* Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, and anti_citation_indices should not be returned.
3616+
* Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices, anti_citation_indices, and score should not be returned.
36173617
*/
36183618
groundingCheckRequired?: boolean | null;
3619-
/**
3620-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
3621-
*/
3622-
score?: number | null;
36233619
/**
36243620
* Position indicating the start of the claim in the answer candidate, measured in bytes.
36253621
*/

0 commit comments

Comments
 (0)