Class DebugFlags (1.0.0-alpha03)

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

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
Boolean

IncludeAquaDebugResponse

public bool IncludeAquaDebugResponse { get; set; }

Whether to include the Aqua debug response.

Property Value
TypeDescription
Boolean

IncludeDomainList

public bool IncludeDomainList { get; set; }

Whether to include the domain list.

Property Value
TypeDescription
Boolean

IncludeHumanInterpretation

public bool IncludeHumanInterpretation { get; set; }

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

Property Value
TypeDescription
Boolean

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
Boolean

IncludeNestedVaQuery

public bool IncludeNestedVaQuery { get; set; }

Whether to include the original nested VAQuery.

Property Value
TypeDescription
Boolean

IncludeSearchEntitiesRpc

public bool IncludeSearchEntitiesRpc { get; set; }

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

Property Value
TypeDescription
Boolean

IncludeTableList

public bool IncludeTableList { get; set; }

Whether to include the table list.

Property Value
TypeDescription
Boolean

IncludeVaQuery

public bool IncludeVaQuery { get; set; }

Whether to include the original VAQuery.

Property Value
TypeDescription
Boolean

IncludeVirtualAnalystEntities

public bool IncludeVirtualAnalystEntities { get; set; }

Whether to include the entity list passed to Analyza.

Property Value
TypeDescription
Boolean

IsInternalGoogleUser

public bool IsInternalGoogleUser { get; set; }

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

Property Value
TypeDescription
Boolean

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
Int64