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.
Implements
IMessageDebugFlags, IEquatableDebugFlags, IDeepCloneableDebugFlags, 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 |
bool |
IncludeAquaDebugResponse
public bool IncludeAquaDebugResponse { get; set; }
Whether to include the Aqua debug response.
Property Value | |
---|---|
Type | Description |
bool |
IncludeDomainList
public bool IncludeDomainList { get; set; }
Whether to include the domain list.
Property Value | |
---|---|
Type | Description |
bool |
IncludeHumanInterpretation
public bool IncludeHumanInterpretation { get; set; }
Whether to include the original human interpretation strings generated by Analyza.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |
IncludeNestedVaQuery
public bool IncludeNestedVaQuery { get; set; }
Whether to include the original nested VAQuery.
Property Value | |
---|---|
Type | Description |
bool |
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 |
bool |
IncludeTableList
public bool IncludeTableList { get; set; }
Whether to include the table list.
Property Value | |
---|---|
Type | Description |
bool |
IncludeVaQuery
public bool IncludeVaQuery { get; set; }
Whether to include the original VAQuery.
Property Value | |
---|---|
Type | Description |
bool |
IncludeVirtualAnalystEntities
public bool IncludeVirtualAnalystEntities { get; set; }
Whether to include the entity list passed to Analyza.
Property Value | |
---|---|
Type | Description |
bool |
IsInternalGoogleUser
public bool IsInternalGoogleUser { get; set; }
Set to true if request is initiated by an internal Google user.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |