Data QnA v1alpha API - Class DebugFlags (2.0.0-alpha02)

public sealed class DebugFlags : IMessage<DebugFlags>, IEquatable<DebugFlags>, IDeepCloneable<DebugFlags>, IBufferMessage, IMessage

Reference documentation and code samples for the Data QnA v1alpha API class DebugFlags.

Configuriation of debug flags.

Inheritance

object > DebugFlags

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

DebugFlags()

public DebugFlags()

DebugFlags(DebugFlags)

public DebugFlags(DebugFlags other)
Parameter
NameDescription
otherDebugFlags

Properties

IgnoreCache

public bool IgnoreCache { get; set; }

Determines whether cache needs to be ignored. If set to true, cache won't be queried and updated.

Property Value
TypeDescription
bool

IncludeAquaDebugResponse

public bool IncludeAquaDebugResponse { get; set; }

Whether to include the Aqua debug response.

Property Value
TypeDescription
bool

IncludeDomainList

public bool IncludeDomainList { get; set; }

Whether to include the domain list.

Property Value
TypeDescription
bool

IncludeHumanInterpretation

public bool IncludeHumanInterpretation { get; set; }

Whether to include the original human interpretation strings generated by Analyza.

Property Value
TypeDescription
bool

IncludeListColumnAnnotationsRpc

public bool IncludeListColumnAnnotationsRpc { get; set; }

Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.

Property Value
TypeDescription
bool

IncludeNestedVaQuery

public bool IncludeNestedVaQuery { get; set; }

Whether to include the original nested VAQuery.

Property Value
TypeDescription
bool

IncludeSearchEntitiesRpc

public bool IncludeSearchEntitiesRpc { get; set; }

Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.

Property Value
TypeDescription
bool

IncludeTableList

public bool IncludeTableList { get; set; }

Whether to include the table list.

Property Value
TypeDescription
bool

IncludeVaQuery

public bool IncludeVaQuery { get; set; }

Whether to include the original VAQuery.

Property Value
TypeDescription
bool

IncludeVirtualAnalystEntities

public bool IncludeVirtualAnalystEntities { get; set; }

Whether to include the entity list passed to Analyza.

Property Value
TypeDescription
bool

IsInternalGoogleUser

public bool IsInternalGoogleUser { get; set; }

Set to true if request is initiated by an internal Google user.

Property Value
TypeDescription
bool

TimeOverride

public long TimeOverride { get; set; }

The time in milliseconds from Unix epoch to be used to process the query. This is useful for testing the queries at different time period. If not set or time_override <= 0, then the current time is used.

Property Value
TypeDescription
long