Skip to content

Commit a07ef6e

Browse files
1 parent d5f3c88 commit a07ef6e

19 files changed

+552
-81
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-rev20250619-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250701-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The number of documents deleted.
33+
* Optional. The number of documents deleted.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -44,7 +44,7 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
4444
private java.lang.String entityName;
4545

4646
/**
47-
* The total number of documents failed at sync at any stage (extraction, indexing, etc).
47+
* Optional. The total number of documents failed at sync at indexing stage.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -59,14 +59,15 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
5959
private java.util.List<GoogleRpcStatus> errors;
6060

6161
/**
62-
* The number of documents extracted from connector source, ready to be ingested to VAIS.
62+
* Optional. The number of documents extracted from connector source, ready to be ingested to
63+
* VAIS.
6364
* The value may be {@code null}.
6465
*/
6566
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
6667
private java.lang.Long extractedRecordCount;
6768

6869
/**
69-
* The number of documents indexed.
70+
* Optional. The number of documents indexed.
7071
* The value may be {@code null}.
7172
*/
7273
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -80,15 +81,15 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
8081
private GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress progress;
8182

8283
/**
83-
* The number of documents scheduled to be crawled/extracted from connector source. This only
84-
* applies to third party connectors.
84+
* Optional. The number of documents scheduled to be crawled/extracted from connector source. This
85+
* only applies to third party connectors.
8586
* The value may be {@code null}.
8687
*/
8788
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
8889
private java.lang.Long scheduledRecordCount;
8990

9091
/**
91-
* The number of requests sent to 3p API.
92+
* Optional. The number of requests sent to 3p API.
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -124,15 +125,15 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
124125
private java.lang.String syncType;
125126

126127
/**
127-
* The number of documents deleted.
128+
* Optional. The number of documents deleted.
128129
* @return value or {@code null} for none
129130
*/
130131
public java.lang.Long getDeletedRecordCount() {
131132
return deletedRecordCount;
132133
}
133134

