Skip to content

Commit 086730d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit fb5856bc of spec repo
1 parent 6883049 commit 086730d

File tree

51 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+71
-71
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-05 16:15:46.931965",
8-
"spec_repo_commit": "843392e2"
7+
"regenerated": "2024-12-05 20:46:13.766386",
8+
"spec_repo_commit": "fb5856bc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-05 16:15:46.951025",
13-
"spec_repo_commit": "843392e2"
12+
"regenerated": "2024-12-05 20:46:13.785341",
13+
"spec_repo_commit": "fb5856bc"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22799,18 +22799,18 @@ components:
2279922799
type: integer
2280022800
x:
2280122801
description: The position of the widget on the x (horizontal) axis. Should
22802-
be a non-negative integer.
22802+
be a non-negative number.
2280322803
example: 0
22804-
format: int64
22804+
format: double
2280522805
minimum: 0
22806-
type: integer
22806+
type: number
2280722807
y:
2280822808
description: The position of the widget on the y (vertical) axis. Should
22809-
be a non-negative integer.
22809+
be a non-negative number.
2281022810
example: 0
22811-
format: int64
22811+
format: double
2281222812
minimum: 0
22813-
type: integer
22813+
type: number
2281422814
required:
2281522815
- x
2281622816
- y

examples/v1/dashboards/CreateDashboard_1024858348.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static void main(String[] args) {
6666
.COUNT)))))
6767
.responseFormat(
6868
FormulaAndFunctionResponseFormat.SCALAR)))))
69-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(4L))))
69+
.layout(new WidgetLayout().width(4L).height(4L))))
7070
.layoutType(DashboardLayoutType.ORDERED);
7171

