BigQuery Data QnA V1alpha API - Class Google::Cloud::DataQnA::V1alpha::DebugFlags (v0.7.0)

Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::DebugFlags.

Configuriation of debug flags.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ignore_cache

def ignore_cache() -> ::Boolean
Returns
  • (::Boolean) — Determines whether cache needs to be ignored. If set to true, cache won't be queried and updated.

#ignore_cache=

def ignore_cache=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Determines whether cache needs to be ignored. If set to true, cache won't be queried and updated.
Returns
  • (::Boolean) — Determines whether cache needs to be ignored. If set to true, cache won't be queried and updated.

#include_aqua_debug_response

def include_aqua_debug_response() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the Aqua debug response.

#include_aqua_debug_response=

def include_aqua_debug_response=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the Aqua debug response.
Returns
  • (::Boolean) — Whether to include the Aqua debug response.

#include_domain_list

def include_domain_list() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the domain list.

#include_domain_list=

def include_domain_list=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the domain list.
Returns
  • (::Boolean) — Whether to include the domain list.

#include_human_interpretation

def include_human_interpretation() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the original human interpretation strings generated by Analyza.

#include_human_interpretation=

def include_human_interpretation=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the original human interpretation strings generated by Analyza.
Returns
  • (::Boolean) — Whether to include the original human interpretation strings generated by Analyza.

#include_list_column_annotations_rpc

def include_list_column_annotations_rpc() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.

#include_list_column_annotations_rpc=

def include_list_column_annotations_rpc=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.
Returns
  • (::Boolean) — Whether to include the request/response pair from the call to the Annotations service for ListColumnAnnotations.

#include_nested_va_query

def include_nested_va_query() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the original nested VAQuery.

#include_nested_va_query=

def include_nested_va_query=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the original nested VAQuery.
Returns
  • (::Boolean) — Whether to include the original nested VAQuery.

#include_search_entities_rpc

def include_search_entities_rpc() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.

#include_search_entities_rpc=

def include_search_entities_rpc=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.
Returns
  • (::Boolean) — Whether to include the request/response pair from the call to the EntityIndex for SearchEntities.

#include_table_list

def include_table_list() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the table list.

#include_table_list=

def include_table_list=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the table list.
Returns
  • (::Boolean) — Whether to include the table list.

#include_va_query

def include_va_query() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the original VAQuery.

#include_va_query=

def include_va_query=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the original VAQuery.
Returns
  • (::Boolean) — Whether to include the original VAQuery.

#include_virtual_analyst_entities

def include_virtual_analyst_entities() -> ::Boolean
Returns
  • (::Boolean) — Whether to include the entity list passed to Analyza.

#include_virtual_analyst_entities=

def include_virtual_analyst_entities=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to include the entity list passed to Analyza.
Returns
  • (::Boolean) — Whether to include the entity list passed to Analyza.

#is_internal_google_user

def is_internal_google_user() -> ::Boolean
Returns
  • (::Boolean) — Set to true if request is initiated by an internal Google user.

#is_internal_google_user=

def is_internal_google_user=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Set to true if request is initiated by an internal Google user.
Returns
  • (::Boolean) — Set to true if request is initiated by an internal Google user.

#time_override

def time_override() -> ::Integer
Returns
  • (::Integer) — 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.

#time_override=

def time_override=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.