From 59f87056de05075446f9ecfead7066a63e375191 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 25 Oct 2024 13:07:27 +0000 Subject: [PATCH] Regenerate client from commit a2f558e8 of spec repo --- .apigentools-info | 8 +- .generator/schemas/v1/openapi.yaml | 42 ---- .../HourlyUsageAttributionUsageType.java | 9 - ...nthlyUsageAttributionSupportedMetrics.java | 18 -- .../model/MonthlyUsageAttributionValues.java | 200 ------------------ 5 files changed, 4 insertions(+), 273 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index aad3ac5883e..bd1df3b4671 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-24 20:04:20.531641", - "spec_repo_commit": "aaacb8db" + "regenerated": "2024-10-25 13:05:46.568916", + "spec_repo_commit": "a2f558e8" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-24 20:04:20.550274", - "spec_repo_commit": "aaacb8db" + "regenerated": "2024-10-25 13:05:46.586895", + "spec_repo_commit": "a2f558e8" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 96ed41e5a1b..f1b3d1b0d6d 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -4194,11 +4194,8 @@ components: - dbm_queries_usage - error_tracking_usage - error_tracking_percentage - - estimated_indexed_logs_usage - estimated_indexed_spans_usage - - estimated_ingested_logs_usage - estimated_ingested_spans_usage - - estimated_rum_sessions_usage - fargate_usage - functions_usage - incident_management_monthly_active_users_usage @@ -4269,11 +4266,8 @@ components: - DBM_QUERIES_USAGE - ERROR_TRACKING_USAGE - ERROR_TRACKING_PERCENTAGE - - ESTIMATED_INDEXED_LOGS_USAGE - ESTIMATED_INDEXED_SPANS_USAGE - - ESTIMATED_INGESTED_LOGS_USAGE - ESTIMATED_INGESTED_SPANS_USAGE - - ESTIMATED_RUM_SESSIONS_USAGE - FARGATE_USAGE - FUNCTIONS_USAGE - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE @@ -7957,10 +7951,6 @@ components: - dbm_queries_usage - error_tracking_usage - error_tracking_percentage - - estimated_indexed_logs_usage - - estimated_indexed_logs_percentage - - estimated_ingested_logs_usage - - estimated_ingested_logs_percentage - estimated_indexed_spans_usage - estimated_indexed_spans_percentage - estimated_ingested_spans_usage @@ -7999,8 +7989,6 @@ components: - serverless_apps_percentage - snmp_usage - snmp_percentage - - estimated_rum_sessions_usage - - estimated_rum_sessions_percentage - universal_service_monitoring_usage - universal_service_monitoring_percentage - vuln_management_hosts_usage @@ -8102,10 +8090,6 @@ components: - DBM_QUERIES_USAGE - ERROR_TRACKING_USAGE - ERROR_TRACKING_PERCENTAGE - - ESTIMATED_INDEXED_LOGS_USAGE - - ESTIMATED_INDEXED_LOGS_PERCENTAGE - - ESTIMATED_INGESTED_LOGS_USAGE - - ESTIMATED_INGESTED_LOGS_PERCENTAGE - ESTIMATED_INDEXED_SPANS_USAGE - ESTIMATED_INDEXED_SPANS_PERCENTAGE - ESTIMATED_INGESTED_SPANS_USAGE @@ -8144,8 +8128,6 @@ components: - SERVERLESS_APPS_PERCENTAGE - SNMP_USAGE - SNMP_PERCENTAGE - - ESTIMATED_RUM_SESSIONS_USAGE - - ESTIMATED_RUM_SESSIONS_PERCENTAGE - UNIVERSAL_SERVICE_MONITORING_USAGE - UNIVERSAL_SERVICE_MONITORING_PERCENTAGE - VULN_MANAGEMENT_HOSTS_USAGE @@ -8415,14 +8397,6 @@ components: description: The error tracking events usage by tag(s). format: double type: number - estimated_indexed_logs_percentage: - description: The percentage of estimated live indexed logs usage by tag(s). - format: double - type: number - estimated_indexed_logs_usage: - description: The estimated live indexed logs usage by tag(s). - format: double - type: number estimated_indexed_spans_percentage: description: The percentage of estimated indexed spans usage by tag(s). format: double @@ -8431,14 +8405,6 @@ components: description: The estimated indexed spans usage by tag(s). format: double type: number - estimated_ingested_logs_percentage: - description: The percentage of estimated live ingested logs usage by tag(s). - format: double - type: number - estimated_ingested_logs_usage: - description: The estimated live ingested logs usage by tag(s). - format: double - type: number estimated_ingested_spans_percentage: description: The percentage of estimated ingested spans usage by tag(s). format: double @@ -8447,14 +8413,6 @@ components: description: The estimated ingested spans usage by tag(s). format: double type: number - estimated_rum_sessions_percentage: - description: The percentage of estimated rum sessions usage by tag(s). - format: double - type: number - estimated_rum_sessions_usage: - description: The estimated rum sessions usage by tag(s). - format: double - type: number fargate_percentage: description: The percentage of Fargate usage by tags. format: double diff --git a/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java b/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java index fb6cb55dd31..bbb97eb8cc7 100644 --- a/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java +++ b/src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java @@ -54,11 +54,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum { "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", - "estimated_indexed_logs_usage", "estimated_indexed_spans_usage", - "estimated_ingested_logs_usage", "estimated_ingested_spans_usage", - "estimated_rum_sessions_usage", "fargate_usage", "functions_usage", "incident_management_monthly_active_users_usage", @@ -156,16 +153,10 @@ public class HourlyUsageAttributionUsageType extends ModelEnum { new HourlyUsageAttributionUsageType("error_tracking_usage"); public static final HourlyUsageAttributionUsageType ERROR_TRACKING_PERCENTAGE = new HourlyUsageAttributionUsageType("error_tracking_percentage"); - public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_LOGS_USAGE = - new HourlyUsageAttributionUsageType("estimated_indexed_logs_usage"); public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_SPANS_USAGE = new HourlyUsageAttributionUsageType("estimated_indexed_spans_usage"); - public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_LOGS_USAGE = - new HourlyUsageAttributionUsageType("estimated_ingested_logs_usage"); public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_SPANS_USAGE = new HourlyUsageAttributionUsageType("estimated_ingested_spans_usage"); - public static final HourlyUsageAttributionUsageType ESTIMATED_RUM_SESSIONS_USAGE = - new HourlyUsageAttributionUsageType("estimated_rum_sessions_usage"); public static final HourlyUsageAttributionUsageType FARGATE_USAGE = new HourlyUsageAttributionUsageType("fargate_usage"); public static final HourlyUsageAttributionUsageType FUNCTIONS_USAGE = diff --git a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java index cce9c4c0b82..19260fcd7ec 100644 --- a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java +++ b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java @@ -74,10 +74,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", - "estimated_indexed_logs_usage", - "estimated_indexed_logs_percentage", - "estimated_ingested_logs_usage", - "estimated_ingested_logs_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", @@ -116,8 +112,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { "serverless_apps_percentage", "snmp_usage", "snmp_percentage", - "estimated_rum_sessions_usage", - "estimated_rum_sessions_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", @@ -268,14 +262,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { new MonthlyUsageAttributionSupportedMetrics("error_tracking_usage"); public static final MonthlyUsageAttributionSupportedMetrics ERROR_TRACKING_PERCENTAGE = new MonthlyUsageAttributionSupportedMetrics("error_tracking_percentage"); - public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_USAGE = - new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_logs_usage"); - public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_PERCENTAGE = - new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_logs_percentage"); - public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_USAGE = - new MonthlyUsageAttributionSupportedMetrics("estimated_ingested_logs_usage"); - public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_PERCENTAGE = - new MonthlyUsageAttributionSupportedMetrics("estimated_ingested_logs_percentage"); public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_SPANS_USAGE = new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_spans_usage"); public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_SPANS_PERCENTAGE = @@ -356,10 +342,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { new MonthlyUsageAttributionSupportedMetrics("snmp_usage"); public static final MonthlyUsageAttributionSupportedMetrics SNMP_PERCENTAGE = new MonthlyUsageAttributionSupportedMetrics("snmp_percentage"); - public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_RUM_SESSIONS_USAGE = - new MonthlyUsageAttributionSupportedMetrics("estimated_rum_sessions_usage"); - public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_RUM_SESSIONS_PERCENTAGE = - new MonthlyUsageAttributionSupportedMetrics("estimated_rum_sessions_percentage"); public static final MonthlyUsageAttributionSupportedMetrics UNIVERSAL_SERVICE_MONITORING_USAGE = new MonthlyUsageAttributionSupportedMetrics("universal_service_monitoring_usage"); public static final MonthlyUsageAttributionSupportedMetrics diff --git a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java index 74540b9ec1a..35bde3a8ff3 100644 --- a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java +++ b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java @@ -68,16 +68,10 @@ MonthlyUsageAttributionValues.JSON_PROPERTY_DBM_QUERIES_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_ERROR_TRACKING_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_ERROR_TRACKING_USAGE, - MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INDEXED_LOGS_PERCENTAGE, - MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INDEXED_LOGS_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INDEXED_SPANS_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INDEXED_SPANS_USAGE, - MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INGESTED_LOGS_PERCENTAGE, - MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INGESTED_LOGS_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INGESTED_SPANS_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_INGESTED_SPANS_USAGE, - MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_RUM_SESSIONS_PERCENTAGE, - MonthlyUsageAttributionValues.JSON_PROPERTY_ESTIMATED_RUM_SESSIONS_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_FARGATE_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_FARGATE_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_FUNCTIONS_PERCENTAGE, @@ -328,14 +322,6 @@ public class MonthlyUsageAttributionValues { public static final String JSON_PROPERTY_ERROR_TRACKING_USAGE = "error_tracking_usage"; private Double errorTrackingUsage; - public static final String JSON_PROPERTY_ESTIMATED_INDEXED_LOGS_PERCENTAGE = - "estimated_indexed_logs_percentage"; - private Double estimatedIndexedLogsPercentage; - - public static final String JSON_PROPERTY_ESTIMATED_INDEXED_LOGS_USAGE = - "estimated_indexed_logs_usage"; - private Double estimatedIndexedLogsUsage; - public static final String JSON_PROPERTY_ESTIMATED_INDEXED_SPANS_PERCENTAGE = "estimated_indexed_spans_percentage"; private Double estimatedIndexedSpansPercentage; @@ -344,14 +330,6 @@ public class MonthlyUsageAttributionValues { "estimated_indexed_spans_usage"; private Double estimatedIndexedSpansUsage; - public static final String JSON_PROPERTY_ESTIMATED_INGESTED_LOGS_PERCENTAGE = - "estimated_ingested_logs_percentage"; - private Double estimatedIngestedLogsPercentage; - - public static final String JSON_PROPERTY_ESTIMATED_INGESTED_LOGS_USAGE = - "estimated_ingested_logs_usage"; - private Double estimatedIngestedLogsUsage; - public static final String JSON_PROPERTY_ESTIMATED_INGESTED_SPANS_PERCENTAGE = "estimated_ingested_spans_percentage"; private Double estimatedIngestedSpansPercentage; @@ -360,14 +338,6 @@ public class MonthlyUsageAttributionValues { "estimated_ingested_spans_usage"; private Double estimatedIngestedSpansUsage; - public static final String JSON_PROPERTY_ESTIMATED_RUM_SESSIONS_PERCENTAGE = - "estimated_rum_sessions_percentage"; - private Double estimatedRumSessionsPercentage; - - public static final String JSON_PROPERTY_ESTIMATED_RUM_SESSIONS_USAGE = - "estimated_rum_sessions_usage"; - private Double estimatedRumSessionsUsage; - public static final String JSON_PROPERTY_FARGATE_PERCENTAGE = "fargate_percentage"; private Double fargatePercentage; @@ -1706,49 +1676,6 @@ public void setErrorTrackingUsage(Double errorTrackingUsage) { this.errorTrackingUsage = errorTrackingUsage; } - public MonthlyUsageAttributionValues estimatedIndexedLogsPercentage( - Double estimatedIndexedLogsPercentage) { - this.estimatedIndexedLogsPercentage = estimatedIndexedLogsPercentage; - return this; - } - - /** - * The percentage of estimated live indexed logs usage by tag(s). - * - * @return estimatedIndexedLogsPercentage - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_ESTIMATED_INDEXED_LOGS_PERCENTAGE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Double getEstimatedIndexedLogsPercentage() { - return estimatedIndexedLogsPercentage; - } - - public void setEstimatedIndexedLogsPercentage(Double estimatedIndexedLogsPercentage) { - this.estimatedIndexedLogsPercentage = estimatedIndexedLogsPercentage; - } - - public MonthlyUsageAttributionValues estimatedIndexedLogsUsage(Double estimatedIndexedLogsUsage) { - this.estimatedIndexedLogsUsage = estimatedIndexedLogsUsage; - return this; - } - - /** - * The estimated live indexed logs usage by tag(s). - * - * @return estimatedIndexedLogsUsage - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_ESTIMATED_INDEXED_LOGS_USAGE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Double getEstimatedIndexedLogsUsage() { - return estimatedIndexedLogsUsage; - } - - public void setEstimatedIndexedLogsUsage(Double estimatedIndexedLogsUsage) { - this.estimatedIndexedLogsUsage = estimatedIndexedLogsUsage; - } - public MonthlyUsageAttributionValues estimatedIndexedSpansPercentage( Double estimatedIndexedSpansPercentage) { this.estimatedIndexedSpansPercentage = estimatedIndexedSpansPercentage; @@ -1793,50 +1720,6 @@ public void setEstimatedIndexedSpansUsage(Double estimatedIndexedSpansUsage) { this.estimatedIndexedSpansUsage = estimatedIndexedSpansUsage; } - public MonthlyUsageAttributionValues estimatedIngestedLogsPercentage( - Double estimatedIngestedLogsPercentage) { - this.estimatedIngestedLogsPercentage = estimatedIngestedLogsPercentage; - return this; - } - - /** - * The percentage of estimated live ingested logs usage by tag(s). - * - * @return estimatedIngestedLogsPercentage - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_ESTIMATED_INGESTED_LOGS_PERCENTAGE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Double getEstimatedIngestedLogsPercentage() { - return estimatedIngestedLogsPercentage; - } - - public void setEstimatedIngestedLogsPercentage(Double estimatedIngestedLogsPercentage) { - this.estimatedIngestedLogsPercentage = estimatedIngestedLogsPercentage; - } - - public MonthlyUsageAttributionValues estimatedIngestedLogsUsage( - Double estimatedIngestedLogsUsage) { - this.estimatedIngestedLogsUsage = estimatedIngestedLogsUsage; - return this; - } - - /** - * The estimated live ingested logs usage by tag(s). - * - * @return estimatedIngestedLogsUsage - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_ESTIMATED_INGESTED_LOGS_USAGE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Double getEstimatedIngestedLogsUsage() { - return estimatedIngestedLogsUsage; - } - - public void setEstimatedIngestedLogsUsage(Double estimatedIngestedLogsUsage) { - this.estimatedIngestedLogsUsage = estimatedIngestedLogsUsage; - } - public MonthlyUsageAttributionValues estimatedIngestedSpansPercentage( Double estimatedIngestedSpansPercentage) { this.estimatedIngestedSpansPercentage = estimatedIngestedSpansPercentage; @@ -1881,49 +1764,6 @@ public void setEstimatedIngestedSpansUsage(Double estimatedIngestedSpansUsage) { this.estimatedIngestedSpansUsage = estimatedIngestedSpansUsage; } - public MonthlyUsageAttributionValues estimatedRumSessionsPercentage( - Double estimatedRumSessionsPercentage) { - this.estimatedRumSessionsPercentage = estimatedRumSessionsPercentage; - return this; - } - - /** - * The percentage of estimated rum sessions usage by tag(s). - * - * @return estimatedRumSessionsPercentage - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_ESTIMATED_RUM_SESSIONS_PERCENTAGE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Double getEstimatedRumSessionsPercentage() { - return estimatedRumSessionsPercentage; - } - - public void setEstimatedRumSessionsPercentage(Double estimatedRumSessionsPercentage) { - this.estimatedRumSessionsPercentage = estimatedRumSessionsPercentage; - } - - public MonthlyUsageAttributionValues estimatedRumSessionsUsage(Double estimatedRumSessionsUsage) { - this.estimatedRumSessionsUsage = estimatedRumSessionsUsage; - return this; - } - - /** - * The estimated rum sessions usage by tag(s). - * - * @return estimatedRumSessionsUsage - */ - @jakarta.annotation.Nullable - @JsonProperty(JSON_PROPERTY_ESTIMATED_RUM_SESSIONS_USAGE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) - public Double getEstimatedRumSessionsUsage() { - return estimatedRumSessionsUsage; - } - - public void setEstimatedRumSessionsUsage(Double estimatedRumSessionsUsage) { - this.estimatedRumSessionsUsage = estimatedRumSessionsUsage; - } - public MonthlyUsageAttributionValues fargatePercentage(Double fargatePercentage) { this.fargatePercentage = fargatePercentage; return this; @@ -3779,34 +3619,18 @@ public boolean equals(Object o) { && Objects.equals( this.errorTrackingPercentage, monthlyUsageAttributionValues.errorTrackingPercentage) && Objects.equals(this.errorTrackingUsage, monthlyUsageAttributionValues.errorTrackingUsage) - && Objects.equals( - this.estimatedIndexedLogsPercentage, - monthlyUsageAttributionValues.estimatedIndexedLogsPercentage) - && Objects.equals( - this.estimatedIndexedLogsUsage, monthlyUsageAttributionValues.estimatedIndexedLogsUsage) && Objects.equals( this.estimatedIndexedSpansPercentage, monthlyUsageAttributionValues.estimatedIndexedSpansPercentage) && Objects.equals( this.estimatedIndexedSpansUsage, monthlyUsageAttributionValues.estimatedIndexedSpansUsage) - && Objects.equals( - this.estimatedIngestedLogsPercentage, - monthlyUsageAttributionValues.estimatedIngestedLogsPercentage) - && Objects.equals( - this.estimatedIngestedLogsUsage, - monthlyUsageAttributionValues.estimatedIngestedLogsUsage) && Objects.equals( this.estimatedIngestedSpansPercentage, monthlyUsageAttributionValues.estimatedIngestedSpansPercentage) && Objects.equals( this.estimatedIngestedSpansUsage, monthlyUsageAttributionValues.estimatedIngestedSpansUsage) - && Objects.equals( - this.estimatedRumSessionsPercentage, - monthlyUsageAttributionValues.estimatedRumSessionsPercentage) - && Objects.equals( - this.estimatedRumSessionsUsage, monthlyUsageAttributionValues.estimatedRumSessionsUsage) && Objects.equals(this.fargatePercentage, monthlyUsageAttributionValues.fargatePercentage) && Objects.equals(this.fargateUsage, monthlyUsageAttributionValues.fargateUsage) && Objects.equals( @@ -4039,16 +3863,10 @@ public int hashCode() { dbmQueriesUsage, errorTrackingPercentage, errorTrackingUsage, - estimatedIndexedLogsPercentage, - estimatedIndexedLogsUsage, estimatedIndexedSpansPercentage, estimatedIndexedSpansUsage, - estimatedIngestedLogsPercentage, - estimatedIngestedLogsUsage, estimatedIngestedSpansPercentage, estimatedIngestedSpansUsage, - estimatedRumSessionsPercentage, - estimatedRumSessionsUsage, fargatePercentage, fargateUsage, functionsPercentage, @@ -4240,36 +4058,18 @@ public String toString() { .append(toIndentedString(errorTrackingPercentage)) .append("\n"); sb.append(" errorTrackingUsage: ").append(toIndentedString(errorTrackingUsage)).append("\n"); - sb.append(" estimatedIndexedLogsPercentage: ") - .append(toIndentedString(estimatedIndexedLogsPercentage)) - .append("\n"); - sb.append(" estimatedIndexedLogsUsage: ") - .append(toIndentedString(estimatedIndexedLogsUsage)) - .append("\n"); sb.append(" estimatedIndexedSpansPercentage: ") .append(toIndentedString(estimatedIndexedSpansPercentage)) .append("\n"); sb.append(" estimatedIndexedSpansUsage: ") .append(toIndentedString(estimatedIndexedSpansUsage)) .append("\n"); - sb.append(" estimatedIngestedLogsPercentage: ") - .append(toIndentedString(estimatedIngestedLogsPercentage)) - .append("\n"); - sb.append(" estimatedIngestedLogsUsage: ") - .append(toIndentedString(estimatedIngestedLogsUsage)) - .append("\n"); sb.append(" estimatedIngestedSpansPercentage: ") .append(toIndentedString(estimatedIngestedSpansPercentage)) .append("\n"); sb.append(" estimatedIngestedSpansUsage: ") .append(toIndentedString(estimatedIngestedSpansUsage)) .append("\n"); - sb.append(" estimatedRumSessionsPercentage: ") - .append(toIndentedString(estimatedRumSessionsPercentage)) - .append("\n"); - sb.append(" estimatedRumSessionsUsage: ") - .append(toIndentedString(estimatedRumSessionsUsage)) - .append("\n"); sb.append(" fargatePercentage: ").append(toIndentedString(fargatePercentage)).append("\n"); sb.append(" fargateUsage: ").append(toIndentedString(fargateUsage)).append("\n"); sb.append(" functionsPercentage: ")