Skip to content

Commit 8a47cec

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit fb3f186 of spec repo
1 parent 963308b commit 8a47cec

File tree

4 files changed

+86
-0
lines changed

4 files changed

+86
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4306,6 +4306,7 @@ components:
43064306
- estimated_indexed_spans_usage
43074307
- estimated_ingested_spans_usage
43084308
- fargate_usage
4309+
- flex_stored_logs
43094310
- functions_usage
43104311
- incident_management_monthly_active_users_usage
43114312
- indexed_spans_usage
@@ -4387,6 +4388,7 @@ components:
43874388
- ESTIMATED_INDEXED_SPANS_USAGE
43884389
- ESTIMATED_INGESTED_SPANS_USAGE
43894390
- FARGATE_USAGE
4391+
- FLEX_STORED_LOGS
43904392
- FUNCTIONS_USAGE
43914393
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
43924394
- INDEXED_SPANS_USAGE
@@ -8740,6 +8742,8 @@ components:
87408742
- estimated_ingested_spans_percentage
87418743
- fargate_usage
87428744
- fargate_percentage
8745+
- flex_stored_logs_usage
8746+
- flex_stored_logs_percentage
87438747
- functions_usage
87448748
- functions_percentage
87458749
- incident_management_monthly_active_users_usage
@@ -8897,6 +8901,8 @@ components:
88978901
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
88988902
- FARGATE_USAGE
88998903
- FARGATE_PERCENTAGE
8904+
- FLEX_STORED_LOGS_USAGE
8905+
- FLEX_STORED_LOGS_PERCENTAGE
89008906
- FUNCTIONS_USAGE
89018907
- FUNCTIONS_PERCENTAGE
89028908
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
@@ -9256,6 +9262,14 @@ components:
92569262
description: The Fargate usage by tags.
92579263
format: double
92589264
type: number
9265+
flex_stored_logs_percentage:
9266+
description: The percentage of Flex Stored Logs usage by tags.
9267+
format: double
9268+
type: number
9269+
flex_stored_logs_usage:
9270+
description: The Flex Stored Logs usage by tags.
9271+
format: double
9272+
type: number
92599273
functions_percentage:
92609274
description: The percentage of Lambda function usage by tag(s).
92619275
format: double

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
6363
"estimated_indexed_spans_usage",
6464
"estimated_ingested_spans_usage",
6565
"fargate_usage",
66+
"flex_stored_logs",
6667
"functions_usage",
6768
"incident_management_monthly_active_users_usage",
6869
"indexed_spans_usage",
@@ -176,6 +177,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
176177
new HourlyUsageAttributionUsageType("estimated_ingested_spans_usage");
177178
public static final HourlyUsageAttributionUsageType FARGATE_USAGE =
178179
new HourlyUsageAttributionUsageType("fargate_usage");
180+
public static final HourlyUsageAttributionUsageType FLEX_STORED_LOGS =
181+
new HourlyUsageAttributionUsageType("flex_stored_logs");
179182
public static final HourlyUsageAttributionUsageType FUNCTIONS_USAGE =
180183
new HourlyUsageAttributionUsageType("functions_usage");
181184
public static final HourlyUsageAttributionUsageType

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
8484
"estimated_ingested_spans_percentage",
8585
"fargate_usage",
8686
"fargate_percentage",
87+
"flex_stored_logs_usage",
88+
"flex_stored_logs_percentage",
8789
"functions_usage",
8890
"functions_percentage",
8991
"incident_management_monthly_active_users_usage",
@@ -300,6 +302,10 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
300302
new MonthlyUsageAttributionSupportedMetrics("fargate_usage");
301303
public static final MonthlyUsageAttributionSupportedMetrics FARGATE_PERCENTAGE =
302304
new MonthlyUsageAttributionSupportedMetrics("fargate_percentage");
305+
public static final MonthlyUsageAttributionSupportedMetrics FLEX_STORED_LOGS_USAGE =
306+
new MonthlyUsageAttributionSupportedMetrics("flex_stored_logs_usage");
307+
public static final MonthlyUsageAttributionSupportedMetrics FLEX_STORED_LOGS_PERCENTAGE =
308+
new MonthlyUsageAttributionSupportedMetrics("flex_stored_logs_percentage");
303309
public static final MonthlyUsageAttributionSupportedMetrics FUNCTIONS_USAGE =
304310
new MonthlyUsageAttributionSupportedMetrics("functions_usage");
305311
public static final MonthlyUsageAttributionSupportedMetrics FUNCTIONS_PERCENTAGE =

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INGESTED_SPANS_USAGE,
8383
MonthlyUsageAttributionValues.JSON_PROPERTY_FARGATE_PERCENTAGE,
8484
MonthlyUsageAttributionValues.JSON_PROPERTY_FARGATE_USAGE,
85+
MonthlyUsageAttributionValues.JSON_PROPERTY_FLEX_STORED_LOGS_PERCENTAGE,
86+
MonthlyUsageAttributionValues.JSON_PROPERTY_FLEX_STORED_LOGS_USAGE,
8587
MonthlyUsageAttributionValues.JSON_PROPERTY_FUNCTIONS_PERCENTAGE,
8688
MonthlyUsageAttributionValues.JSON_PROPERTY_FUNCTIONS_USAGE,
8789
MonthlyUsageAttributionValues.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE,
@@ -380,6 +382,13 @@ public class MonthlyUsageAttributionValues {
380382
public static final String JSON_PROPERTY_FARGATE_USAGE = "fargate_usage";
381383
private Double fargateUsage;
382384

385+
public static final String JSON_PROPERTY_FLEX_STORED_LOGS_PERCENTAGE =
386+
"flex_stored_logs_percentage";
387+
private Double flexStoredLogsPercentage;
388+
389+
public static final String JSON_PROPERTY_FLEX_STORED_LOGS_USAGE = "flex_stored_logs_usage";
390+
private Double flexStoredLogsUsage;
391+
383392
public static final String JSON_PROPERTY_FUNCTIONS_PERCENTAGE = "functions_percentage";
384393
private Double functionsPercentage;
385394

@@ -1977,6 +1986,48 @@ public void setFargateUsage(Double fargateUsage) {
19771986
this.fargateUsage = fargateUsage;
19781987
}
19791988

1989+
public MonthlyUsageAttributionValues flexStoredLogsPercentage(Double flexStoredLogsPercentage) {
1990+
this.flexStoredLogsPercentage = flexStoredLogsPercentage;
1991+
return this;
1992+
}
1993+
1994+
/**
1995+
* The percentage of Flex Stored Logs usage by tags.
1996+
*
1997+
* @return flexStoredLogsPercentage
1998+
*/
1999+
@jakarta.annotation.Nullable
2000+
@JsonProperty(JSON_PROPERTY_FLEX_STORED_LOGS_PERCENTAGE)
2001+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2002+
public Double getFlexStoredLogsPercentage() {
2003+
return flexStoredLogsPercentage;
2004+
}
2005+
2006+
public void setFlexStoredLogsPercentage(Double flexStoredLogsPercentage) {
2007+
this.flexStoredLogsPercentage = flexStoredLogsPercentage;
2008+
}
2009+
2010+
public MonthlyUsageAttributionValues flexStoredLogsUsage(Double flexStoredLogsUsage) {
2011+
this.flexStoredLogsUsage = flexStoredLogsUsage;
2012+
return this;
2013+
}
2014+
2015+
/**
2016+
* The Flex Stored Logs usage by tags.
2017+
*
2018+
* @return flexStoredLogsUsage
2019+
*/
2020+
@jakarta.annotation.Nullable
2021+
@JsonProperty(JSON_PROPERTY_FLEX_STORED_LOGS_USAGE)
2022+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2023+
public Double getFlexStoredLogsUsage() {
2024+
return flexStoredLogsUsage;
2025+
}
2026+
2027+
public void setFlexStoredLogsUsage(Double flexStoredLogsUsage) {
2028+
this.flexStoredLogsUsage = flexStoredLogsUsage;
2029+
}
2030+
19802031
public MonthlyUsageAttributionValues functionsPercentage(Double functionsPercentage) {
19812032
this.functionsPercentage = functionsPercentage;
19822033
return this;
@@ -4114,6 +4165,10 @@ public boolean equals(Object o) {
41144165
monthlyUsageAttributionValues.estimatedIngestedSpansUsage)
41154166
&& Objects.equals(this.fargatePercentage, monthlyUsageAttributionValues.fargatePercentage)
41164167
&& Objects.equals(this.fargateUsage, monthlyUsageAttributionValues.fargateUsage)
4168+
&& Objects.equals(
4169+
this.flexStoredLogsPercentage, monthlyUsageAttributionValues.flexStoredLogsPercentage)
4170+
&& Objects.equals(
4171+
this.flexStoredLogsUsage, monthlyUsageAttributionValues.flexStoredLogsUsage)
41174172
&& Objects.equals(
41184173
this.functionsPercentage, monthlyUsageAttributionValues.functionsPercentage)
41194174
&& Objects.equals(this.functionsUsage, monthlyUsageAttributionValues.functionsUsage)
@@ -4387,6 +4442,8 @@ public int hashCode() {
43874442
estimatedIngestedSpansUsage,
43884443
fargatePercentage,
43894444
fargateUsage,
4445+
flexStoredLogsPercentage,
4446+
flexStoredLogsUsage,
43904447
functionsPercentage,
43914448
functionsUsage,
43924449
incidentManagementMonthlyActiveUsersPercentage,
@@ -4616,6 +4673,12 @@ public String toString() {
46164673
.append("\n");
46174674
sb.append(" fargatePercentage: ").append(toIndentedString(fargatePercentage)).append("\n");
46184675
sb.append(" fargateUsage: ").append(toIndentedString(fargateUsage)).append("\n");
4676+
sb.append(" flexStoredLogsPercentage: ")
4677+
.append(toIndentedString(flexStoredLogsPercentage))
4678+
.append("\n");
4679+
sb.append(" flexStoredLogsUsage: ")
4680+
.append(toIndentedString(flexStoredLogsUsage))
4681+
.append("\n");
46194682
sb.append(" functionsPercentage: ")
46204683
.append(toIndentedString(functionsPercentage))
46214684
.append("\n");

0 commit comments

Comments
 (0)