Class: Google::Cloud::Chronicle::V1::NativeDashboardWithChartsAndQueries

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

Overview

NativeDashboardWithChartsAndQueries for exporting a dashboard.

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard::Google::Cloud::Chronicle::V1::NativeDashboard

Returns Optional. Native dashboard.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 65

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

#dashboard_charts::Array<::Google::Cloud::Chronicle::V1::DashboardChart>

Returns Optional. Charts in the dashboard.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 65

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

#dashboard_queries::Array<::Google::Cloud::Chronicle::V1::DashboardQuery>

Returns Optional. Queries in the dashboard.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 65

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