Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModelAdminView

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
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModelAdminView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModelAdminView : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX