Class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
Observability config for a resource.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaObservabilityConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObservabilityEnabled
Optional. Enables observability. If false, all other flags are ignored.
Declaration
[JsonProperty("observabilityEnabled")]
public virtual bool? ObservabilityEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SensitiveLoggingEnabled
Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
Declaration
[JsonProperty("sensitiveLoggingEnabled")]
public virtual bool? SensitiveLoggingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |