Class: Google::Cloud::DataQnA::V1alpha::DebugFlags
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::DebugFlags
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
Configuriation of debug flags.
Instance Attribute Summary collapse
-
#ignore_cache ⇒ ::Boolean
Determines whether cache needs to be ignored.
-
#include_aqua_debug_response ⇒ ::Boolean
Whether to include the Aqua debug response.
-
#include_domain_list ⇒ ::Boolean
Whether to include the domain list.
-
#include_human_interpretation ⇒ ::Boolean
Whether to include the original human interpretation strings generated by Analyza.
-
#include_list_column_annotations_rpc ⇒ ::Boolean
Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.
-
#include_nested_va_query ⇒ ::Boolean
Whether to include the original nested VAQuery.
-
#include_search_entities_rpc ⇒ ::Boolean
Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.
-
#include_table_list ⇒ ::Boolean
Whether to include the table list.
-
#include_va_query ⇒ ::Boolean
Whether to include the original VAQuery.
-
#include_virtual_analyst_entities ⇒ ::Boolean
Whether to include the entity list passed to Analyza.
-
#is_internal_google_user ⇒ ::Boolean
Set to true if request is initiated by an internal Google user.
-
#time_override ⇒ ::Integer
The time in milliseconds from Unix epoch to be used to process the query.
Instance Attribute Details
#ignore_cache ⇒ ::Boolean
Returns Determines whether cache needs to be ignored. If set to true, cache won't be queried and updated.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_aqua_debug_response ⇒ ::Boolean
Returns Whether to include the Aqua debug response.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_domain_list ⇒ ::Boolean
Returns Whether to include the domain list.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_human_interpretation ⇒ ::Boolean
Returns Whether to include the original human interpretation strings generated by Analyza.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_list_column_annotations_rpc ⇒ ::Boolean
Returns Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_nested_va_query ⇒ ::Boolean
Returns Whether to include the original nested VAQuery.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_search_entities_rpc ⇒ ::Boolean
Returns Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_table_list ⇒ ::Boolean
Returns Whether to include the table list.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_va_query ⇒ ::Boolean
Returns Whether to include the original VAQuery.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_virtual_analyst_entities ⇒ ::Boolean
Returns Whether to include the entity list passed to Analyza.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_internal_google_user ⇒ ::Boolean
Returns Set to true if request is initiated by an internal Google user.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_override ⇒ ::Integer
Returns 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.
399 400 401 402 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 399 class DebugFlags include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |