You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java
+42-42Lines changed: 42 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -19445,32 +19445,32 @@ public Get setLanguageCode(java.lang.String languageCode) {
19445
19445
19446
19446
/**
19447
19447
* Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
19448
-
* backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
19449
-
* "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
19450
-
* model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
19451
-
* returns the end-user selector. The mobile surface is detected from the `X-Goog-
19452
-
* Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
19448
+
* backend computes. `ADMIN` is set by the Cloud Console admin "Feature Management"
19449
+
* page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with
19450
+
* `ResolvedModel.admin_view` populated; `END_USER_MOBILE` is set by the Gemini
19451
+
* Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
19452
+
* returns the end-user web selector.
19453
19453
*/
19454
19454
@com.google.api.client.util.Key
19455
19455
private java.lang.String modelInfoView;
19456
19456
19457
19457
/** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
19458
-
`MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
19459
-
(screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
19460
-
populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
19461
-
detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
19458
+
`ADMIN` is set by the Cloud Console admin "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to
19459
+
receive the admin-surfaced model set with `ResolvedModel.admin_view` populated; `END_USER_MOBILE`
19460
+
is set by the Gemini Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
19461
+
returns the end-user web selector.
19462
19462
*/
19463
19463
public java.lang.String getModelInfoView() {
19464
19464
return modelInfoView;
19465
19465
}
19466
19466
19467
19467
/**
19468
19468
* Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
19469
-
* backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
19470
-
* "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
19471
-
* model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
19472
-
* returns the end-user selector. The mobile surface is detected from the `X-Goog-
19473
-
* Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
19469
+
* backend computes. `ADMIN` is set by the Cloud Console admin "Feature Management"
19470
+
* page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with
19471
+
* `ResolvedModel.admin_view` populated; `END_USER_MOBILE` is set by the Gemini
19472
+
* Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
19473
+
* returns the end-user web selector.
19474
19474
*/
19475
19475
public Get setModelInfoView(java.lang.String modelInfoView) {
19476
19476
this.modelInfoView = modelInfoView;
@@ -29541,32 +29541,32 @@ public Get setLanguageCode(java.lang.String languageCode) {
29541
29541
29542
29542
/**
29543
29543
* Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
29544
-
* backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
29545
-
* "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
29546
-
* model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
29547
-
* returns the end-user selector. The mobile surface is detected from the `X-Goog-
29548
-
* Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
29544
+
* backend computes. `ADMIN` is set by the Cloud Console admin "Feature Management"
29545
+
* page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with
29546
+
* `ResolvedModel.admin_view` populated; `END_USER_MOBILE` is set by the Gemini
29547
+
* Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
29548
+
* returns the end-user web selector.
29549
29549
*/
29550
29550
@com.google.api.client.util.Key
29551
29551
private java.lang.String modelInfoView;
29552
29552
29553
29553
/** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
29554
-
`MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
29555
-
(screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
29556
-
populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
29557
-
detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
29554
+
`ADMIN` is set by the Cloud Console admin "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to
29555
+
receive the admin-surfaced model set with `ResolvedModel.admin_view` populated; `END_USER_MOBILE`
29556
+
is set by the Gemini Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
29557
+
returns the end-user web selector.
29558
29558
*/
29559
29559
public java.lang.String getModelInfoView() {
29560
29560
return modelInfoView;
29561
29561
}
29562
29562
29563
29563
/**
29564
29564
* Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the
29565
-
* backend computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin
29566
-
* "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced
29567
-
* model set with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB`
29568
-
* returns the end-user selector. The mobile surface is detected from the `X-Goog-
29569
-
* Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
29565
+
* backend computes. `ADMIN` is set by the Cloud Console admin "Feature Management"
29566
+
* page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with
29567
+
* `ResolvedModel.admin_view` populated; `END_USER_MOBILE` is set by the Gemini
29568
+
* Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
29569
+
* returns the end-user web selector.
29570
29570
*/
29571
29571
public Get setModelInfoView(java.lang.String modelInfoView) {
29572
29572
this.modelInfoView = modelInfoView;
@@ -43875,32 +43875,32 @@ public Get setLanguageCode(java.lang.String languageCode) {
43875
43875
43876
43876
/**
43877
43877
* Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend
43878
-
* computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature
43879
-
* Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set
43880
-
* with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB` returns the
43881
-
* end-user selector. The mobile surface is detected from the `X-Goog-Gemini-Enterprise-
43882
-
* Mobile` header instead (see `ModelInfoView`).
43878
+
* computes. `ADMIN` is set by the Cloud Console admin "Feature Management" page
43879
+
* (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with
43880
+
* `ResolvedModel.admin_view` populated; `END_USER_MOBILE` is set by the Gemini
43881
+
* Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB` returns
43882
+
* the end-user web selector.
43883
43883
*/
43884
43884
@com.google.api.client.util.Key
43885
43885
private java.lang.String modelInfoView;
43886
43886
43887
43887
/** Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend computes.
43888
-
`MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature Management" page
43889
-
(screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with `ResolvedModel.admin_view`
43890
-
populated; unset / `MODEL_INFO_VIEW_WEB` returns the end-user selector. The mobile surface is
43891
-
detected from the `X-Goog-Gemini-Enterprise-Mobile` header instead (see `ModelInfoView`).
43888
+
`ADMIN` is set by the Cloud Console admin "Feature Management" page (screen/4Vn9gQKbN8tb7gm) to
43889
+
receive the admin-surfaced model set with `ResolvedModel.admin_view` populated; `END_USER_MOBILE`
43890
+
is set by the Gemini Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB`
43891
+
returns the end-user web selector.
43892
43892
*/
43893
43893
public java.lang.String getModelInfoView() {
43894
43894
return modelInfoView;
43895
43895
}
43896
43896
43897
43897
/**
43898
43898
* Optional. Selects which view of `WidgetConfig.UiSettings.ModelConfigInfo` the backend
43899
-
* computes. `MODEL_INFO_VIEW_ADMIN` is set by the Cloud Console admin "Feature
43900
-
* Management" page (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set
43901
-
* with `ResolvedModel.admin_view` populated; unset / `MODEL_INFO_VIEW_WEB` returns the
43902
-
* end-user selector. The mobile surface is detected from the `X-Goog-Gemini-Enterprise-
43903
-
* Mobile` header instead (see `ModelInfoView`).
43899
+
* computes. `ADMIN` is set by the Cloud Console admin "Feature Management" page
43900
+
* (screen/4Vn9gQKbN8tb7gm) to receive the admin-surfaced model set with
43901
+
* `ResolvedModel.admin_view` populated; `END_USER_MOBILE` is set by the Gemini
43902
+
* Enterprise mobile app to receive the mobile model set; unset / `END_USER_WEB` returns
43903
+
* the end-user web selector.
43904
43904
*/
43905
43905
public Get setModelInfoView(java.lang.String modelInfoView) {
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1AssistantCustomerPolicy.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ public final class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy extends c
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataConnector.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,13 @@ public final class GoogleCloudDiscoveryengineV1DataConnector extends com.google.
136
136
@com.google.api.client.util.Key
137
137
privateStringcreateTime;
138
138
139
+
/**
140
+
* Optional. Specifies the data protection policy for the connector.
0 commit comments