public sealed class DebugFlags : IMessage<DebugFlags>, IEquatable<DebugFlags>, IDeepCloneable<DebugFlags>, IBufferMessage, IMessageConfiguriation of debug flags.
Implements
IMessage<DebugFlags>, IEquatable<DebugFlags>, IDeepCloneable<DebugFlags>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
DebugFlags()
public DebugFlags()DebugFlags(DebugFlags)
public DebugFlags(DebugFlags other)| Parameter | |
|---|---|
| Name | Description |
other |
DebugFlags |
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 | |
|---|---|
| Type | Description |
Boolean |
|
IncludeAquaDebugResponse
public bool IncludeAquaDebugResponse { get; set; }Whether to include the Aqua debug response.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IncludeDomainList
public bool IncludeDomainList { get; set; }Whether to include the domain list.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IncludeHumanInterpretation
public bool IncludeHumanInterpretation { get; set; }Whether to include the original human interpretation strings generated by Analyza.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|
IncludeNestedVaQuery
public bool IncludeNestedVaQuery { get; set; }Whether to include the original nested VAQuery.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IncludeSearchEntitiesRpc
public bool IncludeSearchEntitiesRpc { get; set; }Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IncludeTableList
public bool IncludeTableList { get; set; }Whether to include the table list.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IncludeVaQuery
public bool IncludeVaQuery { get; set; }Whether to include the original VAQuery.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IncludeVirtualAnalystEntities
public bool IncludeVirtualAnalystEntities { get; set; }Whether to include the entity list passed to Analyza.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
IsInternalGoogleUser
public bool IsInternalGoogleUser { get; set; }Set to true if request is initiated by an internal Google user.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Int64 |
|