Skip to content

Commit d427827

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 99a1185 of spec repo
1 parent f69fd06 commit d427827

16 files changed

+46
-107
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4579,7 +4579,6 @@ components:
45794579
- sca_fargate_usage
45804580
- sds_scanned_bytes_usage
45814581
- serverless_apps_usage
4582-
- serverless_apps_apm_usage
45834582
- siem_analyzed_logs_add_on_usage
45844583
- siem_ingested_bytes_usage
45854584
- snmp_usage
@@ -4667,7 +4666,6 @@ components:
46674666
- SCA_FARGATE_USAGE
46684667
- SDS_SCANNED_BYTES_USAGE
46694668
- SERVERLESS_APPS_USAGE
4670-
- SERVERLESS_APPS_APM_USAGE
46714669
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
46724670
- SIEM_INGESTED_BYTES_USAGE
46734671
- SNMP_USAGE
@@ -9158,8 +9156,6 @@ components:
91589156
- published_app_percentage
91599157
- serverless_apps_usage
91609158
- serverless_apps_percentage
9161-
- serverless_apps_apm_usage
9162-
- serverless_apps_apm_percentage
91639159
- snmp_usage
91649160
- snmp_percentage
91659161
- universal_service_monitoring_usage
@@ -9325,8 +9321,6 @@ components:
93259321
- PUBLISHED_APP_PERCENTAGE
93269322
- SERVERLESS_APPS_USAGE
93279323
- SERVERLESS_APPS_PERCENTAGE
9328-
- SERVERLESS_APPS_APM_USAGE
9329-
- SERVERLESS_APPS_APM_PERCENTAGE
93309324
- SNMP_USAGE
93319325
- SNMP_PERCENTAGE
93329326
- UNIVERSAL_SERVICE_MONITORING_USAGE
@@ -9984,14 +9978,6 @@ components:
99849978
description: The total Sensitive Data Scanner usage by tag(s).
99859979
format: double
99869980
type: number
9987-
serverless_apps_apm_percentage:
9988-
description: The percentage of Serverless Apps APM usage by tag(s).
9989-
format: double
9990-
type: number
9991-
serverless_apps_apm_usage:
9992-
description: The total Serverless Apps APM usage by tag(s).
9993-
format: double
9994-
type: number
99959981
serverless_apps_percentage:
99969982
description: The percentage of Serverless Apps usage by tag(s).
99979983
format: double

