Class: Google::Cloud::Chronicle::V1::DashboardDefinition::ChartConfig

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

Configuration of the chart including chart reference, layout and filters.

Defined Under Namespace

Classes: ChartLayout

Instance Attribute Summary collapse

Instance Attribute Details

#chart_layout::Google::Cloud::Chronicle::V1::DashboardDefinition::ChartConfig::ChartLayout



434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 434

class ChartConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Layout of the chart.
  # @!attribute [rw] start_x
  #   @return [::Integer]
  # @!attribute [rw] span_x
  #   @return [::Integer]
  # @!attribute [rw] start_y
  #   @return [::Integer]
  # @!attribute [rw] span_y
  #   @return [::Integer]
  class ChartLayout
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#dashboard_chart::String (readonly)

Returns:

  • (::String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 434

class ChartConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Layout of the chart.
  # @!attribute [rw] start_x
  #   @return [::Integer]
  # @!attribute [rw] span_x
  #   @return [::Integer]
  # @!attribute [rw] start_y
  #   @return [::Integer]
  # @!attribute [rw] span_y
  #   @return [::Integer]
  class ChartLayout
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#filters_ids::Array<::String>

Returns Dashboard filters applied to the chart.

Returns:

  • (::Array<::String>)

    Dashboard filters applied to the chart.



434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 434

class ChartConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Layout of the chart.
  # @!attribute [rw] start_x
  #   @return [::Integer]
  # @!attribute [rw] span_x
  #   @return [::Integer]
  # @!attribute [rw] start_y
  #   @return [::Integer]
  # @!attribute [rw] span_y
  #   @return [::Integer]
  class ChartLayout
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end