Skip to content

Commit ae89891

Browse files
1 parent 833aeef commit ae89891

File tree

12 files changed

+36
-108
lines changed

12 files changed

+36
-108
lines changed

clients/google-api-services-discoveryengine/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-discoveryengine</artifactId>
25-
<version>v1-rev20240817-2.0.0</version>
25+
<version>v1-rev20240826-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20240817-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20240826-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim.java

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,13 @@ public final class GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim exten
5757
/**
5858
* Indicates that this claim required grounding check. When the system decided this claim doesn't
5959
* require attribution/grounding check, this field will be set to false. In that case, no
60-
* grounding check was done for the claim and therefore citation_indices, and
61-
* anti_citation_indices should not be returned.
60+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
61+
* and score should not be returned.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private java.lang.Boolean groundingCheckRequired;
6666

67-
/**
68-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
69-
* The value may be {@code null}.
70-
*/
71-
@com.google.api.client.util.Key
72-
private java.lang.Double score;
73-
7467
/**
7568
* Position indicating the start of the claim in the answer candidate, measured in bytes.
7669
* The value may be {@code null}.
@@ -140,8 +133,8 @@ public GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim setEndPos(java.la
140133
/**
141134
* Indicates that this claim required grounding check. When the system decided this claim doesn't
142135
* require attribution/grounding check, this field will be set to false. In that case, no
143-
* grounding check was done for the claim and therefore citation_indices, and
144-
* anti_citation_indices should not be returned.
136+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
137+
* and score should not be returned.
145138
* @return value or {@code null} for none
146139
*/
147140
public java.lang.Boolean getGroundingCheckRequired() {
@@ -151,32 +144,15 @@ public java.lang.Boolean getGroundingCheckRequired() {
151144
/**
152145
* Indicates that this claim required grounding check. When the system decided this claim doesn't
153146
* require attribution/grounding check, this field will be set to false. In that case, no
154-
* grounding check was done for the claim and therefore citation_indices, and
155-
* anti_citation_indices should not be returned.
147+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
148+
* and score should not be returned.
156149
* @param groundingCheckRequired groundingCheckRequired or {@code null} for none
157150
*/
158151
public GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim setGroundingCheckRequired(java.lang.Boolean groundingCheckRequired) {
159152
this.groundingCheckRequired = groundingCheckRequired;
160153
return this;
161154
}
162155

163-
/**
164-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
165-
* @return value or {@code null} for none
166-
*/
167-
public java.lang.Double getScore() {
168-
return score;
169-
}
170-
171-
/**
172-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
173-
* @param score score or {@code null} for none
174-
*/
175-
public GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim setScore(java.lang.Double score) {
176-
this.score = score;
177-
return this;
178-
}
179-
180156
/**
181157
* Position indicating the start of the claim in the answer candidate, measured in bytes.
182158
* @return value or {@code null} for none

clients/google-api-services-discoveryengine/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-discoveryengine</artifactId>
11-
<version>v1-rev20240817-2.0.0</version>
12-
<name>Discovery Engine API v1-rev20240817-2.0.0</name>
11+
<version>v1-rev20240826-2.0.0</version>
12+
<name>Discovery Engine API v1-rev20240826-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-discoveryengine/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-discoveryengine</artifactId>
25-
<version>v1-rev20240817-2.0.0</version>
25+
<version>v1-rev20240826-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20240817-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20240826-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1alpha/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-discoveryengine</artifactId>
25-
<version>v1alpha-rev20240817-2.0.0</version>
25+
<version>v1alpha-rev20240826-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20240817-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20240826-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim.java

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,13 @@ public final class GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim
5757
/**
5858
* Indicates that this claim required grounding check. When the system decided this claim doesn't
5959
* require attribution/grounding check, this field will be set to false. In that case, no
60-
* grounding check was done for the claim and therefore citation_indices, and
61-
* anti_citation_indices should not be returned.
60+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
61+
* and score should not be returned.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private java.lang.Boolean groundingCheckRequired;
6666

67-
/**
68-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
69-
* The value may be {@code null}.
70-
*/
71-
@com.google.api.client.util.Key
72-
private java.lang.Double score;
73-
7467
/**
7568
* Position indicating the start of the claim in the answer candidate, measured in bytes.
7669
* The value may be {@code null}.
@@ -140,8 +133,8 @@ public GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim setEndPos(ja
140133
/**
141134
* Indicates that this claim required grounding check. When the system decided this claim doesn't
142135
* require attribution/grounding check, this field will be set to false. In that case, no
143-
* grounding check was done for the claim and therefore citation_indices, and
144-
* anti_citation_indices should not be returned.
136+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
137+
* and score should not be returned.
145138
* @return value or {@code null} for none
146139
*/
147140
public java.lang.Boolean getGroundingCheckRequired() {
@@ -151,32 +144,15 @@ public java.lang.Boolean getGroundingCheckRequired() {
151144
/**
152145
* Indicates that this claim required grounding check. When the system decided this claim doesn't
153146
* require attribution/grounding check, this field will be set to false. In that case, no
154-
* grounding check was done for the claim and therefore citation_indices, and
155-
* anti_citation_indices should not be returned.
147+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
148+
* and score should not be returned.
156149
* @param groundingCheckRequired groundingCheckRequired or {@code null} for none
157150
*/
158151
public GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim setGroundingCheckRequired(java.lang.Boolean groundingCheckRequired) {
159152
this.groundingCheckRequired = groundingCheckRequired;
160153
return this;
161154
}
162155

163-
/**
164-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
165-
* @return value or {@code null} for none
166-
*/
167-
public java.lang.Double getScore() {
168-
return score;
169-
}
170-
171-
/**
172-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
173-
* @param score score or {@code null} for none
174-
*/
175-
public GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim setScore(java.lang.Double score) {
176-
this.score = score;
177-
return this;
178-
}
179-
180156
/**
181157
* Position indicating the start of the claim in the answer candidate, measured in bytes.
182158
* @return value or {@code null} for none

clients/google-api-services-discoveryengine/v1alpha/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-discoveryengine</artifactId>
11-
<version>v1alpha-rev20240817-2.0.0</version>
12-
<name>Discovery Engine API v1alpha-rev20240817-2.0.0</name>
11+
<version>v1alpha-rev20240826-2.0.0</version>
12+
<name>Discovery Engine API v1alpha-rev20240826-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-discoveryengine/v1alpha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-discoveryengine</artifactId>
25-
<version>v1alpha-rev20240817-2.0.0</version>
25+
<version>v1alpha-rev20240826-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20240817-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20240826-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-discoveryengine</artifactId>
25-
<version>v1beta-rev20240817-2.0.0</version>
25+
<version>v1beta-rev20240826-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20240817-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20240826-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim.java

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,13 @@ public final class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim e
5757
/**
5858
* Indicates that this claim required grounding check. When the system decided this claim doesn't
5959
* require attribution/grounding check, this field will be set to false. In that case, no
60-
* grounding check was done for the claim and therefore citation_indices, and
61-
* anti_citation_indices should not be returned.
60+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
61+
* and score should not be returned.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private java.lang.Boolean groundingCheckRequired;
6666

67-
/**
68-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
69-
* The value may be {@code null}.
70-
*/
71-
@com.google.api.client.util.Key
72-
private java.lang.Double score;
73-
7467
/**
7568
* Position indicating the start of the claim in the answer candidate, measured in bytes.
7669
* The value may be {@code null}.
@@ -140,8 +133,8 @@ public GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim setEndPos(jav
140133
/**
141134
* Indicates that this claim required grounding check. When the system decided this claim doesn't
142135
* require attribution/grounding check, this field will be set to false. In that case, no
143-
* grounding check was done for the claim and therefore citation_indices, and
144-
* anti_citation_indices should not be returned.
136+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
137+
* and score should not be returned.
145138
* @return value or {@code null} for none
146139
*/
147140
public java.lang.Boolean getGroundingCheckRequired() {
@@ -151,32 +144,15 @@ public java.lang.Boolean getGroundingCheckRequired() {
151144
/**
152145
* Indicates that this claim required grounding check. When the system decided this claim doesn't
153146
* require attribution/grounding check, this field will be set to false. In that case, no
154-
* grounding check was done for the claim and therefore citation_indices, and
155-
* anti_citation_indices should not be returned.
147+
* grounding check was done for the claim and therefore citation_indices, anti_citation_indices,
148+
* and score should not be returned.
156149
* @param groundingCheckRequired groundingCheckRequired or {@code null} for none
157150
*/
158151
public GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim setGroundingCheckRequired(java.lang.Boolean groundingCheckRequired) {
159152
this.groundingCheckRequired = groundingCheckRequired;
160153
return this;
161154
}
162155

163-
/**
164-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
165-
* @return value or {@code null} for none
166-
*/
167-
public java.lang.Double getScore() {
168-
return score;
169-
}
170-
171-
/**
172-
* Confidence score for the claim in the answer candidate, in the range of [0, 1].
173-
* @param score score or {@code null} for none
174-
*/
175-
public GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim setScore(java.lang.Double score) {
176-
this.score = score;
177-
return this;
178-
}
179-
180156
/**
181157
* Position indicating the start of the claim in the answer candidate, measured in bytes.
182158
* @return value or {@code null} for none

0 commit comments

Comments
 (0)