ModelInfoView

Selects which "view" of the model selector configuration the backend computes for WidgetConfig.UiSettings.ModelConfigInfo.

The end-user views (END_USER_WEB, END_USER_MOBILE) return the user-facing model selector for their respective surface; the ADMIN view returns the set surfaced on the Cloud Console admin "Feature Control" page, with ModelConfigInfo.ResolvedModel.admin_view populated on each entry.

Enums
MODEL_INFO_VIEW_UNSPECIFIED Not specified.
END_USER_WEB The end-user web model selector view.
ADMIN The Cloud Console admin "Feature Control" view that displays model toggles. Returns admin-surfaced models with ResolvedModel.admin_view populated.
END_USER_MOBILE The end-user model selector view for the Gemini Enterprise mobile app. Returns only mobile-surfaced models, with the mobile default selected. Set explicitly by the mobile client.