Class: Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/table.rb

Overview

A table that displays time series data.

Defined Under Namespace

Modules: MetricVisualization Classes: ColumnSettings, TableDataSet

Instance Attribute Summary collapse

Instance Attribute Details

#column_settings::Array<::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::ColumnSettings>

Returns Optional. The list of the persistent column settings for the table.

Returns:



35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 35

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

  # Groups a time series query definition with table options.
  # @!attribute [rw] time_series_query
  #   @return [::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesQuery]
  #     Required. Fields for querying time series data from the
  #     Stackdriver metrics API.
  # @!attribute [rw] table_template
  #   @return [::String]
  #     Optional. A template string for naming `TimeSeries` in the resulting data
  #     set. This should be a string with interpolations of the form
  #     `${label_name}`, which will resolve to the label's value i.e.
  #     "$\\{resource.labels.project_id}."
  # @!attribute [rw] min_alignment_period
  #   @return [::Google::Protobuf::Duration]
  #     Optional. The lower bound on data point frequency for this data set,
  #     implemented by specifying the minimum alignment period to use in a time
  #     series query For example, if the data is published once every 10 minutes,
  #     the `min_alignment_period` should be at least 10 minutes. It would not
  #     make sense to fetch and align data at one minute intervals.
  # @!attribute [rw] table_display_options
  #   @return [::Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions]
  #     Optional. Table display options for configuring how the table is
  #     rendered.
  class TableDataSet
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The persistent settings for a table's columns.
  # @!attribute [rw] column
  #   @return [::String]
  #     Required. The id of the column.
  # @!attribute [rw] visible
  #   @return [::Boolean]
  #     Required. Whether the column should be visible on page load.
  class ColumnSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Enum for metric metric_visualization
  module MetricVisualization
    # Unspecified state
    METRIC_VISUALIZATION_UNSPECIFIED = 0

    # Default text rendering
    NUMBER = 1

    # Horizontal bar rendering
    BAR = 2
  end
end

#data_sets::Array<::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::TableDataSet>

Returns Required. The data displayed in this table.

Returns:



35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 35

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

  # Groups a time series query definition with table options.
  # @!attribute [rw] time_series_query
  #   @return [::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesQuery]
  #     Required. Fields for querying time series data from the
  #     Stackdriver metrics API.
  # @!attribute [rw] table_template
  #   @return [::String]
  #     Optional. A template string for naming `TimeSeries` in the resulting data
  #     set. This should be a string with interpolations of the form
  #     `${label_name}`, which will resolve to the label's value i.e.
  #     "$\\{resource.labels.project_id}."
  # @!attribute [rw] min_alignment_period
  #   @return [::Google::Protobuf::Duration]
  #     Optional. The lower bound on data point frequency for this data set,
  #     implemented by specifying the minimum alignment period to use in a time
  #     series query For example, if the data is published once every 10 minutes,
  #     the `min_alignment_period` should be at least 10 minutes. It would not
  #     make sense to fetch and align data at one minute intervals.
  # @!attribute [rw] table_display_options
  #   @return [::Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions]
  #     Optional. Table display options for configuring how the table is
  #     rendered.
  class TableDataSet
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The persistent settings for a table's columns.
  # @!attribute [rw] column
  #   @return [::String]
  #     Required. The id of the column.
  # @!attribute [rw] visible
  #   @return [::Boolean]
  #     Required. Whether the column should be visible on page load.
  class ColumnSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Enum for metric metric_visualization
  module MetricVisualization
    # Unspecified state
    METRIC_VISUALIZATION_UNSPECIFIED = 0

    # Default text rendering
    NUMBER = 1

    # Horizontal bar rendering
    BAR = 2
  end
end

#metric_visualization::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::MetricVisualization

Returns Optional. Store rendering strategy.



35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 35

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

  # Groups a time series query definition with table options.
  # @!attribute [rw] time_series_query
  #   @return [::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesQuery]
  #     Required. Fields for querying time series data from the
  #     Stackdriver metrics API.
  # @!attribute [rw] table_template
  #   @return [::String]
  #     Optional. A template string for naming `TimeSeries` in the resulting data
  #     set. This should be a string with interpolations of the form
  #     `${label_name}`, which will resolve to the label's value i.e.
  #     "$\\{resource.labels.project_id}."
  # @!attribute [rw] min_alignment_period
  #   @return [::Google::Protobuf::Duration]
  #     Optional. The lower bound on data point frequency for this data set,
  #     implemented by specifying the minimum alignment period to use in a time
  #     series query For example, if the data is published once every 10 minutes,
  #     the `min_alignment_period` should be at least 10 minutes. It would not
  #     make sense to fetch and align data at one minute intervals.
  # @!attribute [rw] table_display_options
  #   @return [::Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions]
  #     Optional. Table display options for configuring how the table is
  #     rendered.
  class TableDataSet
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The persistent settings for a table's columns.
  # @!attribute [rw] column
  #   @return [::String]
  #     Required. The id of the column.
  # @!attribute [rw] visible
  #   @return [::Boolean]
  #     Required. Whether the column should be visible on page load.
  class ColumnSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Enum for metric metric_visualization
  module MetricVisualization
    # Unspecified state
    METRIC_VISUALIZATION_UNSPECIFIED = 0

    # Default text rendering
    NUMBER = 1

    # Horizontal bar rendering
    BAR = 2
  end
end