...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 package dashboard
24
25 import (
26 src "cloud.google.com/go/monitoring/dashboard/apiv1/dashboardpb"
27 grpc "google.golang.org/grpc"
28 )
29
30
31 const (
32 Aggregation_ALIGN_COUNT = src.Aggregation_ALIGN_COUNT
33 Aggregation_ALIGN_COUNT_FALSE = src.Aggregation_ALIGN_COUNT_FALSE
34 Aggregation_ALIGN_COUNT_TRUE = src.Aggregation_ALIGN_COUNT_TRUE
35 Aggregation_ALIGN_DELTA = src.Aggregation_ALIGN_DELTA
36 Aggregation_ALIGN_FRACTION_TRUE = src.Aggregation_ALIGN_FRACTION_TRUE
37 Aggregation_ALIGN_INTERPOLATE = src.Aggregation_ALIGN_INTERPOLATE
38 Aggregation_ALIGN_MAX = src.Aggregation_ALIGN_MAX
39 Aggregation_ALIGN_MEAN = src.Aggregation_ALIGN_MEAN
40 Aggregation_ALIGN_MIN = src.Aggregation_ALIGN_MIN
41 Aggregation_ALIGN_NEXT_OLDER = src.Aggregation_ALIGN_NEXT_OLDER
42 Aggregation_ALIGN_NONE = src.Aggregation_ALIGN_NONE
43 Aggregation_ALIGN_PERCENTILE_05 = src.Aggregation_ALIGN_PERCENTILE_05
44 Aggregation_ALIGN_PERCENTILE_50 = src.Aggregation_ALIGN_PERCENTILE_50
45 Aggregation_ALIGN_PERCENTILE_95 = src.Aggregation_ALIGN_PERCENTILE_95
46 Aggregation_ALIGN_PERCENTILE_99 = src.Aggregation_ALIGN_PERCENTILE_99
47 Aggregation_ALIGN_PERCENT_CHANGE = src.Aggregation_ALIGN_PERCENT_CHANGE
48 Aggregation_ALIGN_RATE = src.Aggregation_ALIGN_RATE
49 Aggregation_ALIGN_STDDEV = src.Aggregation_ALIGN_STDDEV
50 Aggregation_ALIGN_SUM = src.Aggregation_ALIGN_SUM
51 Aggregation_REDUCE_COUNT = src.Aggregation_REDUCE_COUNT
52 Aggregation_REDUCE_COUNT_FALSE = src.Aggregation_REDUCE_COUNT_FALSE
53 Aggregation_REDUCE_COUNT_TRUE = src.Aggregation_REDUCE_COUNT_TRUE
54 Aggregation_REDUCE_FRACTION_TRUE = src.Aggregation_REDUCE_FRACTION_TRUE
55 Aggregation_REDUCE_MAX = src.Aggregation_REDUCE_MAX
56 Aggregation_REDUCE_MEAN = src.Aggregation_REDUCE_MEAN
57 Aggregation_REDUCE_MIN = src.Aggregation_REDUCE_MIN
58 Aggregation_REDUCE_NONE = src.Aggregation_REDUCE_NONE
59 Aggregation_REDUCE_PERCENTILE_05 = src.Aggregation_REDUCE_PERCENTILE_05
60 Aggregation_REDUCE_PERCENTILE_50 = src.Aggregation_REDUCE_PERCENTILE_50
61 Aggregation_REDUCE_PERCENTILE_95 = src.Aggregation_REDUCE_PERCENTILE_95
62 Aggregation_REDUCE_PERCENTILE_99 = src.Aggregation_REDUCE_PERCENTILE_99
63 Aggregation_REDUCE_STDDEV = src.Aggregation_REDUCE_STDDEV
64 Aggregation_REDUCE_SUM = src.Aggregation_REDUCE_SUM
65 ChartOptions_COLOR = src.ChartOptions_COLOR
66 ChartOptions_MODE_UNSPECIFIED = src.ChartOptions_MODE_UNSPECIFIED
67 ChartOptions_STATS = src.ChartOptions_STATS
68 ChartOptions_X_RAY = src.ChartOptions_X_RAY
69 DashboardFilter_FILTER_TYPE_UNSPECIFIED = src.DashboardFilter_FILTER_TYPE_UNSPECIFIED
70 DashboardFilter_GROUP = src.DashboardFilter_GROUP
71 DashboardFilter_METRIC_LABEL = src.DashboardFilter_METRIC_LABEL
72 DashboardFilter_RESOURCE_LABEL = src.DashboardFilter_RESOURCE_LABEL
73 DashboardFilter_SYSTEM_METADATA_LABEL = src.DashboardFilter_SYSTEM_METADATA_LABEL
74 DashboardFilter_USER_METADATA_LABEL = src.DashboardFilter_USER_METADATA_LABEL
75 PickTimeSeriesFilter_BOTTOM = src.PickTimeSeriesFilter_BOTTOM
76 PickTimeSeriesFilter_DIRECTION_UNSPECIFIED = src.PickTimeSeriesFilter_DIRECTION_UNSPECIFIED
77 PickTimeSeriesFilter_METHOD_LATEST = src.PickTimeSeriesFilter_METHOD_LATEST
78 PickTimeSeriesFilter_METHOD_MAX = src.PickTimeSeriesFilter_METHOD_MAX
79 PickTimeSeriesFilter_METHOD_MEAN = src.PickTimeSeriesFilter_METHOD_MEAN
80 PickTimeSeriesFilter_METHOD_MIN = src.PickTimeSeriesFilter_METHOD_MIN
81 PickTimeSeriesFilter_METHOD_SUM = src.PickTimeSeriesFilter_METHOD_SUM
82 PickTimeSeriesFilter_METHOD_UNSPECIFIED = src.PickTimeSeriesFilter_METHOD_UNSPECIFIED
83 PickTimeSeriesFilter_TOP = src.PickTimeSeriesFilter_TOP
84 SparkChartType_SPARK_BAR = src.SparkChartType_SPARK_BAR
85 SparkChartType_SPARK_CHART_TYPE_UNSPECIFIED = src.SparkChartType_SPARK_CHART_TYPE_UNSPECIFIED
86 SparkChartType_SPARK_LINE = src.SparkChartType_SPARK_LINE
87 StatisticalTimeSeriesFilter_METHOD_CLUSTER_OUTLIER = src.StatisticalTimeSeriesFilter_METHOD_CLUSTER_OUTLIER
88 StatisticalTimeSeriesFilter_METHOD_UNSPECIFIED = src.StatisticalTimeSeriesFilter_METHOD_UNSPECIFIED
89 Text_FORMAT_UNSPECIFIED = src.Text_FORMAT_UNSPECIFIED
90 Text_MARKDOWN = src.Text_MARKDOWN
91 Text_RAW = src.Text_RAW
92 Threshold_ABOVE = src.Threshold_ABOVE
93 Threshold_BELOW = src.Threshold_BELOW
94 Threshold_COLOR_UNSPECIFIED = src.Threshold_COLOR_UNSPECIFIED
95 Threshold_DIRECTION_UNSPECIFIED = src.Threshold_DIRECTION_UNSPECIFIED
96 Threshold_RED = src.Threshold_RED
97 Threshold_TARGET_AXIS_UNSPECIFIED = src.Threshold_TARGET_AXIS_UNSPECIFIED
98 Threshold_Y1 = src.Threshold_Y1
99 Threshold_Y2 = src.Threshold_Y2
100 Threshold_YELLOW = src.Threshold_YELLOW
101 XyChart_Axis_LINEAR = src.XyChart_Axis_LINEAR
102 XyChart_Axis_LOG10 = src.XyChart_Axis_LOG10
103 XyChart_Axis_SCALE_UNSPECIFIED = src.XyChart_Axis_SCALE_UNSPECIFIED
104 XyChart_DataSet_HEATMAP = src.XyChart_DataSet_HEATMAP
105 XyChart_DataSet_LINE = src.XyChart_DataSet_LINE
106 XyChart_DataSet_PLOT_TYPE_UNSPECIFIED = src.XyChart_DataSet_PLOT_TYPE_UNSPECIFIED
107 XyChart_DataSet_STACKED_AREA = src.XyChart_DataSet_STACKED_AREA
108 XyChart_DataSet_STACKED_BAR = src.XyChart_DataSet_STACKED_BAR
109 XyChart_DataSet_TARGET_AXIS_UNSPECIFIED = src.XyChart_DataSet_TARGET_AXIS_UNSPECIFIED
110 XyChart_DataSet_Y1 = src.XyChart_DataSet_Y1
111 XyChart_DataSet_Y2 = src.XyChart_DataSet_Y2
112 )
113
114
115 var (
116 Aggregation_Aligner_name = src.Aggregation_Aligner_name
117 Aggregation_Aligner_value = src.Aggregation_Aligner_value
118 Aggregation_Reducer_name = src.Aggregation_Reducer_name
119 Aggregation_Reducer_value = src.Aggregation_Reducer_value
120 ChartOptions_Mode_name = src.ChartOptions_Mode_name
121 ChartOptions_Mode_value = src.ChartOptions_Mode_value
122 DashboardFilter_FilterType_name = src.DashboardFilter_FilterType_name
123 DashboardFilter_FilterType_value = src.DashboardFilter_FilterType_value
124 File_google_monitoring_dashboard_v1_alertchart_proto = src.File_google_monitoring_dashboard_v1_alertchart_proto
125 File_google_monitoring_dashboard_v1_collapsible_group_proto = src.File_google_monitoring_dashboard_v1_collapsible_group_proto
126 File_google_monitoring_dashboard_v1_common_proto = src.File_google_monitoring_dashboard_v1_common_proto
127 File_google_monitoring_dashboard_v1_dashboard_filter_proto = src.File_google_monitoring_dashboard_v1_dashboard_filter_proto
128 File_google_monitoring_dashboard_v1_dashboard_proto = src.File_google_monitoring_dashboard_v1_dashboard_proto
129 File_google_monitoring_dashboard_v1_dashboards_service_proto = src.File_google_monitoring_dashboard_v1_dashboards_service_proto
130 File_google_monitoring_dashboard_v1_drilldowns_proto = src.File_google_monitoring_dashboard_v1_drilldowns_proto
131 File_google_monitoring_dashboard_v1_layouts_proto = src.File_google_monitoring_dashboard_v1_layouts_proto
132 File_google_monitoring_dashboard_v1_logs_panel_proto = src.File_google_monitoring_dashboard_v1_logs_panel_proto
133 File_google_monitoring_dashboard_v1_metrics_proto = src.File_google_monitoring_dashboard_v1_metrics_proto
134 File_google_monitoring_dashboard_v1_scorecard_proto = src.File_google_monitoring_dashboard_v1_scorecard_proto
135 File_google_monitoring_dashboard_v1_service_proto = src.File_google_monitoring_dashboard_v1_service_proto
136 File_google_monitoring_dashboard_v1_table_display_options_proto = src.File_google_monitoring_dashboard_v1_table_display_options_proto
137 File_google_monitoring_dashboard_v1_table_proto = src.File_google_monitoring_dashboard_v1_table_proto
138 File_google_monitoring_dashboard_v1_text_proto = src.File_google_monitoring_dashboard_v1_text_proto
139 File_google_monitoring_dashboard_v1_widget_proto = src.File_google_monitoring_dashboard_v1_widget_proto
140 File_google_monitoring_dashboard_v1_xychart_proto = src.File_google_monitoring_dashboard_v1_xychart_proto
141 PickTimeSeriesFilter_Direction_name = src.PickTimeSeriesFilter_Direction_name
142 PickTimeSeriesFilter_Direction_value = src.PickTimeSeriesFilter_Direction_value
143 PickTimeSeriesFilter_Method_name = src.PickTimeSeriesFilter_Method_name
144 PickTimeSeriesFilter_Method_value = src.PickTimeSeriesFilter_Method_value
145 SparkChartType_name = src.SparkChartType_name
146 SparkChartType_value = src.SparkChartType_value
147 StatisticalTimeSeriesFilter_Method_name = src.StatisticalTimeSeriesFilter_Method_name
148 StatisticalTimeSeriesFilter_Method_value = src.StatisticalTimeSeriesFilter_Method_value
149 Text_Format_name = src.Text_Format_name
150 Text_Format_value = src.Text_Format_value
151 Threshold_Color_name = src.Threshold_Color_name
152 Threshold_Color_value = src.Threshold_Color_value
153 Threshold_Direction_name = src.Threshold_Direction_name
154 Threshold_Direction_value = src.Threshold_Direction_value
155 Threshold_TargetAxis_name = src.Threshold_TargetAxis_name
156 Threshold_TargetAxis_value = src.Threshold_TargetAxis_value
157 XyChart_Axis_Scale_name = src.XyChart_Axis_Scale_name
158 XyChart_Axis_Scale_value = src.XyChart_Axis_Scale_value
159 XyChart_DataSet_PlotType_name = src.XyChart_DataSet_PlotType_name
160 XyChart_DataSet_PlotType_value = src.XyChart_DataSet_PlotType_value
161 XyChart_DataSet_TargetAxis_name = src.XyChart_DataSet_TargetAxis_name
162 XyChart_DataSet_TargetAxis_value = src.XyChart_DataSet_TargetAxis_value
163 )
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188 type Aggregation = src.Aggregation
189
190
191
192
193
194
195
196
197
198
199
200
201
202 type Aggregation_Aligner = src.Aggregation_Aligner
203
204
205
206
207
208
209
210 type Aggregation_Reducer = src.Aggregation_Reducer
211
212
213
214
215 type AlertChart = src.AlertChart
216
217
218
219
220 type ChartOptions = src.ChartOptions
221
222
223
224
225 type ChartOptions_Mode = src.ChartOptions_Mode
226
227
228
229
230
231 type CollapsibleGroup = src.CollapsibleGroup
232
233
234
235
236
237 type ColumnLayout = src.ColumnLayout
238
239
240
241
242 type ColumnLayout_Column = src.ColumnLayout_Column
243
244
245
246
247 type CreateDashboardRequest = src.CreateDashboardRequest
248
249
250
251
252
253 type Dashboard = src.Dashboard
254
255
256
257
258 type DashboardFilter = src.DashboardFilter
259
260
261
262
263 type DashboardFilter_FilterType = src.DashboardFilter_FilterType
264 type DashboardFilter_StringValue = src.DashboardFilter_StringValue
265 type Dashboard_ColumnLayout = src.Dashboard_ColumnLayout
266 type Dashboard_GridLayout = src.Dashboard_GridLayout
267 type Dashboard_MosaicLayout = src.Dashboard_MosaicLayout
268 type Dashboard_RowLayout = src.Dashboard_RowLayout
269
270
271
272
273
274
275 type DashboardsServiceClient = src.DashboardsServiceClient
276
277
278
279
280 type DashboardsServiceServer = src.DashboardsServiceServer
281
282
283
284
285 type DeleteDashboardRequest = src.DeleteDashboardRequest
286
287
288
289
290 type GetDashboardRequest = src.GetDashboardRequest
291
292
293
294
295
296 type GridLayout = src.GridLayout
297
298
299
300
301 type ListDashboardsRequest = src.ListDashboardsRequest
302
303
304
305
306 type ListDashboardsResponse = src.ListDashboardsResponse
307
308
309
310
311 type LogsPanel = src.LogsPanel
312
313
314
315
316
317
318 type MosaicLayout = src.MosaicLayout
319
320
321
322
323
324 type MosaicLayout_Tile = src.MosaicLayout_Tile
325
326
327
328
329
330
331
332
333
334 type PickTimeSeriesFilter = src.PickTimeSeriesFilter
335
336
337
338
339 type PickTimeSeriesFilter_Direction = src.PickTimeSeriesFilter_Direction
340
341
342
343
344 type PickTimeSeriesFilter_Method = src.PickTimeSeriesFilter_Method
345
346
347
348
349
350 type RowLayout = src.RowLayout
351
352
353
354
355 type RowLayout_Row = src.RowLayout_Row
356
357
358
359
360
361 type Scorecard = src.Scorecard
362
363
364
365
366
367
368 type Scorecard_GaugeView = src.Scorecard_GaugeView
369 type Scorecard_GaugeView_ = src.Scorecard_GaugeView_
370
371
372
373
374
375
376 type Scorecard_SparkChartView = src.Scorecard_SparkChartView
377 type Scorecard_SparkChartView_ = src.Scorecard_SparkChartView_
378
379
380
381
382 type SparkChartType = src.SparkChartType
383
384
385
386
387
388
389 type StatisticalTimeSeriesFilter = src.StatisticalTimeSeriesFilter
390
391
392
393
394 type StatisticalTimeSeriesFilter_Method = src.StatisticalTimeSeriesFilter_Method
395
396
397
398
399 type TableDisplayOptions = src.TableDisplayOptions
400
401
402
403
404 type Text = src.Text
405
406
407
408
409 type Text_Format = src.Text_Format
410
411
412
413
414 type Threshold = src.Threshold
415
416
417
418
419
420
421 type Threshold_Color = src.Threshold_Color
422
423
424
425
426
427 type Threshold_Direction = src.Threshold_Direction
428
429
430
431
432 type Threshold_TargetAxis = src.Threshold_TargetAxis
433
434
435
436
437
438
439
440 type TimeSeriesFilter = src.TimeSeriesFilter
441
442
443
444
445
446
447 type TimeSeriesFilterRatio = src.TimeSeriesFilterRatio
448 type TimeSeriesFilterRatio_PickTimeSeriesFilter = src.TimeSeriesFilterRatio_PickTimeSeriesFilter
449
450
451
452
453
454 type TimeSeriesFilterRatio_RatioPart = src.TimeSeriesFilterRatio_RatioPart
455 type TimeSeriesFilterRatio_StatisticalTimeSeriesFilter = src.TimeSeriesFilterRatio_StatisticalTimeSeriesFilter
456 type TimeSeriesFilter_PickTimeSeriesFilter = src.TimeSeriesFilter_PickTimeSeriesFilter
457 type TimeSeriesFilter_StatisticalTimeSeriesFilter = src.TimeSeriesFilter_StatisticalTimeSeriesFilter
458
459
460
461
462
463 type TimeSeriesQuery = src.TimeSeriesQuery
464 type TimeSeriesQuery_TimeSeriesFilter = src.TimeSeriesQuery_TimeSeriesFilter
465 type TimeSeriesQuery_TimeSeriesFilterRatio = src.TimeSeriesQuery_TimeSeriesFilterRatio
466 type TimeSeriesQuery_TimeSeriesQueryLanguage = src.TimeSeriesQuery_TimeSeriesQueryLanguage
467
468
469
470
471 type TimeSeriesTable = src.TimeSeriesTable
472
473
474
475
476 type TimeSeriesTable_TableDataSet = src.TimeSeriesTable_TableDataSet
477
478
479
480
481
482 type UnimplementedDashboardsServiceServer = src.UnimplementedDashboardsServiceServer
483
484
485
486
487 type UpdateDashboardRequest = src.UpdateDashboardRequest
488
489
490
491
492
493 type Widget = src.Widget
494 type Widget_AlertChart = src.Widget_AlertChart
495 type Widget_Blank = src.Widget_Blank
496 type Widget_CollapsibleGroup = src.Widget_CollapsibleGroup
497 type Widget_LogsPanel = src.Widget_LogsPanel
498 type Widget_Scorecard = src.Widget_Scorecard
499 type Widget_Text = src.Widget_Text
500 type Widget_TimeSeriesTable = src.Widget_TimeSeriesTable
501 type Widget_XyChart = src.Widget_XyChart
502
503
504
505
506 type XyChart = src.XyChart
507
508
509
510
511 type XyChart_Axis = src.XyChart_Axis
512
513
514
515
516 type XyChart_Axis_Scale = src.XyChart_Axis_Scale
517
518
519
520
521 type XyChart_DataSet = src.XyChart_DataSet
522
523
524
525
526 type XyChart_DataSet_PlotType = src.XyChart_DataSet_PlotType
527
528
529
530
531 type XyChart_DataSet_TargetAxis = src.XyChart_DataSet_TargetAxis
532
533
534 func NewDashboardsServiceClient(cc grpc.ClientConnInterface) DashboardsServiceClient {
535 return src.NewDashboardsServiceClient(cc)
536 }
537
538
539 func RegisterDashboardsServiceServer(s *grpc.Server, srv DashboardsServiceServer) {
540 src.RegisterDashboardsServiceServer(s, srv)
541 }
542
View as plain text