Class: Google::Cloud::DataQnA::V1alpha::DebugFlags

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

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.



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