File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-01-19 16:05:42.010604 ",
8
- "spec_repo_commit": "20461e26 "
7
+ "regenerated": "2024-01-19 16:38:27.079385 ",
8
+ "spec_repo_commit": "80f33fd7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-01-19 16:05:42.026731 ",
13
- "spec_repo_commit": "20461e26 "
12
+ "regenerated": "2024-01-19 16:38:27.098056 ",
13
+ "spec_repo_commit": "80f33fd7 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -15691,6 +15691,10 @@ components:
15691
15691
description: A protobuf JSON descriptor that needs to be gzipped first then
15692
15692
base64 encoded.
15693
15693
type: string
15694
+ compressedProtoFile:
15695
+ description: A protobuf file that needs to be gzipped first then base64
15696
+ encoded.
15697
+ type: string
15694
15698
dnsServer:
15695
15699
description: DNS server to use for DNS tests.
15696
15700
type: string
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ export class SyntheticsTestRequest {
47
47
* A protobuf JSON descriptor that needs to be gzipped first then base64 encoded.
48
48
*/
49
49
"compressedJsonDescriptor" ?: string ;
50
+ /**
51
+ * A protobuf file that needs to be gzipped first then base64 encoded.
52
+ */
53
+ "compressedProtoFile" ?: string ;
50
54
/**
51
55
* DNS server to use for DNS tests.
52
56
*/
@@ -167,6 +171,10 @@ export class SyntheticsTestRequest {
167
171
baseName : "compressedJsonDescriptor" ,
168
172
type : "string" ,
169
173
} ,
174
+ compressedProtoFile : {
175
+ baseName : "compressedProtoFile" ,
176
+ type : "string" ,
177
+ } ,
170
178
dnsServer : {
171
179
baseName : "dnsServer" ,
172
180
type : "string" ,
You can’t perform that action at this time.
0 commit comments