134135
/**
135-
* The number of documents deleted.
136+
* Optional. The number of documents deleted.
136137
* @param deletedRecordCount deletedRecordCount or {@code null} for none
137138
*/
138139
public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setDeletedRecordCount(java.lang.Long deletedRecordCount) {
@@ -158,15 +159,15 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setEntityName(java
158159
}
159160

160161
/**
161-
* The total number of documents failed at sync at any stage (extraction, indexing, etc).
162+
* Optional. The total number of documents failed at sync at indexing stage.
162163
* @return value or {@code null} for none
163164
*/
164165
public java.lang.Long getErrorRecordCount() {
165166
return errorRecordCount;
166167
}
167168

168169
/**
169-
* The total number of documents failed at sync at any stage (extraction, indexing, etc).
170+
* Optional. The total number of documents failed at sync at indexing stage.
170171
* @param errorRecordCount errorRecordCount or {@code null} for none
171172
*/
172173
public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setErrorRecordCount(java.lang.Long errorRecordCount) {
@@ -194,15 +195,17 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setErrors(java.uti
194195
}
195196

196197
/**
197-
* The number of documents extracted from connector source, ready to be ingested to VAIS.
198+
* Optional. The number of documents extracted from connector source, ready to be ingested to
199+
* VAIS.
198200
* @return value or {@code null} for none
199201
*/
200202
public java.lang.Long getExtractedRecordCount() {
201203
return extractedRecordCount;
202204
}
203205

204206
/**
205-
* The number of documents extracted from connector source, ready to be ingested to VAIS.
207+
* Optional. The number of documents extracted from connector source, ready to be ingested to
208+
* VAIS.
206209
* @param extractedRecordCount extractedRecordCount or {@code null} for none
207210
*/
208211
public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setExtractedRecordCount(java.lang.Long extractedRecordCount) {
@@ -211,15 +214,15 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setExtractedRecord
211214
}
212215

213216
/**
214-
* The number of documents indexed.
217+
* Optional. The number of documents indexed.
215218
* @return value or {@code null} for none
216219
*/
217220
public java.lang.Long getIndexedRecordCount() {
218221
return indexedRecordCount;
219222
}
220223

221224
/**
222-
* The number of documents indexed.
225+
* Optional. The number of documents indexed.
223226
* @param indexedRecordCount indexedRecordCount or {@code null} for none
224227
*/
225228
public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setIndexedRecordCount(java.lang.Long indexedRecordCount) {
@@ -245,17 +248,17 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setProgress(Google
245248
}
246249

247250
/**
248-
* The number of documents scheduled to be crawled/extracted from connector source. This only
249-
* applies to third party connectors.
251+
* Optional. The number of documents scheduled to be crawled/extracted from connector source. This
252+
* only applies to third party connectors.
250253
* @return value or {@code null} for none
251254
*/
252255
public java.lang.Long getScheduledRecordCount() {
253256
return scheduledRecordCount;
254257
}
255258

256259
/**
257-
* The number of documents scheduled to be crawled/extracted from connector source. This only
258-
* applies to third party connectors.
260+
* Optional. The number of documents scheduled to be crawled/extracted from connector source. This
261+
* only applies to third party connectors.
259262
* @param scheduledRecordCount scheduledRecordCount or {@code null} for none
260263
*/
261264
public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setScheduledRecordCount(java.lang.Long scheduledRecordCount) {
@@ -264,15 +267,15 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setScheduledRecord
264267
}
265268

266269
/**
267-
* The number of requests sent to 3p API.
270+
* Optional. The number of requests sent to 3p API.
268271
* @return value or {@code null} for none
269272
*/
270273
public java.lang.Long getSourceApiRequestCount() {
271274
return sourceApiRequestCount;
272275
}
273276

274277
/**
275-
* The number of requests sent to 3p API.
278+
* Optional. The number of requests sent to 3p API.
276279
* @param sourceApiRequestCount sourceApiRequestCount or {@code null} for none
277280
*/
278281
public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setSourceApiRequestCount(java.lang.Long sourceApiRequestCount) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig e
4343
@com.google.api.client.util.Key
4444
private java.util.Map<String, java.lang.Object> authParams;
4545

46+
/**
47+
* Optional. The tenant project the connector is connected to.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private GoogleCloudDiscoveryengineV1alphaTenant tenant;
52+
4653
/**
4754
* Optional. Any additional parameters needed for EUA.
4855
* @return value or {@code null} for none
@@ -77,6 +84,23 @@ public GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig setAuthParams
7784
return this;
7885
}
7986

87+
/**
88+
* Optional. The tenant project the connector is connected to.
89+
* @return value or {@code null} for none
90+
*/
91+
public GoogleCloudDiscoveryengineV1alphaTenant getTenant() {
92+
return tenant;
93+
}
94+
95+
/**
96+
* Optional. The tenant project the connector is connected to.
97+
* @param tenant tenant or {@code null} for none
98+
*/
99+
public GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig setTenant(GoogleCloudDiscoveryengineV1alphaTenant tenant) {
100+
this.tenant = tenant;
101+
return this;
102+
}
103+
80104
@Override
81105
public GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig set(String fieldName, Object value) {
82106
return (GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.discoveryengine.v1.model;
18+
19+
/**
20+
* Tenant information for a connector source. This includes some of the same information stored in
21+
* the Credential message, but is limited to only what is needed to provide a list of accessible
22+
* tenants to the user.
23+
*
24+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25+
* transmitted over HTTP when working with the Discovery Engine API. For a detailed explanation see:
26+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class GoogleCloudDiscoveryengineV1alphaTenant extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Optional display name for the tenant, e.g. "My Slack Team".
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String displayName;
40+
41+
/**
42+
* The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-485e198d7cd0"), Slack
43+
* ("T123456").
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String id;
48+
49+
/**
50+
* The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-
51+
* jira-instance.atlassian.net, and a Slack tenant does not have a URI.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.String uri;
56+
57+
/**
58+
* Optional display name for the tenant, e.g. "My Slack Team".
59+
* @return value or {@code null} for none
60+
*/
61+
public java.lang.String getDisplayName() {
62+
return displayName;
63+
}
64+
65+
/**
66+
* Optional display name for the tenant, e.g. "My Slack Team".
67+
* @param displayName displayName or {@code null} for none
68+
*/
69+
public GoogleCloudDiscoveryengineV1alphaTenant setDisplayName(java.lang.String displayName) {
70+
this.displayName = displayName;
71+
return this;
72+
}
73+
74+
/**
75+
* The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-485e198d7cd0"), Slack
76+
* ("T123456").
77+
* @return value or {@code null} for none
78+
*/
79+
public java.lang.String getId() {
80+
return id;
81+
}
82+
83+
/**
84+
* The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-485e198d7cd0"), Slack
85+
* ("T123456").
86+
* @param id id or {@code null} for none
87+
*/
88+
public GoogleCloudDiscoveryengineV1alphaTenant setId(java.lang.String id) {
89+
this.id = id;
90+
return this;
91+
}
92+
93+
/**
94+
* The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-
95+
* jira-instance.atlassian.net, and a Slack tenant does not have a URI.
96+
* @return value or {@code null} for none
97+
*/
98+
public java.lang.String getUri() {
99+
return uri;
100+
}
101+
102+
/**
103+
* The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-
104+
* jira-instance.atlassian.net, and a Slack tenant does not have a URI.
105+
* @param uri uri or {@code null} for none
106+
*/
107+
public GoogleCloudDiscoveryengineV1alphaTenant setUri(java.lang.String uri) {
108+
this.uri = uri;
109+
return this;
110+
}
111+
112+
@Override
113+
public GoogleCloudDiscoveryengineV1alphaTenant set(String fieldName, Object value) {
114+
return (GoogleCloudDiscoveryengineV1alphaTenant) super.set(fieldName, value);
115+
}
116+
117+
@Override
118+
public GoogleCloudDiscoveryengineV1alphaTenant clone() {
119+
return (GoogleCloudDiscoveryengineV1alphaTenant) super.clone();
120+
}
121+
122+
}

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-rev20250619-2.0.0</version>
12-
<name>Discovery Engine API v1-rev20250619-2.0.0</name>
11+
<version>v1-rev20250701-2.0.0</version>
12+
<name>Discovery Engine API v1-rev20250701-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-rev20250619-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250701-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-rev20250619-2.0.0</version>
25+
<version>v1alpha-rev20250701-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-rev20250619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20250701-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)