.generator/schemas/v2/openapi.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4307,6 +4307,7 @@ components:
43074307
ip_list:
43084308
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
43094309
items:
4310+
description: A single IP address to exclude.
43104311
example: "198.51.100.72"
43114312
type: string
43124313
type: array
@@ -4317,6 +4318,7 @@ components:
43174318
parameters:
43184319
description: A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body. Nested parameters can be matched by joining fields with a dot character.
43194320
items:
4321+
description: A request parameter name to exclude from the query string or request body.
43204322
example: "list.search.query"
43214323
type: string
43224324
type: array
@@ -4353,6 +4355,7 @@ components:
43534355
ip_list:
43544356
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
43554357
items:
4358+
description: A single IP address to exclude.
43564359
example: "198.51.100.72"
43574360
type: string
43584361
type: array
@@ -4361,6 +4364,7 @@ components:
43614364
parameters:
43624365
description: A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body. Nested parameters can be matched by joining fields with a dot character.
43634366
items:
4367+
description: A request parameter name to exclude from the query string or request body.
43644368
example: "list.search.query"
43654369
type: string
43664370
type: array
@@ -4512,6 +4516,7 @@ components:
45124516
ip_list:
45134517
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
45144518
items:
4519+
description: A single IP address to exclude.
45154520
example: "198.51.100.72"
45164521
type: string
45174522
type: array
@@ -7348,11 +7353,13 @@ components:
73487353
x-enum-varnames:
73497354
- REFERENCE_TABLES_BATCH_ROWS_QUERY
73507355
BatchRowsQueryRequest:
7356+
description: Request object for querying multiple rows from a reference table by their identifiers.
73517357
properties:
73527358
data:
73537359
$ref: "#/components/schemas/BatchRowsQueryRequestData"
73547360
type: object
73557361
BatchRowsQueryRequestData:
7362+
description: Data object for a batch rows query request.
73567363
properties:
73577364
attributes:
73587365
$ref: "#/components/schemas/BatchRowsQueryRequestDataAttributes"
@@ -7362,22 +7369,27 @@ components:
73627369
- type
73637370
type: object
73647371
BatchRowsQueryRequestDataAttributes:
7372+
description: Attributes for a batch rows query request.
73657373
properties:
73667374
row_ids:
7375+
description: List of row identifiers to query from the reference table.
73677376
example:
73687377
- "row_id_1"
73697378
- "row_id_2"
73707379
items:
7380+
description: A single row identifier.
73717381
type: string
73727382
type: array
73737383
table_id:
7384+
description: Unique identifier of the reference table to query.
73747385
example: "00000000-0000-0000-0000-000000000000"
73757386
type: string
73767387
required:
73777388
- row_ids
73787389
- table_id
73797390
type: object
73807391
BatchRowsQueryResponse:
7392+
description: Response object for a batch rows query against a reference table.
73817393
example:
73827394
data:
73837395
id: 00000000-0000-0000-0000-000000000000
@@ -7394,8 +7406,10 @@ components:
73947406
$ref: "#/components/schemas/BatchRowsQueryResponseData"
73957407
type: object
73967408
BatchRowsQueryResponseData:
7409+
description: Data object for a batch rows query response.
73977410
properties:
73987411
id:
7412+
description: Unique identifier of the batch query.
73997413
type: string
74007414
relationships:
74017415
$ref: "#/components/schemas/BatchRowsQueryResponseDataRelationships"
@@ -7405,11 +7419,13 @@ components:
74057419
- type
74067420
type: object
74077421
BatchRowsQueryResponseDataRelationships:
7422+
description: Relationships of the batch rows query response data.
74087423
properties:
74097424
rows:
74107425
$ref: "#/components/schemas/BatchRowsQueryResponseDataRelationshipsRows"
74117426
type: object
74127427
BatchRowsQueryResponseDataRelationshipsRows:
7428+
description: Relationship data containing the list of matching rows.
74137429
properties:
74147430
data:
74157431
items:
@@ -14945,6 +14961,7 @@ components:
1494514961
description: List of queries to define the environment scope.
1494614962
example: ["staging", "test"]
1494714963
items:
14964+
description: A query string used to match the environment scope.
1494814965
type: string
1494914966
minItems: 1
1495014967
type: array
@@ -15340,6 +15357,7 @@ components:
1534015357
tags:
1534115358
description: User-defined tags for organizing the widget.
1534215359
items:
15360+
description: A single user-defined tag.
1534315361
type: string
1534415362
nullable: true
1534515363
type: array
@@ -15396,6 +15414,7 @@ components:
1539615414
tags:
1539715415
description: Tags to help categorize or filter the page.
1539815416
items:
15417+
description: A single tag for categorizing the page.
1539915418
type: string
1540015419
type: array
1540115420
target:
@@ -23215,6 +23234,7 @@ components:
2321523234
description: List of queries to define the environment scope.
2321623235
example: ["staging", "test"]
2321723236
items:
23237+
description: A query string used to match the environment scope.
2321823238
type: string
2321923239
minItems: 1
2322023240
type: array
@@ -23245,6 +23265,7 @@ components:
2324523265
$ref: "#/components/schemas/EnvironmentsPaginationMetaPage"
2324623266
type: object
2324723267
EnvironmentsPaginationMetaPage:
23268+
description: Pagination metadata for environments list responses.
2324823269
properties:
2324923270
total_count:
2325023271
description: Total number of items.
@@ -25194,6 +25215,7 @@ components:
2519425215
$ref: "#/components/schemas/FeatureFlagsPaginationMetaPage"
2519525216
type: object
2519625217
FeatureFlagsPaginationMetaPage:
25218+
description: Pagination metadata for feature flags list responses.
2519725219
properties:
2519825220
total_count:
2519925221
description: Total number of items.
@@ -41704,6 +41726,7 @@ components:
4170441726
description: A list of component IDs whose output is used as the `input` for this component.
4170541727
example: ["filter-processor"]
4170641728
items:
41729+
description: A component ID referenced as an input source.
4170741730
type: string
4170841731
type: array
4170941732
key_prefix:
@@ -45772,6 +45795,7 @@ components:
4577245795
description: List of log field names to send as indexed fields to Splunk HEC. Available only when `encoding` is `json`.
4577345796
example: ["service", "host"]
4577445797
items:
45798+
description: A log field name to index in Splunk.
4577545799
type: string
4577645800
type: array
4577745801
inputs:
@@ -48289,6 +48313,7 @@ components:
4828948313
name_aliases:
4829048314
description: List of alias names for the permission.
4829148315
items:
48316+
description: An alternative name for the permission.
4829248317
type: string
4829348318
type: array
4829448319
restricted:
@@ -69801,6 +69826,7 @@ components:
6980169826
description: List of queries to define the environment scope.
6980269827
example: ["staging", "test"]
6980369828
items:
69829+
description: A query string used to match the environment scope.
6980469830
type: string
6980569831
minItems: 1
6980669832
type: array
@@ -72285,6 +72311,7 @@ components:
7228572311
example:
7228672312
- "team:my-team"
7228772313
items:
72314+
description: A single user-defined tag.
7228872315
type: string
7228972316
nullable: true
7229072317
type: array

