Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaObservabilityConfig

Observability config for a resource.

Inheritance
object
GoogleCloudDiscoveryengineV1betaObservabilityConfig
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 GoogleCloudDiscoveryengineV1betaObservabilityConfig : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX