diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/README.md b/clients/google-api-services-discoveryengine/v1/2.0.0/README.md
index 339884cb621..ccdc31b26aa 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/README.md
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-discoveryengine
- v1-rev20260712-2.0.0
+ v1-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20260712-2.0.0'
+ implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java
index c85ef33b62a..b25224c8bbb 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java
@@ -18586,6 +18586,40 @@ public Get setLanguageCode(java.lang.String languageCode) {
return this;
}
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
+ * backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
+ * "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
+ * model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
+ * returns the end-user selector. The mobile surface is detected from the `X-Goog-
+ * Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String modelInfoView;
+
+ /** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
+ `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
+ (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
+ populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
+ detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public java.lang.String getModelInfoView() {
+ return modelInfoView;
+ }
+
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
+ * backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
+ * "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
+ * model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
+ * returns the end-user selector. The mobile surface is detected from the `X-Goog-
+ * Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public Get setModelInfoView(java.lang.String modelInfoView) {
+ this.modelInfoView = modelInfoView;
+ return this;
+ }
+
@Override
public Get set(String parameterName, Object value) {
return (Get) super.set(parameterName, value);
@@ -28648,6 +28682,40 @@ public Get setLanguageCode(java.lang.String languageCode) {
return this;
}
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
+ * backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
+ * "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
+ * model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
+ * returns the end-user selector. The mobile surface is detected from the `X-Goog-
+ * Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String modelInfoView;
+
+ /** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
+ `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
+ (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
+ populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
+ detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public java.lang.String getModelInfoView() {
+ return modelInfoView;
+ }
+
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
+ * backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
+ * "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
+ * model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
+ * returns the end-user selector. The mobile surface is detected from the `X-Goog-
+ * Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public Get setModelInfoView(java.lang.String modelInfoView) {
+ this.modelInfoView = modelInfoView;
+ return this;
+ }
+
@Override
public Get set(String parameterName, Object value) {
return (Get) super.set(parameterName, value);
@@ -42589,6 +42657,40 @@ public Get setLanguageCode(java.lang.String languageCode) {
return this;
}
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend
+ * computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature
+ * Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set
+ * with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB` returns the
+ * end-user selector. The mobile surface is detected from the `X-Goog-Gemini-Enterprise-
+ * Mobile` header instead (see `ModelInfoView`).
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String modelInfoView;
+
+ /** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
+ `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
+ (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
+ populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
+ detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public java.lang.String getModelInfoView() {
+ return modelInfoView;
+ }
+
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend
+ * computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature
+ * Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set
+ * with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB` returns the
+ * end-user selector. The mobile surface is detected from the `X-Goog-Gemini-Enterprise-
+ * Mobile` header instead (see `ModelInfoView`).
+ */
+ public Get setModelInfoView(java.lang.String modelInfoView) {
+ this.modelInfoView = modelInfoView;
+ return this;
+ }
+
@Override
public Get set(String parameterName, Object value) {
return (Get) super.set(parameterName, value);
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataConnector.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataConnector.java
index c3787f60990..e1c85f7f5f9 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataConnector.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataConnector.java
@@ -394,6 +394,18 @@ public final class GoogleCloudDiscoveryengineV1DataConnector extends com.google.
@com.google.api.client.util.Key
private java.lang.String syncMode;
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String tag;
+
/**
* Output only. Timestamp the DataConnector was last updated.
* The value may be {@code null}.
@@ -1249,6 +1261,33 @@ public GoogleCloudDiscoveryengineV1DataConnector setSyncMode(java.lang.String sy
return this;
}
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTag() {
+ return tag;
+ }
+
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @param tag tag or {@code null} for none
+ */
+ public GoogleCloudDiscoveryengineV1DataConnector setTag(java.lang.String tag) {
+ this.tag = tag;
+ return this;
+ }
+
/**
* Output only. Timestamp the DataConnector was last updated.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1Engine.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1Engine.java
index a38dd78038c..1015272fbe4 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1Engine.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1Engine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -487,7 +487,7 @@ public GoogleCloudDiscoveryengineV1Engine setDisplayName(java.lang.String displa
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -504,7 +504,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1Engine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1WidgetConfigUiSettings.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1WidgetConfigUiSettings.java
index 98c4529e955..2b4e561d333 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1WidgetConfigUiSettings.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1WidgetConfigUiSettings.java
@@ -118,7 +118,7 @@ public final class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings extends co
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -374,7 +374,7 @@ public GoogleCloudDiscoveryengineV1WidgetConfigUiSettings setEnableVisualContent
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -390,7 +390,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1WidgetConfigUiSettings setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
index 1f128d07e8a..49e4ecff3b5 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
@@ -401,6 +401,18 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
@com.google.api.client.util.Key
private java.lang.String syncMode;
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String tag;
+
/**
* Output only. Timestamp the DataConnector was last updated.
* The value may be {@code null}.
@@ -1273,6 +1285,33 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setSyncMode(java.lang.Stri
return this;
}
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTag() {
+ return tag;
+ }
+
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @param tag tag or {@code null} for none
+ */
+ public GoogleCloudDiscoveryengineV1alphaDataConnector setTag(java.lang.String tag) {
+ this.tag = tag;
+ return this;
+ }
+
/**
* Output only. Timestamp the DataConnector was last updated.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaEngine.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaEngine.java
index 75c11597e72..0acfbc87d9c 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaEngine.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1alphaEngine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1alphaEngine extends com.google.ap
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -502,7 +502,7 @@ public GoogleCloudDiscoveryengineV1alphaEngine setDisplayName(java.lang.String d
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -519,7 +519,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1alphaEngine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1betaEngine.java b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1betaEngine.java
index dad8bc38b5b..322d61b04b6 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1betaEngine.java
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1betaEngine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1betaEngine extends com.google.api
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -487,7 +487,7 @@ public GoogleCloudDiscoveryengineV1betaEngine setDisplayName(java.lang.String di
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -504,7 +504,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1betaEngine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1/2.0.0/pom.xml b/clients/google-api-services-discoveryengine/v1/2.0.0/pom.xml
index 977df749334..e219f4ab7d4 100644
--- a/clients/google-api-services-discoveryengine/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-discoveryengine/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-discoveryengine
- v1-rev20260712-2.0.0
- Discovery Engine API v1-rev20260712-2.0.0
+ v1-rev20260718-2.0.0
+ Discovery Engine API v1-rev20260718-2.0.0
jar
2011
diff --git a/clients/google-api-services-discoveryengine/v1/README.md b/clients/google-api-services-discoveryengine/v1/README.md
index 339884cb621..ccdc31b26aa 100644
--- a/clients/google-api-services-discoveryengine/v1/README.md
+++ b/clients/google-api-services-discoveryengine/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-discoveryengine
- v1-rev20260712-2.0.0
+ v1-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20260712-2.0.0'
+ implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/README.md b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/README.md
index dfe40425b43..0c6380cb5bd 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/README.md
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-discoveryengine
- v1alpha-rev20260712-2.0.0
+ v1alpha-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20260712-2.0.0'
+ implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/DiscoveryEngine.java b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/DiscoveryEngine.java
index d18b5d6394f..005d49653a4 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/DiscoveryEngine.java
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/DiscoveryEngine.java
@@ -25303,6 +25303,40 @@ public Get setLanguageCode(java.lang.String languageCode) {
return this;
}
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
+ * backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
+ * "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
+ * model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
+ * returns the end-user selector. The mobile surface is detected from the `X-Goog-
+ * Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String modelInfoView;
+
+ /** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
+ `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
+ (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
+ populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
+ detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public java.lang.String getModelInfoView() {
+ return modelInfoView;
+ }
+
+ /**
+ * Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
+ * backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
+ * "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
+ * model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
+ * returns the end-user selector. The mobile surface is detected from the `X-Goog-
+ * Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
+ */
+ public Get setModelInfoView(java.lang.String modelInfoView) {
+ this.modelInfoView = modelInfoView;
+ return this;
+ }
+
@Override
public Get set(String parameterName, Object value) {
return (Get) super.set(parameterName, value);
@@ -36862,7 +36896,7 @@ public Delete set(String parameterName, Object value) {
}
}
/**
- * Get an existing Experiment.
+ * Get an existing AlphaEvolveExperiment.
*
* Create a request for the method "alphaEvolveExperiments.get".
*
@@ -36888,7 +36922,7 @@ public class Get extends DiscoveryEngineRequest getFeatures() {
@@ -504,7 +504,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1Engine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
index e0afadc1f81..b22a93d2fe9 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
@@ -401,6 +401,18 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
@com.google.api.client.util.Key
private java.lang.String syncMode;
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String tag;
+
/**
* Output only. Timestamp the DataConnector was last updated.
* The value may be {@code null}.
@@ -1273,6 +1285,33 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setSyncMode(java.lang.Stri
return this;
}
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTag() {
+ return tag;
+ }
+
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @param tag tag or {@code null} for none
+ */
+ public GoogleCloudDiscoveryengineV1alphaDataConnector setTag(java.lang.String tag) {
+ this.tag = tag;
+ return this;
+ }
+
/**
* Output only. Timestamp the DataConnector was last updated.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaEngine.java b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaEngine.java
index 518bcf5bcd7..f5c18c87b22 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaEngine.java
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaEngine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1alphaEngine extends com.google.ap
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -502,7 +502,7 @@ public GoogleCloudDiscoveryengineV1alphaEngine setDisplayName(java.lang.String d
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -519,7 +519,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1alphaEngine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings.java b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings.java
index 065f772487a..0b99962fcac 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings.java
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings.java
@@ -118,7 +118,7 @@ public final class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings exten
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -382,7 +382,7 @@ public GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings setEnableVisualCo
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -398,7 +398,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1betaEngine.java b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1betaEngine.java
index a8ce6f2285b..a45ed1d320a 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1betaEngine.java
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1betaEngine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1betaEngine extends com.google.api
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -487,7 +487,7 @@ public GoogleCloudDiscoveryengineV1betaEngine setDisplayName(java.lang.String di
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -504,7 +504,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1betaEngine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/pom.xml b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/pom.xml
index cf2c2492be5..f2d33b108f7 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/2.0.0/pom.xml
+++ b/clients/google-api-services-discoveryengine/v1alpha/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-discoveryengine
- v1alpha-rev20260712-2.0.0
- Discovery Engine API v1alpha-rev20260712-2.0.0
+ v1alpha-rev20260718-2.0.0
+ Discovery Engine API v1alpha-rev20260718-2.0.0
jar
2011
diff --git a/clients/google-api-services-discoveryengine/v1alpha/README.md b/clients/google-api-services-discoveryengine/v1alpha/README.md
index dfe40425b43..0c6380cb5bd 100644
--- a/clients/google-api-services-discoveryengine/v1alpha/README.md
+++ b/clients/google-api-services-discoveryengine/v1alpha/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-discoveryengine
- v1alpha-rev20260712-2.0.0
+ v1alpha-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20260712-2.0.0'
+ implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/README.md b/clients/google-api-services-discoveryengine/v1beta/2.0.0/README.md
index fd03368bcaa..294a42aa3e2 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/README.md
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-discoveryengine
- v1beta-rev20260712-2.0.0
+ v1beta-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20260712-2.0.0'
+ implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1DataConnector.java b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1DataConnector.java
index aff54e7bdf1..dba07970cc3 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1DataConnector.java
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1DataConnector.java
@@ -394,6 +394,18 @@ public final class GoogleCloudDiscoveryengineV1DataConnector extends com.google.
@com.google.api.client.util.Key
private java.lang.String syncMode;
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String tag;
+
/**
* Output only. Timestamp the DataConnector was last updated.
* The value may be {@code null}.
@@ -1249,6 +1261,33 @@ public GoogleCloudDiscoveryengineV1DataConnector setSyncMode(java.lang.String sy
return this;
}
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTag() {
+ return tag;
+ }
+
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @param tag tag or {@code null} for none
+ */
+ public GoogleCloudDiscoveryengineV1DataConnector setTag(java.lang.String tag) {
+ this.tag = tag;
+ return this;
+ }
+
/**
* Output only. Timestamp the DataConnector was last updated.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1Engine.java b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1Engine.java
index e23d1cafcde..546b417bb58 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1Engine.java
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1Engine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -487,7 +487,7 @@ public GoogleCloudDiscoveryengineV1Engine setDisplayName(java.lang.String displa
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -504,7 +504,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1Engine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
index 4047e4360de..a9b278eddc6 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaDataConnector.java
@@ -401,6 +401,18 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
@com.google.api.client.util.Key
private java.lang.String syncMode;
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String tag;
+
/**
* Output only. Timestamp the DataConnector was last updated.
* The value may be {@code null}.
@@ -1273,6 +1285,33 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setSyncMode(java.lang.Stri
return this;
}
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getTag() {
+ return tag;
+ }
+
+ /**
+ * Optional. Immutable. User-facing, version-independent label for this connector. May be shared
+ * by multiple connectors under the same (project, location, collection, data_source); tag-based
+ * lookup returns the one with the greatest create_time. Optional at Create time. Agent Designer
+ * resolves connectors via (data_source, tag) when set, falling back to the legacy resource-name
+ * lookup when unset, so connectors created before the tag-write launch continue to work without a
+ * backfill.
+ * @param tag tag or {@code null} for none
+ */
+ public GoogleCloudDiscoveryengineV1alphaDataConnector setTag(java.lang.String tag) {
+ this.tag = tag;
+ return this;
+ }
+
/**
* Output only. Timestamp the DataConnector was last updated.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaEngine.java b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaEngine.java
index ed728ace0f9..ad54f13af72 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaEngine.java
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1alphaEngine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1alphaEngine extends com.google.ap
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -502,7 +502,7 @@ public GoogleCloudDiscoveryengineV1alphaEngine setDisplayName(java.lang.String d
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -519,7 +519,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1alphaEngine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1betaEngine.java b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1betaEngine.java
index 103004e3240..f2eb6e336ff 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1betaEngine.java
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/com/google/api/services/discoveryengine/v1beta/model/GoogleCloudDiscoveryengineV1betaEngine.java
@@ -140,7 +140,7 @@ public final class GoogleCloudDiscoveryengineV1betaEngine extends com.google.api
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -487,7 +487,7 @@ public GoogleCloudDiscoveryengineV1betaEngine setDisplayName(java.lang.String di
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @return value or {@code null} for none
*/
public java.util.Map getFeatures() {
@@ -504,7 +504,7 @@ public java.util.Map getFeatures() {
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-
* projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-
- * agent-orchestration` * `cross-product-intelligence` * `deep-research`
+ * agent-orchestration` * `cross-product-intelligence`
* @param features features or {@code null} for none
*/
public GoogleCloudDiscoveryengineV1betaEngine setFeatures(java.util.Map features) {
diff --git a/clients/google-api-services-discoveryengine/v1beta/2.0.0/pom.xml b/clients/google-api-services-discoveryengine/v1beta/2.0.0/pom.xml
index cfaadd09e81..3de34bee3c7 100644
--- a/clients/google-api-services-discoveryengine/v1beta/2.0.0/pom.xml
+++ b/clients/google-api-services-discoveryengine/v1beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-discoveryengine
- v1beta-rev20260712-2.0.0
- Discovery Engine API v1beta-rev20260712-2.0.0
+ v1beta-rev20260718-2.0.0
+ Discovery Engine API v1beta-rev20260718-2.0.0
jar
2011
diff --git a/clients/google-api-services-discoveryengine/v1beta/README.md b/clients/google-api-services-discoveryengine/v1beta/README.md
index fd03368bcaa..294a42aa3e2 100644
--- a/clients/google-api-services-discoveryengine/v1beta/README.md
+++ b/clients/google-api-services-discoveryengine/v1beta/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-discoveryengine
- v1beta-rev20260712-2.0.0
+ v1beta-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20260712-2.0.0'
+ implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20260718-2.0.0'
}
```