Class: Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownQuery

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Overview

Drill down query config.

Instance Attribute Summary collapse

Instance Attribute Details

#query::String

Returns Required. Search query to be executed on drill down.

Returns:

  • (::String)

    Required. Search query to be executed on drill down.



602
603
604
605
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 602

class DrillDownQuery
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end