Class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsModelConfigInfoResolvedModelAdminView
Admin-surface metadata. Populated only when the request originates from the Cloud Console admin "Feature Control" page; left unset for end-user surfaces (Web, Mobile). Lets the admin page render its toggle table directly from the backend instead of a hardcoded client-side registry.
Inheritance
GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsModelConfigInfoResolvedModelAdminView
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsModelConfigInfoResolvedModelAdminView : IDirectResponseSchema
Properties
AdminOverridable
Output only. Whether the admin can toggle this model's enabled/disabled state via
UiSettings.model_configs. Derived from MODEL_TAG_ADMIN_OVERRIDABLE. When false, the model is "forced"
and its state is governed by enabled_by_default.
Declaration
[JsonProperty("adminOverridable")]
public virtual bool? AdminOverridable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnabledByDefault
Output only. Whether the model is enabled when the admin has set no explicit override in
UiSettings.model_configs. Derived from MODEL_TAG_ENABLED_BY_DEFAULT.
Declaration
[JsonProperty("enabledByDefault")]
public virtual bool? EnabledByDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Regions
Output only. Regions where this model is launched.
Declaration
[JsonProperty("regions")]
public virtual IList<string> Regions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |