Class DebugFlags

DebugFlags(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuriation of debug flags.

Attributes

NameDescription
include_va_query bool
Whether to include the original VAQuery.
include_nested_va_query bool
Whether to include the original nested VAQuery.
include_human_interpretation bool
Whether to include the original human interpretation strings generated by Analyza.
include_aqua_debug_response bool
Whether to include the Aqua debug response.
time_override int
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.="">
is_internal_google_user bool
Set to true if request is initiated by an internal Google user.
ignore_cache bool
Determines whether cache needs to be ignored. If set to true, cache won't be queried and updated.
include_search_entities_rpc bool
Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.
include_list_column_annotations_rpc bool
Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.
include_virtual_analyst_entities bool
Whether to include the entity list passed to Analyza.
include_table_list bool
Whether to include the table list.
include_domain_list bool
Whether to include the domain list.

Inheritance

builtins.object > proto.message.Message > DebugFlags