Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series

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

Defined Under Namespace

Classes: AreaStyle, ChartSliceColor, DataLabel, Encode, GaugeConfig, GaugeValue, ItemColors, ItemStyle, MetricTrendConfig, UserSelectedValues

Instance Attribute Summary collapse

Instance Attribute Details

#area_style::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::AreaStyle

Returns Optional. Custom styling for area chart.

Returns:



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#data_label::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::DataLabel

Returns Optional. Data label config for a series. Displays data vaule in the chart.

Returns:



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#encode::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::Encode



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#field::String

Returns:

  • (::String)


184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#gauge_config::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeConfig

Returns Optional. Field to be saved for retrieving gauge config for gauge chart.

Returns:



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#item_colors::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ItemColors

Returns Optional. Field to be saved for retrieving slice colors for the chart.

Returns:



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#item_style::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ItemStyle

Returns Optional. Custom styling for chart.



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#label::String

Returns:

  • (::String)


184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#metric_trend_config::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::MetricTrendConfig

Returns Optional. Fields to capture trend config for metric charts.

Returns:



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#radius::Array<::String>

Returns Optional. Used to make a pie chart into a douhnut chart.

Returns:

  • (::Array<::String>)

    Optional. Used to make a pie chart into a douhnut chart



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#series_name::String

Returns user specified series label.

Returns:

  • (::String)

    user specified series label



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#series_stack_strategy::Google::Cloud::Chronicle::V1::SeriesStackStrategy



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#series_type::Google::Cloud::Chronicle::V1::SeriesType



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#series_unique_value::String

Returns Optional. Series unique value from the query result.

Returns:

  • (::String)

    Optional. Series unique value from the query result



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#show_background::Boolean

Returns:

  • (::Boolean)


184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#show_symbol::Boolean

Returns:

  • (::Boolean)


184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#stack::String

Returns:

  • (::String)


184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 184

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

  # @!attribute [rw] x
  #   @return [::String]
  # @!attribute [rw] y
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  #     For some type of series that are not in any coordinate system, like
  #     'pie'
  # @!attribute [rw] item_name
  #   @return [::String]
  #     This is useful in charts like 'pie', where data item name can be
  #     displayed in legend.
  class Encode
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Data label config for a series.
  # @!attribute [rw] show
  #   @return [::Boolean]
  #     Optional. Whether to show data label.
  class DataLabel
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for chart
  # @!attribute [rw] border_width
  #   @return [::Integer]
  #     Optional. Used to add border width
  # @!attribute [rw] border_color
  #   @return [::String]
  #     Optional. Used to add border color
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  class ItemStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Custom styling for area chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Used to add color
  # @!attribute [rw] origin
  #   @return [::String]
  #     Optional. Used to add origin
  # @!attribute [rw] shadow_blur
  #   @return [::Integer]
  #     Optional. Used to add shadow blur
  # @!attribute [rw] shadow_color
  #   @return [::String]
  #     Optional. Used to add shadow color
  # @!attribute [rw] shadow_offset_x
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetX
  # @!attribute [rw] shadow_offset_y
  #   @return [::Integer]
  #     Optional. Used to add shadow offsetY
  # @!attribute [rw] opacity
  #   @return [::Integer]
  #     Optional. Used to add opacity
  class AreaStyle
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # User selected color and label for the slice of the chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. User specified color of a pie slice
  # @!attribute [rw] label
  #   @return [::String]
  #     Optional. User specified label for a pie slice
  class UserSelectedValues
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Slice containing the key and value for a slice in the chart
  # @!attribute [rw] key
  #   @return [::String]
  #     Optional. Key for the slice
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::UserSelectedValues]
  #     Optional. Value for the slice
  class ChartSliceColor
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving slice colors for the chart
  # @!attribute [rw] colors
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::ChartSliceColor>]
  #     Optional. Slice colors array
  class ItemColors
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] value
  #   @return [::Integer]
  #     Optional. Value for gauge chart
  # @!attribute [rw] color
  #   @return [::String]
  #     Optional. Color for gauge chart
  class GaugeValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Field to be saved for retrieving value and color for gauge chart
  # @!attribute [rw] base_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Base value for gauge chart
  # @!attribute [rw] limit_value
  #   @return [::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue]
  #     Optional. Limit value for gauge chart
  # @!attribute [rw] threshold_values
  #   @return [::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue>]
  #     Optional. Threshold values for gauge chart
  class GaugeConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Metric trend config for displaying trend value in Metrics chart
  # @!attribute [rw] metric_format
  #   @return [::Google::Cloud::Chronicle::V1::MetricFormat]
  #     Optional. Metric chart configuration to display metric trend
  # @!attribute [rw] show_metric_trend
  #   @return [::Boolean]
  #     Optional. Metric chart configuration to toggle the trend value
  #     display
  # @!attribute [rw] metric_display_trend
  #   @return [::Google::Cloud::Chronicle::V1::MetricDisplayTrend]
  #     Optional. Metric chart configuration to display the trend value
  # @!attribute [rw] metric_trend_type
  #   @return [::Google::Cloud::Chronicle::V1::MetricTrendType]
  #     Optional. Metric chart configuration to display trend type whether
  #     regular or inverse
  class MetricTrendConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end