src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
111111
"sca_fargate_usage",
112112
"sds_scanned_bytes_usage",
113113
"serverless_apps_usage",
114-
"serverless_apps_apm_usage",
115114
"siem_analyzed_logs_add_on_usage",
116115
"siem_ingested_bytes_usage",
117116
"snmp_usage",
@@ -278,8 +277,6 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
278277
new HourlyUsageAttributionUsageType("sds_scanned_bytes_usage");
279278
public static final HourlyUsageAttributionUsageType SERVERLESS_APPS_USAGE =
280279
new HourlyUsageAttributionUsageType("serverless_apps_usage");
281-
public static final HourlyUsageAttributionUsageType SERVERLESS_APPS_APM_USAGE =
282-
new HourlyUsageAttributionUsageType("serverless_apps_apm_usage");
283280
public static final HourlyUsageAttributionUsageType SIEM_ANALYZED_LOGS_ADD_ON_USAGE =
284281
new HourlyUsageAttributionUsageType("siem_analyzed_logs_add_on_usage");
285282
public static final HourlyUsageAttributionUsageType SIEM_INGESTED_BYTES_USAGE =

src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
136136
"published_app_percentage",
137137
"serverless_apps_usage",
138138
"serverless_apps_percentage",
139-
"serverless_apps_apm_usage",
140-
"serverless_apps_apm_percentage",
141139
"snmp_usage",
142140
"snmp_percentage",
143141
"universal_service_monitoring_usage",
@@ -412,10 +410,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
412410
new MonthlyUsageAttributionSupportedMetrics("serverless_apps_usage");
413411
public static final MonthlyUsageAttributionSupportedMetrics SERVERLESS_APPS_PERCENTAGE =
414412
new MonthlyUsageAttributionSupportedMetrics("serverless_apps_percentage");
415-
public static final MonthlyUsageAttributionSupportedMetrics SERVERLESS_APPS_APM_USAGE =
416-
new MonthlyUsageAttributionSupportedMetrics("serverless_apps_apm_usage");
417-
public static final MonthlyUsageAttributionSupportedMetrics SERVERLESS_APPS_APM_PERCENTAGE =
418-
new MonthlyUsageAttributionSupportedMetrics("serverless_apps_apm_percentage");
419413
public static final MonthlyUsageAttributionSupportedMetrics SNMP_USAGE =
420414
new MonthlyUsageAttributionSupportedMetrics("snmp_usage");
421415
public static final MonthlyUsageAttributionSupportedMetrics SNMP_PERCENTAGE =

src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@
166166
MonthlyUsageAttributionValues.JSON_PROPERTY_SCA_FARGATE_USAGE,
167167
MonthlyUsageAttributionValues.JSON_PROPERTY_SDS_SCANNED_BYTES_PERCENTAGE,
168168
MonthlyUsageAttributionValues.JSON_PROPERTY_SDS_SCANNED_BYTES_USAGE,
169-
MonthlyUsageAttributionValues.JSON_PROPERTY_SERVERLESS_APPS_APM_PERCENTAGE,
170-
MonthlyUsageAttributionValues.JSON_PROPERTY_SERVERLESS_APPS_APM_USAGE,
171169
MonthlyUsageAttributionValues.JSON_PROPERTY_SERVERLESS_APPS_PERCENTAGE,
172170
MonthlyUsageAttributionValues.JSON_PROPERTY_SERVERLESS_APPS_USAGE,
173171
MonthlyUsageAttributionValues.JSON_PROPERTY_SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE,
@@ -694,13 +692,6 @@ public class MonthlyUsageAttributionValues {
694692
public static final String JSON_PROPERTY_SDS_SCANNED_BYTES_USAGE = "sds_scanned_bytes_usage";
695693
private Double sdsScannedBytesUsage;
696694

697-
public static final String JSON_PROPERTY_SERVERLESS_APPS_APM_PERCENTAGE =
698-
"serverless_apps_apm_percentage";
699-
private Double serverlessAppsApmPercentage;
700-
701-
public static final String JSON_PROPERTY_SERVERLESS_APPS_APM_USAGE = "serverless_apps_apm_usage";
702-
private Double serverlessAppsApmUsage;
703-
704695
public static final String JSON_PROPERTY_SERVERLESS_APPS_PERCENTAGE =
705696
"serverless_apps_percentage";
706697
private Double serverlessAppsPercentage;
@@ -3912,49 +3903,6 @@ public void setSdsScannedBytesUsage(Double sdsScannedBytesUsage) {
39123903
this.sdsScannedBytesUsage = sdsScannedBytesUsage;
39133904
}
39143905

3915-
public MonthlyUsageAttributionValues serverlessAppsApmPercentage(
3916-
Double serverlessAppsApmPercentage) {
3917-
this.serverlessAppsApmPercentage = serverlessAppsApmPercentage;
3918-
return this;
3919-
}
3920-
3921-
/**
3922-
* The percentage of Serverless Apps APM usage by tag(s).
3923-
*
3924-
* @return serverlessAppsApmPercentage
3925-
*/
3926-
@jakarta.annotation.Nullable
3927-
@JsonProperty(JSON_PROPERTY_SERVERLESS_APPS_APM_PERCENTAGE)
3928-
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
3929-
public Double getServerlessAppsApmPercentage() {
3930-
return serverlessAppsApmPercentage;
3931-
}
3932-
3933-
public void setServerlessAppsApmPercentage(Double serverlessAppsApmPercentage) {
3934-
this.serverlessAppsApmPercentage = serverlessAppsApmPercentage;
3935-
}
3936-
3937-
public MonthlyUsageAttributionValues serverlessAppsApmUsage(Double serverlessAppsApmUsage) {
3938-
this.serverlessAppsApmUsage = serverlessAppsApmUsage;
3939-
return this;
3940-
}
3941-
3942-
/**
3943-
* The total Serverless Apps APM usage by tag(s).
3944-
*
3945-
* @return serverlessAppsApmUsage
3946-
*/
3947-
@jakarta.annotation.Nullable
3948-
@JsonProperty(JSON_PROPERTY_SERVERLESS_APPS_APM_USAGE)
3949-
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
3950-
public Double getServerlessAppsApmUsage() {
3951-
return serverlessAppsApmUsage;
3952-
}
3953-
3954-
public void setServerlessAppsApmUsage(Double serverlessAppsApmUsage) {
3955-
this.serverlessAppsApmUsage = serverlessAppsApmUsage;
3956-
}
3957-
39583906
public MonthlyUsageAttributionValues serverlessAppsPercentage(Double serverlessAppsPercentage) {
39593907
this.serverlessAppsPercentage = serverlessAppsPercentage;
39603908
return this;
@@ -4615,11 +4563,6 @@ public boolean equals(Object o) {
46154563
this.sdsScannedBytesPercentage, monthlyUsageAttributionValues.sdsScannedBytesPercentage)
46164564
&& Objects.equals(
46174565
this.sdsScannedBytesUsage, monthlyUsageAttributionValues.sdsScannedBytesUsage)
4618-
&& Objects.equals(
4619-
this.serverlessAppsApmPercentage,
4620-
monthlyUsageAttributionValues.serverlessAppsApmPercentage)
4621-
&& Objects.equals(
4622-
this.serverlessAppsApmUsage, monthlyUsageAttributionValues.serverlessAppsApmUsage)
46234566
&& Objects.equals(
46244567
this.serverlessAppsPercentage, monthlyUsageAttributionValues.serverlessAppsPercentage)
46254568
&& Objects.equals(
@@ -4808,8 +4751,6 @@ public int hashCode() {
48084751
scaFargateUsage,
48094752
sdsScannedBytesPercentage,
48104753
sdsScannedBytesUsage,
4811-
serverlessAppsApmPercentage,
4812-
serverlessAppsApmUsage,
48134754
serverlessAppsPercentage,
48144755
serverlessAppsUsage,
48154756
siemAnalyzedLogsAddOnPercentage,
@@ -5197,12 +5138,6 @@ public String toString() {
51975138
sb.append(" sdsScannedBytesUsage: ")
51985139
.append(toIndentedString(sdsScannedBytesUsage))
51995140
.append("\n");
5200-
sb.append(" serverlessAppsApmPercentage: ")
5201-
.append(toIndentedString(serverlessAppsApmPercentage))
5202-
.append("\n");
5203-
sb.append(" serverlessAppsApmUsage: ")
5204-
.append(toIndentedString(serverlessAppsApmUsage))
5205-
.append("\n");
52065141
sb.append(" serverlessAppsPercentage: ")
52075142
.append(toIndentedString(serverlessAppsPercentage))
52085143
.append("\n");

0 commit comments

Comments
 (0)