Skip to content

Commit f4fde5d

Browse files
1 parent 02e6104 commit f4fde5d

32 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
8888
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
8989
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
9090
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
91-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
91+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
92+
* sharing`
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key
@@ -278,7 +279,8 @@ public GoogleCloudDiscoveryengineV1Engine setDisplayName(java.lang.String displa
278279
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
279280
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
280281
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
281-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
282+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
283+
* sharing`
282284
* @return value or {@code null} for none
283285
*/
284286
public java.util.Map<String, java.lang.String> getFeatures() {
@@ -289,7 +291,8 @@ public java.util.Map<String, java.lang.String> getFeatures() {
289291
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
290292
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
291293
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
292-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
294+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
295+
* sharing`
293296
* @param features features or {@code null} for none
294297
*/
295298
public GoogleCloudDiscoveryengineV1Engine setFeatures(java.util.Map<String, java.lang.String> features) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class GoogleCloudDiscoveryengineV1UserLicense extends com.google.ap
4646

4747
/**
4848
* Output only. License assignment state of the user. If the user is assigned with a license
49-
* config, the user loggin will be assigned with the license; If the user's license assignment
49+
* config, the user login will be assigned with the license; If the user's license assignment
5050
* state is unassigned or unspecified, no license config will be associated to the user;
5151
* The value may be {@code null}.
5252
*/
@@ -120,7 +120,7 @@ public GoogleCloudDiscoveryengineV1UserLicense setLastLoginTime(String lastLogin
120120

121121
/**
122122
* Output only. License assignment state of the user. If the user is assigned with a license
123-
* config, the user loggin will be assigned with the license; If the user's license assignment
123+
* config, the user login will be assigned with the license; If the user's license assignment
124124
* state is unassigned or unspecified, no license config will be associated to the user;
125125
* @return value or {@code null} for none
126126
*/
@@ -130,7 +130,7 @@ public java.lang.String getLicenseAssignmentState() {
130130

131131
/**
132132
* Output only. License assignment state of the user. If the user is assigned with a license
133-
* config, the user loggin will be assigned with the license; If the user's license assignment
133+
* config, the user login will be assigned with the license; If the user's license assignment
134134
* state is unassigned or unspecified, no license config will be associated to the user;
135135
* @param licenseAssignmentState licenseAssignmentState or {@code null} for none
136136
*/

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

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
4747
@com.google.api.client.util.Key
4848
private GoogleCloudDiscoveryengineV1alphaActionConfig actionConfig;
4949

50+
/**
51+
* Output only. State of the action connector. This reflects whether the action connector is
52+
* initializing, active or has encountered errors.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private java.lang.String actionState;
57+
5058
/**
5159
* Optional. The connector level alert config.
5260
* The value may be {@code null}.
@@ -170,15 +178,18 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
170178
/**
171179
* Optional. The refresh interval specifically for incremental data syncs. If unset, incremental
172180
* syncs will use the default from env, set to 3hrs. The minimum is 30 minutes and maximum is 7
173-
* days. Applicable to only 3P connectors.
181+
* days. Applicable to only 3P connectors. When the refresh interval is set to the same value as
182+
* the incremental refresh interval, incremental sync will be disabled.
174183
* The value may be {@code null}.
175184
*/
176185
@com.google.api.client.util.Key
177186
private String incrementalRefreshInterval;
178187

179188
/**
180189
* Optional. Indicates whether incremental syncs are paused for this connector. This is
181-
* independent of auto_run_disabled. Applicable to only 3P connectors.
190+
* independent of auto_run_disabled. Applicable to only 3P connectors. When the refresh interval
191+
* is set to the same value as the incremental refresh interval, incremental sync will be
192+
* disabled, i.e. set to true.
182193
* The value may be {@code null}.
183194
*/
184195
@com.google.api.client.util.Key
@@ -280,7 +291,8 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
280291
/**
281292
* Required. The refresh interval for data sync. If duration is set to 0, the data will be synced
282293
* in real time. The streaming feature is not supported yet. The minimum is 30 minutes and maximum
283-
* is 7 days.
294+
* is 7 days. When the refresh interval is set to the same value as the incremental refresh
295+
* interval, incremental sync will be disabled.
284296
* The value may be {@code null}.
285297
*/
286298
@com.google.api.client.util.Key
@@ -357,6 +369,25 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setActionConfig(GoogleClou
357369
return this;
358370
}
359371

372+
/**
373+
* Output only. State of the action connector. This reflects whether the action connector is
374+
* initializing, active or has encountered errors.
375+
* @return value or {@code null} for none
376+
*/
377+
public java.lang.String getActionState() {
378+
return actionState;
379+
}
380+
381+
/**
382+
* Output only. State of the action connector. This reflects whether the action connector is
383+
* initializing, active or has encountered errors.
384+
* @param actionState actionState or {@code null} for none
385+
*/
386+
public GoogleCloudDiscoveryengineV1alphaDataConnector setActionState(java.lang.String actionState) {
387+
this.actionState = actionState;
388+
return this;
389+
}
390+
360391
/**
361392
* Optional. The connector level alert config.
362393
* @return value or {@code null} for none
@@ -633,7 +664,8 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setIdentityScheduleConfig(
633664
/**
634665
* Optional. The refresh interval specifically for incremental data syncs. If unset, incremental
635666
* syncs will use the default from env, set to 3hrs. The minimum is 30 minutes and maximum is 7
636-
* days. Applicable to only 3P connectors.
667+
* days. Applicable to only 3P connectors. When the refresh interval is set to the same value as
668+
* the incremental refresh interval, incremental sync will be disabled.
637669
* @return value or {@code null} for none
638670
*/
639671
public String getIncrementalRefreshInterval() {
@@ -643,7 +675,8 @@ public String getIncrementalRefreshInterval() {
643675
/**
644676
* Optional. The refresh interval specifically for incremental data syncs. If unset, incremental
645677
* syncs will use the default from env, set to 3hrs. The minimum is 30 minutes and maximum is 7
646-
* days. Applicable to only 3P connectors.
678+
* days. Applicable to only 3P connectors. When the refresh interval is set to the same value as
679+
* the incremental refresh interval, incremental sync will be disabled.
647680
* @param incrementalRefreshInterval incrementalRefreshInterval or {@code null} for none
648681
*/
649682
public GoogleCloudDiscoveryengineV1alphaDataConnector setIncrementalRefreshInterval(String incrementalRefreshInterval) {
@@ -653,7 +686,9 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setIncrementalRefreshInter
653686

654687
/**
655688
* Optional. Indicates whether incremental syncs are paused for this connector. This is
656-
* independent of auto_run_disabled. Applicable to only 3P connectors.
689+
* independent of auto_run_disabled. Applicable to only 3P connectors. When the refresh interval
690+
* is set to the same value as the incremental refresh interval, incremental sync will be
691+
* disabled, i.e. set to true.
657692
* @return value or {@code null} for none
658693
*/
659694
public java.lang.Boolean getIncrementalSyncDisabled() {
@@ -662,7 +697,9 @@ public java.lang.Boolean getIncrementalSyncDisabled() {
662697

663698
/**
664699
* Optional. Indicates whether incremental syncs are paused for this connector. This is
665-
* independent of auto_run_disabled. Applicable to only 3P connectors.
700+
* independent of auto_run_disabled. Applicable to only 3P connectors. When the refresh interval
701+
* is set to the same value as the incremental refresh interval, incremental sync will be
702+
* disabled, i.e. set to true.
666703
* @param incrementalSyncDisabled incrementalSyncDisabled or {@code null} for none
667704
*/
668705
public GoogleCloudDiscoveryengineV1alphaDataConnector setIncrementalSyncDisabled(java.lang.Boolean incrementalSyncDisabled) {
@@ -886,7 +923,8 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setRealtimeSyncConfig(Goog
886923
/**
887924
* Required. The refresh interval for data sync. If duration is set to 0, the data will be synced
888925
* in real time. The streaming feature is not supported yet. The minimum is 30 minutes and maximum
889-
* is 7 days.
926+
* is 7 days. When the refresh interval is set to the same value as the incremental refresh
927+
* interval, incremental sync will be disabled.
890928
* @return value or {@code null} for none
891929
*/
892930
public String getRefreshInterval() {
@@ -896,7 +934,8 @@ public String getRefreshInterval() {
896934
/**
897935
* Required. The refresh interval for data sync. If duration is set to 0, the data will be synced
898936
* in real time. The streaming feature is not supported yet. The minimum is 30 minutes and maximum
899-
* is 7 days.
937+
* is 7 days. When the refresh interval is set to the same value as the incremental refresh
938+
* interval, incremental sync will be disabled.
900939
* @param refreshInterval refreshInterval or {@code null} for none
901940
*/
902941
public GoogleCloudDiscoveryengineV1alphaDataConnector setRefreshInterval(String refreshInterval) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public final class GoogleCloudDiscoveryengineV1alphaEngine extends com.google.ap
8888
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
8989
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
9090
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
91-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
91+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
92+
* sharing`
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key
@@ -293,7 +294,8 @@ public GoogleCloudDiscoveryengineV1alphaEngine setDisplayName(java.lang.String d
293294
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
294295
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
295296
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
296-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
297+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
298+
* sharing`
297299
* @return value or {@code null} for none
298300
*/
299301
public java.util.Map<String, java.lang.String> getFeatures() {
@@ -304,7 +306,8 @@ public java.util.Map<String, java.lang.String> getFeatures() {
304306
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
305307
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
306308
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
307-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
309+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
310+
* sharing`
308311
* @param features features or {@code null} for none
309312
*/
310313
public GoogleCloudDiscoveryengineV1alphaEngine setFeatures(java.util.Map<String, java.lang.String> features) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class GoogleCloudDiscoveryengineV1alphaUserLicense extends com.goog
4646

4747
/**
4848
* Output only. License assignment state of the user. If the user is assigned with a license
49-
* config, the user loggin will be assigned with the license; If the user's license assignment
49+
* config, the user login will be assigned with the license; If the user's license assignment
5050
* state is unassigned or unspecified, no license config will be associated to the user;
5151
* The value may be {@code null}.
5252
*/
@@ -120,7 +120,7 @@ public GoogleCloudDiscoveryengineV1alphaUserLicense setLastLoginTime(String last
120120

121121
/**
122122
* Output only. License assignment state of the user. If the user is assigned with a license
123-
* config, the user loggin will be assigned with the license; If the user's license assignment
123+
* config, the user login will be assigned with the license; If the user's license assignment
124124
* state is unassigned or unspecified, no license config will be associated to the user;
125125
* @return value or {@code null} for none
126126
*/
@@ -130,7 +130,7 @@ public java.lang.String getLicenseAssignmentState() {
130130

131131
/**
132132
* Output only. License assignment state of the user. If the user is assigned with a license
133-
* config, the user loggin will be assigned with the license; If the user's license assignment
133+
* config, the user login will be assigned with the license; If the user's license assignment
134134
* state is unassigned or unspecified, no license config will be associated to the user;
135135
* @param licenseAssignmentState licenseAssignmentState or {@code null} for none
136136
*/

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public final class GoogleCloudDiscoveryengineV1betaEngine extends com.google.api
8888
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
8989
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
9090
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
91-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
91+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
92+
* sharing`
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key
@@ -278,7 +279,8 @@ public GoogleCloudDiscoveryengineV1betaEngine setDisplayName(java.lang.String di
278279
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
279280
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
280281
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
281-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
282+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
283+
* sharing`
282284
* @return value or {@code null} for none
283285
*/
284286
public java.util.Map<String, java.lang.String> getFeatures() {
@@ -289,7 +291,8 @@ public java.util.Map<String, java.lang.String> getFeatures() {
289291
* Optional. Feature config for the engine to opt in or opt out of features. Supported keys: *
290292
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
291293
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
292-
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`
294+
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
295+
* sharing`
293296
* @param features features or {@code null} for none
294297
*/
295298
public GoogleCloudDiscoveryengineV1betaEngine setFeatures(java.util.Map<String, java.lang.String> features) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class GoogleCloudDiscoveryengineV1betaUserLicense extends com.googl
4646

4747
/**
4848
* Output only. License assignment state of the user. If the user is assigned with a license
49-
* config, the user loggin will be assigned with the license; If the user's license assignment
49+
* config, the user login will be assigned with the license; If the user's license assignment
5050
* state is unassigned or unspecified, no license config will be associated to the user;
5151
* The value may be {@code null}.
5252
*/
@@ -120,7 +120,7 @@ public GoogleCloudDiscoveryengineV1betaUserLicense setLastLoginTime(String lastL
120120

121121
/**
122122
* Output only. License assignment state of the user. If the user is assigned with a license
123-
* config, the user loggin will be assigned with the license; If the user's license assignment
123+
* config, the user login will be assigned with the license; If the user's license assignment
124124
* state is unassigned or unspecified, no license config will be associated to the user;
125125
* @return value or {@code null} for none
126126
*/
@@ -130,7 +130,7 @@ public java.lang.String getLicenseAssignmentState() {
130130

131131
/**
132132
* Output only. License assignment state of the user. If the user is assigned with a license
133-
* config, the user loggin will be assigned with the license; If the user's license assignment
133+
* config, the user login will be assigned with the license; If the user's license assignment
134134
* state is unassigned or unspecified, no license config will be associated to the user;
135135
* @param licenseAssignmentState licenseAssignmentState or {@code null} for none
136136
*/

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

0 commit comments

Comments
 (0)