7272
try {

examples/v1/dashboards/CreateDashboard_109450134.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void main(String[] args) {
3030
.widgets(
3131
Collections.singletonList(
3232
new Widget()
33-
.layout(new WidgetLayout().x(0L).y(0L).width(60L).height(21L))
33+
.layout(new WidgetLayout().width(60L).height(21L))
3434
.definition(
3535
new WidgetDefinition(
3636
new SLOListWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1094917386.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
.widgets(
2929
Collections.singletonList(
3030
new Widget()
31-
.layout(new WidgetLayout().x(0L).y(0L).width(50L).height(25L))
31+
.layout(new WidgetLayout().width(50L).height(25L))
3232
.definition(
3333
new WidgetDefinition(
3434
new MonitorSummaryWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1177423752.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(String[] args) {
2929
.widgets(
3030
Collections.singletonList(
3131
new Widget()
32-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
32+
.layout(new WidgetLayout().width(47L).height(15L))
3333
.definition(
3434
new WidgetDefinition(
3535
new HeatMapWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1200099236.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(String[] args) {
2929
.widgets(
3030
Collections.singletonList(
3131
new Widget()
32-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(22L))
32+
.layout(new WidgetLayout().width(47L).height(22L))
3333
.definition(
3434
new WidgetDefinition(
3535
new HostMapWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1213075383.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main(String[] args) {
4545
.widgets(
4646
Collections.singletonList(
4747
new Widget()
48-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
48+
.layout(new WidgetLayout().width(47L).height(15L))
4949
.definition(
5050
new WidgetDefinition(
5151
new ToplistWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1413226400.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void main(String[] args) {
4444
.widgets(
4545
Collections.singletonList(
4646
new Widget()
47-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
47+
.layout(new WidgetLayout().width(47L).height(15L))
4848
.definition(
4949
new WidgetDefinition(
5050
new ToplistWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1423904722.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
.widgets(
2929
Collections.singletonList(
3030
new Widget()
31-
.layout(new WidgetLayout().x(0L).y(0L).width(60L).height(21L))
31+
.layout(new WidgetLayout().width(60L).height(21L))
3232
.definition(
3333
new WidgetDefinition(
3434
new SLOListWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1442588603.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void main(String[] args) {
8181
DistributionWidgetHistogramRequestType
8282
.HISTOGRAM)
8383
.style(new WidgetStyle().palette("dog_classic"))))))
84-
.layout(new WidgetLayout().x(8L).y(0L).width(4L).height(2L))))
84+
.layout(new WidgetLayout().x(8.0).width(4L).height(2L))))
8585
.layoutType(DashboardLayoutType.ORDERED);
8686

8787
try {

examples/v1/dashboards/CreateDashboard_145494973.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void main(String[] args) {
6262
.groupBy(
6363
Collections.singletonList(
6464
"resource_name")))))))))
65-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(4L))))
65+
.layout(new WidgetLayout().width(4L).height(4L))))
6666
.layoutType(DashboardLayoutType.ORDERED);
6767

6868
try {

examples/v1/dashboards/CreateDashboard_173805046.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void main(String[] args) {
3030
.widgets(
3131
Collections.singletonList(
3232
new Widget()
33-
.layout(new WidgetLayout().x(0L).y(0L).width(60L).height(21L))
33+
.layout(new WidgetLayout().width(60L).height(21L))
3434
.definition(
3535
new WidgetDefinition(
3636
new SLOWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1738608750.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static void main(String[] args) {
2525
.widgets(
2626
Collections.singletonList(
2727
new Widget()
28-
.layout(new WidgetLayout().x(0L).y(0L).width(24L).height(6L))
28+
.layout(new WidgetLayout().width(24L).height(6L))
2929
.definition(
3030
new WidgetDefinition(
3131
new FreeTextWidgetDefinition()

examples/v1/dashboards/CreateDashboard_1754992756.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public static void main(String[] args) {
4747
"baz", "qux", "quuz")))))))
4848
.layout(
4949
new WidgetLayout()
50-
.x(1L)
51-
.y(1L)
50+
.x(1.0)
51+
.y(1.0)
5252
.width(2L)
5353
.height(2L)
5454
.isColumnBreak(false))))

examples/v1/dashboards/CreateDashboard_2029850837.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(String[] args) {
2929
.widgets(
3030
Collections.singletonList(
3131
new Widget()
32-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(36L))
32+
.layout(new WidgetLayout().width(47L).height(36L))
3333
.definition(
3434
new WidgetDefinition(
3535
new LogStreamWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2034634967.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main(String[] args) {
2626
.widgets(
2727
Collections.singletonList(
2828
new Widget()
29-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
29+
.layout(new WidgetLayout().width(47L).height(15L))
3030
.definition(
3131
new WidgetDefinition(
3232
new ServiceMapWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2064651578.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void main(String[] args) {
8181
.orderBy(WidgetOrderBy.CHANGE)
8282
.changeType(WidgetChangeType.ABSOLUTE)
8383
.orderDir(WidgetSort.DESCENDING)))))
84-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(4L))))
84+
.layout(new WidgetLayout().width(4L).height(4L))))
8585
.tags(Collections.singletonList("team:foobar"))
8686
.layoutType(DashboardLayoutType.ORDERED);
8787

examples/v1/dashboards/CreateDashboard_2104498738.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static void main(String[] args) {
8484
.AVG))))
8585
.responseFormat(
8686
FormulaAndFunctionResponseFormat.SCALAR)))))
87-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(2L))))
87+
.layout(new WidgetLayout().width(4L).height(2L))))
8888
.layoutType(DashboardLayoutType.ORDERED);
8989

9090
try {

examples/v1/dashboards/CreateDashboard_2278756614.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main(String[] args) {
4545
.widgets(
4646
Collections.singletonList(
4747
new Widget()
48-
.layout(new WidgetLayout().x(0L).y(0L).width(12L).height(8L))
48+
.layout(new WidgetLayout().width(12L).height(8L))
4949
.definition(
5050
new WidgetDefinition(
5151
new SplitGraphWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2308247857.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main(String[] args) {
3131
.widgets(
3232
Collections.singletonList(
3333
new Widget()
34-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
34+
.layout(new WidgetLayout().width(47L).height(15L))
3535
.definition(
3636
new WidgetDefinition(
3737
new AlertGraphWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2316374332.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
.widgets(
2929
Collections.singletonList(
3030
new Widget()
31-
.layout(new WidgetLayout().x(0L).y(0L).width(15L).height(8L))
31+
.layout(new WidgetLayout().width(15L).height(8L))
3232
.definition(
3333
new WidgetDefinition(
3434
new AlertValueWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2336428357.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void main(String[] args) {
4141
.widgets(
4242
Collections.singletonList(
4343
new Widget()
44-
.layout(new WidgetLayout().x(0L).y(0L).width(54L).height(32L))
44+
.layout(new WidgetLayout().width(54L).height(32L))
4545
.definition(
4646
new WidgetDefinition(
4747
new TableWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2342457693.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void main(String[] args) {
3838
.widgets(
3939
Collections.singletonList(
4040
new Widget()
41-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
41+
.layout(new WidgetLayout().width(47L).height(15L))
4242
.definition(
4343
new WidgetDefinition(
4444
new ScatterPlotWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2349863258.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String[] args) {
3333
.widgets(
3434
Collections.singletonList(
3535
new Widget()
36-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
36+
.layout(new WidgetLayout().width(47L).height(15L))
3737
.definition(
3838
new WidgetDefinition(
3939
new QueryValueWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2490110261.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main(String[] args) {
6060
.indexes(
6161
Collections.singletonList(
6262
"*")))))))))
63-
.layout(new WidgetLayout().x(2L).y(0L).width(4L).height(2L))));
63+
.layout(new WidgetLayout().x(2.0).width(4L).height(2L))));
6464

6565
try {
6666
Dashboard result = apiInstance.createDashboard(body);

examples/v1/dashboards/CreateDashboard_252716965.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void main(String[] args) {
7474
DistributionWidgetHistogramRequestType
7575
.HISTOGRAM)
7676
.style(new WidgetStyle().palette("dog_classic"))))))
77-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(2L))))
77+
.layout(new WidgetLayout().width(4L).height(2L))))
7878
.layoutType(DashboardLayoutType.ORDERED);
7979

8080
try {

examples/v1/dashboards/CreateDashboard_2563642929.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main(String[] args) {
4545
.widgets(
4646
Collections.singletonList(
4747
new Widget()
48-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
48+
.layout(new WidgetLayout().width(47L).height(15L))
4949
.definition(
5050
new WidgetDefinition(
5151
new ToplistWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2607944105.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main(String[] args) {
2626
.widgets(
2727
Collections.singletonList(
2828
new Widget()
29-
.layout(new WidgetLayout().x(0L).y(0L).width(15L).height(8L))
29+
.layout(new WidgetLayout().width(15L).height(8L))
3030
.definition(
3131
new WidgetDefinition(
3232
new CheckStatusWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2610827685.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
.widgets(
2929
Collections.singletonList(
3030
new Widget()
31-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
31+
.layout(new WidgetLayout().width(47L).height(15L))
3232
.definition(
3333
new WidgetDefinition(
3434
new RunWorkflowWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2634813877.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main(String[] args) {
2626
.widgets(
2727
Collections.singletonList(
2828
new Widget()
29-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(38L))
29+
.layout(new WidgetLayout().width(47L).height(38L))
3030
.definition(
3131
new WidgetDefinition(
3232
new EventStreamWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2644712913.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static void main(String[] args) {
6565
FormulaAndFunctionMetricAggregation
6666
.PERCENTILE))))))
6767
.type(QueryValueWidgetDefinitionType.QUERY_VALUE)))
68-
.layout(new WidgetLayout().y(0L).x(0L).height(2L).width(2L))));
68+
.layout(new WidgetLayout().height(2L).width(2L))));
6969

7070
try {
7171
Dashboard result = apiInstance.createDashboard(body);

examples/v1/dashboards/CreateDashboard_2652180930.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void main(String[] args) {
3030
.widgets(
3131
Collections.singletonList(
3232
new Widget()
33-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(15L))
33+
.layout(new WidgetLayout().width(47L).height(15L))
3434
.definition(
3535
new WidgetDefinition(
3636
new TopologyMapWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2705593938.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void main(String[] args) {
6262
FormulaAndFunctionMetricAggregation
6363
.SUM))))
6464
.style(new WidgetStyle().palette("dog_classic"))))))
65-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(4L))))
65+
.layout(new WidgetLayout().width(4L).height(4L))))
6666
.layoutType(DashboardLayoutType.ORDERED);
6767

6868
try {

examples/v1/dashboards/CreateDashboard_2917274132.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
.widgets(
2929
Collections.singletonList(
3030
new Widget()
31-
.layout(new WidgetLayout().x(0L).y(0L).width(50L).height(25L))
31+
.layout(new WidgetLayout().width(50L).height(25L))
3232
.definition(
3333
new WidgetDefinition(
3434
new MonitorSummaryWidgetDefinition()

examples/v1/dashboards/CreateDashboard_2921337351.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
.widgets(
2929
Collections.singletonList(
3030
new Widget()
31-
.layout(new WidgetLayout().x(0L).y(0L).width(72L).height(72L))
31+
.layout(new WidgetLayout().width(72L).height(72L))
3232
.definition(
3333
new WidgetDefinition(
3434
new ServiceSummaryWidgetDefinition()

examples/v1/dashboards/CreateDashboard_3250131584.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static void main(String[] args) {
2525
.widgets(
2626
Collections.singletonList(
2727
new Widget()
28-
.layout(new WidgetLayout().x(0L).y(0L).width(47L).height(9L))
28+
.layout(new WidgetLayout().width(47L).height(9L))
2929
.definition(
3030
new WidgetDefinition(
3131
new EventTimelineWidgetDefinition()

examples/v1/dashboards/CreateDashboard_3513586382.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static void main(String[] args) {
8080
.palette("hostmap_blues")
8181
.paletteFlip(false))
8282
.view(new GeomapWidgetDefinitionView().focus("WORLD"))))
83-
.layout(new WidgetLayout().x(0L).y(0L).width(12L).height(6L))))
83+
.layout(new WidgetLayout().width(12L).height(6L))))
8484
.layoutType(DashboardLayoutType.ORDERED)
8585
.reflowType(DashboardReflowType.FIXED);
8686

examples/v1/dashboards/CreateDashboard_3562282606.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void main(String[] args) {
8383
.changeType(WidgetChangeType.ABSOLUTE)
8484
.increaseGood(true)
8585
.orderDir(WidgetSort.ASCENDING)))))
86-
.layout(new WidgetLayout().x(0L).y(0L).width(4L).height(2L))))
86+
.layout(new WidgetLayout().width(4L).height(2L))))
8787
.layoutType(DashboardLayoutType.ORDERED);
8888

8989
try {

0 commit comments

Comments
 (0)