diff --git a/.apigentools-info b/.apigentools-info index 34e2280e091..17e77d2df95 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.5", - "regenerated": "2023-09-13 15:18:05.497778", - "spec_repo_commit": "ec46249d" + "regenerated": "2023-09-14 14:35:26.859009", + "spec_repo_commit": "1d834ec1" }, "v2": { "apigentools_version": "1.6.5", - "regenerated": "2023-09-13 15:18:05.516562", - "spec_repo_commit": "ec46249d" + "regenerated": "2023-09-14 14:35:26.875218", + "spec_repo_commit": "1d834ec1" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index dba899d4ac4..e67fc9b6015 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -3920,6 +3920,7 @@ components: - functions_usage - infra_host_usage - invocations_usage + - mobile_app_testing_usage - npm_host_usage - obs_pipeline_bytes_usage - profiled_container_usage @@ -3958,6 +3959,7 @@ components: - FUNCTIONS_USAGE - INFRA_HOST_USAGE - INVOCATIONS_USAGE + - MOBILE_APP_TESTING_USAGE - NPM_HOST_USAGE - OBS_PIPELINE_BYTES_USAGE - PROFILED_CONTAINER_USAGE @@ -7489,6 +7491,8 @@ components: - infra_host_percentage - invocations_usage - invocations_percentage + - mobile_app_testing_percentage + - mobile_app_testing_usage - npm_host_usage - npm_host_percentage - obs_pipeline_bytes_usage @@ -7564,6 +7568,8 @@ components: - INFRA_HOST_PERCENTAGE - INVOCATIONS_USAGE - INVOCATIONS_PERCENTAGE + - MOBILE_APP_TESTING_USAGE + - MOBILE_APP_TESTING_PERCENTAGE - NPM_HOST_USAGE - NPM_HOST_PERCENTAGE - OBS_PIPELINE_BYTES_USAGE @@ -7811,6 +7817,15 @@ components: description: The Lambda invocation usage by tag(s). format: double type: number + mobile_app_testing_percentage: + description: The percentage of Synthetic mobile application test usage by + tag(s). + format: double + type: number + mobile_app_testing_usage: + description: The Synthetic mobile application test usage by tag(s). + format: double + type: number npm_host_percentage: description: The percentage of network host usage by tag(s). format: double @@ -17963,6 +17978,11 @@ components: the current date for all organizations. format: int64 type: integer + synthetics_mobile_test_runs_sum: + description: Shows the sum of all Synthetic mobile application tests over + all hours in the current date for all organizations. + format: int64 + type: integer synthetics_parallel_testing_max_slots_hwm: description: Shows the high-water mark of used synthetics parallel testing slots over all hours in the current date for all organizations. @@ -18404,6 +18424,11 @@ components: the current date for the given org. format: int64 type: integer + synthetics_mobile_test_runs_sum: + description: Shows the sum of all Synthetic mobile application tests over + all hours in the current date for the given org. + format: int64 + type: integer synthetics_parallel_testing_max_slots_hwm: description: Shows the high-water mark of used synthetics parallel testing slots over all hours in the current date for the given org. @@ -18887,6 +18912,11 @@ components: the current months for all organizations. format: int64 type: integer + synthetics_mobile_test_runs_agg_sum: + description: Shows the sum of Synthetic mobile application tests over all + hours in the current months for all organizations. + format: int64 + type: integer synthetics_parallel_testing_max_slots_hwm_sum: description: Shows the sum of the high-water marks of used synthetics parallel testing slots over all hours in the current month for all organizations. diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 102fd41c850..d6029e3919c 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -27082,8 +27082,8 @@ paths: `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`, - `synthetics_api`, `synthetics_browser`, `synthetics_parallel_testing`, and - `timeseries`. + `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, + and `timeseries`. The following product family has been **deprecated**: `audit_logs`.' in: query 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 e6379488698..d7549542292 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 @@ -52,6 +52,7 @@ public class HourlyUsageAttributionUsageType extends ModelEnum { "functions_usage", "infra_host_usage", "invocations_usage", + "mobile_app_testing_usage", "npm_host_usage", "obs_pipeline_bytes_usage", "profiled_container_usage", @@ -115,6 +116,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum { new HourlyUsageAttributionUsageType("infra_host_usage"); public static final HourlyUsageAttributionUsageType INVOCATIONS_USAGE = new HourlyUsageAttributionUsageType("invocations_usage"); + public static final HourlyUsageAttributionUsageType MOBILE_APP_TESTING_USAGE = + new HourlyUsageAttributionUsageType("mobile_app_testing_usage"); public static final HourlyUsageAttributionUsageType NPM_HOST_USAGE = new HourlyUsageAttributionUsageType("npm_host_usage"); public static final HourlyUsageAttributionUsageType OBS_PIPELINE_BYTES_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 48cc5cd7f34..dd2e4827fb7 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 @@ -80,6 +80,8 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { "infra_host_percentage", "invocations_usage", "invocations_percentage", + "mobile_app_testing_percentage", + "mobile_app_testing_usage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", @@ -207,6 +209,10 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum { new MonthlyUsageAttributionSupportedMetrics("invocations_usage"); public static final MonthlyUsageAttributionSupportedMetrics INVOCATIONS_PERCENTAGE = new MonthlyUsageAttributionSupportedMetrics("invocations_percentage"); + public static final MonthlyUsageAttributionSupportedMetrics MOBILE_APP_TESTING_USAGE = + new MonthlyUsageAttributionSupportedMetrics("mobile_app_testing_percentage"); + public static final MonthlyUsageAttributionSupportedMetrics MOBILE_APP_TESTING_PERCENTAGE = + new MonthlyUsageAttributionSupportedMetrics("mobile_app_testing_usage"); public static final MonthlyUsageAttributionSupportedMetrics NPM_HOST_USAGE = new MonthlyUsageAttributionSupportedMetrics("npm_host_usage"); public static final MonthlyUsageAttributionSupportedMetrics NPM_HOST_PERCENTAGE = 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 bcff97ab0dc..9a84b9ef00b 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 @@ -72,6 +72,8 @@ MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INVOCATIONS_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_INVOCATIONS_USAGE, + MonthlyUsageAttributionValues.JSON_PROPERTY_MOBILE_APP_TESTING_PERCENTAGE, + MonthlyUsageAttributionValues.JSON_PROPERTY_MOBILE_APP_TESTING_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_NPM_HOST_PERCENTAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_NPM_HOST_USAGE, MonthlyUsageAttributionValues.JSON_PROPERTY_OBS_PIPELINE_BYTES_PERCENTAGE, @@ -274,6 +276,13 @@ public class MonthlyUsageAttributionValues { public static final String JSON_PROPERTY_INVOCATIONS_USAGE = "invocations_usage"; private Double invocationsUsage; + public static final String JSON_PROPERTY_MOBILE_APP_TESTING_PERCENTAGE = + "mobile_app_testing_percentage"; + private Double mobileAppTestingPercentage; + + public static final String JSON_PROPERTY_MOBILE_APP_TESTING_USAGE = "mobile_app_testing_usage"; + private Double mobileAppTestingUsage; + public static final String JSON_PROPERTY_NPM_HOST_PERCENTAGE = "npm_host_percentage"; private Double npmHostPercentage; @@ -1482,6 +1491,49 @@ public void setInvocationsUsage(Double invocationsUsage) { this.invocationsUsage = invocationsUsage; } + public MonthlyUsageAttributionValues mobileAppTestingPercentage( + Double mobileAppTestingPercentage) { + this.mobileAppTestingPercentage = mobileAppTestingPercentage; + return this; + } + + /** + * The percentage of Synthetic mobile application test usage by tag(s). + * + * @return mobileAppTestingPercentage + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_MOBILE_APP_TESTING_PERCENTAGE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Double getMobileAppTestingPercentage() { + return mobileAppTestingPercentage; + } + + public void setMobileAppTestingPercentage(Double mobileAppTestingPercentage) { + this.mobileAppTestingPercentage = mobileAppTestingPercentage; + } + + public MonthlyUsageAttributionValues mobileAppTestingUsage(Double mobileAppTestingUsage) { + this.mobileAppTestingUsage = mobileAppTestingUsage; + return this; + } + + /** + * The Synthetic mobile application test usage by tag(s). + * + * @return mobileAppTestingUsage + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_MOBILE_APP_TESTING_USAGE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Double getMobileAppTestingUsage() { + return mobileAppTestingUsage; + } + + public void setMobileAppTestingUsage(Double mobileAppTestingUsage) { + this.mobileAppTestingUsage = mobileAppTestingUsage; + } + public MonthlyUsageAttributionValues npmHostPercentage(Double npmHostPercentage) { this.npmHostPercentage = npmHostPercentage; return this; @@ -2016,6 +2068,11 @@ public boolean equals(Object o) { && Objects.equals( this.invocationsPercentage, monthlyUsageAttributionValues.invocationsPercentage) && Objects.equals(this.invocationsUsage, monthlyUsageAttributionValues.invocationsUsage) + && Objects.equals( + this.mobileAppTestingPercentage, + monthlyUsageAttributionValues.mobileAppTestingPercentage) + && Objects.equals( + this.mobileAppTestingUsage, monthlyUsageAttributionValues.mobileAppTestingUsage) && Objects.equals(this.npmHostPercentage, monthlyUsageAttributionValues.npmHostPercentage) && Objects.equals(this.npmHostUsage, monthlyUsageAttributionValues.npmHostUsage) && Objects.equals( @@ -2113,6 +2170,8 @@ public int hashCode() { infraHostUsage, invocationsPercentage, invocationsUsage, + mobileAppTestingPercentage, + mobileAppTestingUsage, npmHostPercentage, npmHostUsage, obsPipelineBytesPercentage, @@ -2250,6 +2309,12 @@ public String toString() { .append(toIndentedString(invocationsPercentage)) .append("\n"); sb.append(" invocationsUsage: ").append(toIndentedString(invocationsUsage)).append("\n"); + sb.append(" mobileAppTestingPercentage: ") + .append(toIndentedString(mobileAppTestingPercentage)) + .append("\n"); + sb.append(" mobileAppTestingUsage: ") + .append(toIndentedString(mobileAppTestingUsage)) + .append("\n"); sb.append(" npmHostPercentage: ").append(toIndentedString(npmHostPercentage)).append("\n"); sb.append(" npmHostUsage: ").append(toIndentedString(npmHostUsage)).append("\n"); sb.append(" obsPipelineBytesPercentage: ") diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java index 2c340d663e1..7968d1bb0b5 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java @@ -100,6 +100,7 @@ UsageSummaryDate.JSON_PROPERTY_SDS_TOTAL_SCANNED_BYTES_SUM, UsageSummaryDate.JSON_PROPERTY_SYNTHETICS_BROWSER_CHECK_CALLS_COUNT_SUM, UsageSummaryDate.JSON_PROPERTY_SYNTHETICS_CHECK_CALLS_COUNT_SUM, + UsageSummaryDate.JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_SUM, UsageSummaryDate.JSON_PROPERTY_SYNTHETICS_PARALLEL_TESTING_MAX_SLOTS_HWM, UsageSummaryDate.JSON_PROPERTY_TRACE_SEARCH_INDEXED_EVENTS_COUNT_SUM, UsageSummaryDate.JSON_PROPERTY_TWOL_INGESTED_EVENTS_BYTES_SUM, @@ -384,6 +385,10 @@ public class UsageSummaryDate { "synthetics_check_calls_count_sum"; private Long syntheticsCheckCallsCountSum; + public static final String JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_SUM = + "synthetics_mobile_test_runs_sum"; + private Long syntheticsMobileTestRunsSum; + public static final String JSON_PROPERTY_SYNTHETICS_PARALLEL_TESTING_MAX_SLOTS_HWM = "synthetics_parallel_testing_max_slots_hwm"; private Long syntheticsParallelTestingMaxSlotsHwm; @@ -2165,6 +2170,28 @@ public void setSyntheticsCheckCallsCountSum(Long syntheticsCheckCallsCountSum) { this.syntheticsCheckCallsCountSum = syntheticsCheckCallsCountSum; } + public UsageSummaryDate syntheticsMobileTestRunsSum(Long syntheticsMobileTestRunsSum) { + this.syntheticsMobileTestRunsSum = syntheticsMobileTestRunsSum; + return this; + } + + /** + * Shows the sum of all Synthetic mobile application tests over all hours in the current date for + * all organizations. + * + * @return syntheticsMobileTestRunsSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getSyntheticsMobileTestRunsSum() { + return syntheticsMobileTestRunsSum; + } + + public void setSyntheticsMobileTestRunsSum(Long syntheticsMobileTestRunsSum) { + this.syntheticsMobileTestRunsSum = syntheticsMobileTestRunsSum; + } + public UsageSummaryDate syntheticsParallelTestingMaxSlotsHwm( Long syntheticsParallelTestingMaxSlotsHwm) { this.syntheticsParallelTestingMaxSlotsHwm = syntheticsParallelTestingMaxSlotsHwm; @@ -2486,6 +2513,8 @@ public boolean equals(Object o) { usageSummaryDate.syntheticsBrowserCheckCallsCountSum) && Objects.equals( this.syntheticsCheckCallsCountSum, usageSummaryDate.syntheticsCheckCallsCountSum) + && Objects.equals( + this.syntheticsMobileTestRunsSum, usageSummaryDate.syntheticsMobileTestRunsSum) && Objects.equals( this.syntheticsParallelTestingMaxSlotsHwm, usageSummaryDate.syntheticsParallelTestingMaxSlotsHwm) @@ -2587,6 +2616,7 @@ public int hashCode() { sdsTotalScannedBytesSum, syntheticsBrowserCheckCallsCountSum, syntheticsCheckCallsCountSum, + syntheticsMobileTestRunsSum, syntheticsParallelTestingMaxSlotsHwm, traceSearchIndexedEventsCountSum, twolIngestedEventsBytesSum, @@ -2780,6 +2810,9 @@ public String toString() { sb.append(" syntheticsCheckCallsCountSum: ") .append(toIndentedString(syntheticsCheckCallsCountSum)) .append("\n"); + sb.append(" syntheticsMobileTestRunsSum: ") + .append(toIndentedString(syntheticsMobileTestRunsSum)) + .append("\n"); sb.append(" syntheticsParallelTestingMaxSlotsHwm: ") .append(toIndentedString(syntheticsParallelTestingMaxSlotsHwm)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java index 2bd073a4325..859bf6f73fc 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java @@ -99,6 +99,7 @@ UsageSummaryDateOrg.JSON_PROPERTY_SDS_TOTAL_SCANNED_BYTES_SUM, UsageSummaryDateOrg.JSON_PROPERTY_SYNTHETICS_BROWSER_CHECK_CALLS_COUNT_SUM, UsageSummaryDateOrg.JSON_PROPERTY_SYNTHETICS_CHECK_CALLS_COUNT_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_SUM, UsageSummaryDateOrg.JSON_PROPERTY_SYNTHETICS_PARALLEL_TESTING_MAX_SLOTS_HWM, UsageSummaryDateOrg.JSON_PROPERTY_TRACE_SEARCH_INDEXED_EVENTS_COUNT_SUM, UsageSummaryDateOrg.JSON_PROPERTY_TWOL_INGESTED_EVENTS_BYTES_SUM, @@ -389,6 +390,10 @@ public class UsageSummaryDateOrg { "synthetics_check_calls_count_sum"; private Long syntheticsCheckCallsCountSum; + public static final String JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_SUM = + "synthetics_mobile_test_runs_sum"; + private Long syntheticsMobileTestRunsSum; + public static final String JSON_PROPERTY_SYNTHETICS_PARALLEL_TESTING_MAX_SLOTS_HWM = "synthetics_parallel_testing_max_slots_hwm"; private Long syntheticsParallelTestingMaxSlotsHwm; @@ -2190,6 +2195,28 @@ public void setSyntheticsCheckCallsCountSum(Long syntheticsCheckCallsCountSum) { this.syntheticsCheckCallsCountSum = syntheticsCheckCallsCountSum; } + public UsageSummaryDateOrg syntheticsMobileTestRunsSum(Long syntheticsMobileTestRunsSum) { + this.syntheticsMobileTestRunsSum = syntheticsMobileTestRunsSum; + return this; + } + + /** + * Shows the sum of all Synthetic mobile application tests over all hours in the current date for + * the given org. + * + * @return syntheticsMobileTestRunsSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getSyntheticsMobileTestRunsSum() { + return syntheticsMobileTestRunsSum; + } + + public void setSyntheticsMobileTestRunsSum(Long syntheticsMobileTestRunsSum) { + this.syntheticsMobileTestRunsSum = syntheticsMobileTestRunsSum; + } + public UsageSummaryDateOrg syntheticsParallelTestingMaxSlotsHwm( Long syntheticsParallelTestingMaxSlotsHwm) { this.syntheticsParallelTestingMaxSlotsHwm = syntheticsParallelTestingMaxSlotsHwm; @@ -2524,6 +2551,8 @@ public boolean equals(Object o) { usageSummaryDateOrg.syntheticsBrowserCheckCallsCountSum) && Objects.equals( this.syntheticsCheckCallsCountSum, usageSummaryDateOrg.syntheticsCheckCallsCountSum) + && Objects.equals( + this.syntheticsMobileTestRunsSum, usageSummaryDateOrg.syntheticsMobileTestRunsSum) && Objects.equals( this.syntheticsParallelTestingMaxSlotsHwm, usageSummaryDateOrg.syntheticsParallelTestingMaxSlotsHwm) @@ -2627,6 +2656,7 @@ public int hashCode() { sdsTotalScannedBytesSum, syntheticsBrowserCheckCallsCountSum, syntheticsCheckCallsCountSum, + syntheticsMobileTestRunsSum, syntheticsParallelTestingMaxSlotsHwm, traceSearchIndexedEventsCountSum, twolIngestedEventsBytesSum, @@ -2822,6 +2852,9 @@ public String toString() { sb.append(" syntheticsCheckCallsCountSum: ") .append(toIndentedString(syntheticsCheckCallsCountSum)) .append("\n"); + sb.append(" syntheticsMobileTestRunsSum: ") + .append(toIndentedString(syntheticsMobileTestRunsSum)) + .append("\n"); sb.append(" syntheticsParallelTestingMaxSlotsHwm: ") .append(toIndentedString(syntheticsParallelTestingMaxSlotsHwm)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java index a88e92aa6a5..3fbb25f5a40 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java @@ -111,6 +111,7 @@ UsageSummaryResponse.JSON_PROPERTY_START_DATE, UsageSummaryResponse.JSON_PROPERTY_SYNTHETICS_BROWSER_CHECK_CALLS_COUNT_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_SYNTHETICS_CHECK_CALLS_COUNT_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_SYNTHETICS_PARALLEL_TESTING_MAX_SLOTS_HWM_SUM, UsageSummaryResponse.JSON_PROPERTY_TRACE_SEARCH_INDEXED_EVENTS_COUNT_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_TWOL_INGESTED_EVENTS_BYTES_AGG_SUM, @@ -437,6 +438,10 @@ public class UsageSummaryResponse { "synthetics_check_calls_count_agg_sum"; private Long syntheticsCheckCallsCountAggSum; + public static final String JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_AGG_SUM = + "synthetics_mobile_test_runs_agg_sum"; + private Long syntheticsMobileTestRunsAggSum; + public static final String JSON_PROPERTY_SYNTHETICS_PARALLEL_TESTING_MAX_SLOTS_HWM_SUM = "synthetics_parallel_testing_max_slots_hwm_sum"; private Long syntheticsParallelTestingMaxSlotsHwmSum; @@ -2403,6 +2408,28 @@ public void setSyntheticsCheckCallsCountAggSum(Long syntheticsCheckCallsCountAgg this.syntheticsCheckCallsCountAggSum = syntheticsCheckCallsCountAggSum; } + public UsageSummaryResponse syntheticsMobileTestRunsAggSum(Long syntheticsMobileTestRunsAggSum) { + this.syntheticsMobileTestRunsAggSum = syntheticsMobileTestRunsAggSum; + return this; + } + + /** + * Shows the sum of Synthetic mobile application tests over all hours in the current months for + * all organizations. + * + * @return syntheticsMobileTestRunsAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_SYNTHETICS_MOBILE_TEST_RUNS_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getSyntheticsMobileTestRunsAggSum() { + return syntheticsMobileTestRunsAggSum; + } + + public void setSyntheticsMobileTestRunsAggSum(Long syntheticsMobileTestRunsAggSum) { + this.syntheticsMobileTestRunsAggSum = syntheticsMobileTestRunsAggSum; + } + public UsageSummaryResponse syntheticsParallelTestingMaxSlotsHwmSum( Long syntheticsParallelTestingMaxSlotsHwmSum) { this.syntheticsParallelTestingMaxSlotsHwmSum = syntheticsParallelTestingMaxSlotsHwmSum; @@ -2811,6 +2838,9 @@ public boolean equals(Object o) { && Objects.equals( this.syntheticsCheckCallsCountAggSum, usageSummaryResponse.syntheticsCheckCallsCountAggSum) + && Objects.equals( + this.syntheticsMobileTestRunsAggSum, + usageSummaryResponse.syntheticsMobileTestRunsAggSum) && Objects.equals( this.syntheticsParallelTestingMaxSlotsHwmSum, usageSummaryResponse.syntheticsParallelTestingMaxSlotsHwmSum) @@ -2922,6 +2952,7 @@ public int hashCode() { startDate, syntheticsBrowserCheckCallsCountAggSum, syntheticsCheckCallsCountAggSum, + syntheticsMobileTestRunsAggSum, syntheticsParallelTestingMaxSlotsHwmSum, traceSearchIndexedEventsCountAggSum, twolIngestedEventsBytesAggSum, @@ -3154,6 +3185,9 @@ public String toString() { sb.append(" syntheticsCheckCallsCountAggSum: ") .append(toIndentedString(syntheticsCheckCallsCountAggSum)) .append("\n"); + sb.append(" syntheticsMobileTestRunsAggSum: ") + .append(toIndentedString(syntheticsMobileTestRunsAggSum)) + .append("\n"); sb.append(" syntheticsParallelTestingMaxSlotsHwmSum: ") .append(toIndentedString(syntheticsParallelTestingMaxSlotsHwmSum)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java b/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java index 3edcb6acb0e..d325da58fb4 100644 --- a/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java @@ -840,8 +840,9 @@ public GetHourlyUsageOptionalParameters pageNextRecordId(String pageNextRecordId * observability_pipelines, online_archive, profiling, * rum, rum_browser_sessions, rum_mobile_sessions, sds * , snmp, synthetics_api, synthetics_browser, - * synthetics_parallel_testing, and timeseries. The following - * product family has been deprecated: audit_logs. (required) + * synthetics_mobile, synthetics_parallel_testing, and + * timeseries. The following product family has been deprecated: + * audit_logs. (required) * @return HourlyUsageResponse * @throws ApiException if fails to make API call */ @@ -870,8 +871,9 @@ filterTimestampStart, filterProductFamilies, new GetHourlyUsageOptionalParameter * observability_pipelines, online_archive, profiling, * rum, rum_browser_sessions, rum_mobile_sessions, sds * , snmp, synthetics_api, synthetics_browser, - * synthetics_parallel_testing, and timeseries. The following - * product family has been deprecated: audit_logs. (required) + * synthetics_mobile, synthetics_parallel_testing, and + * timeseries. The following product family has been deprecated: + * audit_logs. (required) * @return CompletableFuture<HourlyUsageResponse> */ public CompletableFuture getHourlyUsageAsync( @@ -902,8 +904,9 @@ filterTimestampStart, filterProductFamilies, new GetHourlyUsageOptionalParameter * observability_pipelines, online_archive, profiling, * rum, rum_browser_sessions, rum_mobile_sessions, sds * , snmp, synthetics_api, synthetics_browser, - * synthetics_parallel_testing, and timeseries. The following - * product family has been deprecated: audit_logs. (required) + * synthetics_mobile, synthetics_parallel_testing, and + * timeseries. The following product family has been deprecated: + * audit_logs. (required) * @param parameters Optional parameters for the request. * @return HourlyUsageResponse * @throws ApiException if fails to make API call @@ -935,8 +938,9 @@ public HourlyUsageResponse getHourlyUsage( * observability_pipelines, online_archive, profiling, * rum, rum_browser_sessions, rum_mobile_sessions, sds * , snmp, synthetics_api, synthetics_browser, - * synthetics_parallel_testing, and timeseries. The following - * product family has been deprecated: audit_logs. (required) + * synthetics_mobile, synthetics_parallel_testing, and + * timeseries. The following product family has been deprecated: + * audit_logs. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<HourlyUsageResponse> */ @@ -967,8 +971,9 @@ public CompletableFuture getHourlyUsageAsync( * observability_pipelines, online_archive, profiling, * rum, rum_browser_sessions, rum_mobile_sessions, sds * , snmp, synthetics_api, synthetics_browser, - * synthetics_parallel_testing, and timeseries. The following - * product family has been deprecated: audit_logs. (required) + * synthetics_mobile, synthetics_parallel_testing, and + * timeseries. The following product family has been deprecated: + * audit_logs. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<HourlyUsageResponse> * @throws ApiException if fails to make API call @@ -1066,8 +1071,9 @@ public ApiResponse getHourlyUsageWithHttpInfo( * observability_pipelines, online_archive, profiling, * rum, rum_browser_sessions, rum_mobile_sessions, sds * , snmp, synthetics_api, synthetics_browser, - * synthetics_parallel_testing, and timeseries. The following - * product family has been deprecated: audit_logs. (required) + * synthetics_mobile, synthetics_parallel_testing, and + * timeseries. The following product family has been deprecated: + * audit_logs. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<HourlyUsageResponse>> */