Skip to content

Commit

Permalink
Regenerate client from commit 71afb1ee of spec repo (#1440)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Aug 29, 2022
1 parent 130301e commit 1c2845d
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-08-26 14:02:53.343399",
"spec_repo_commit": "3f049059"
"regenerated": "2022-08-29 14:55:58.760225",
"spec_repo_commit": "71afb1ee"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-08-26 14:02:53.357032",
"spec_repo_commit": "3f049059"
"regenerated": "2022-08-29 14:55:58.776652",
"spec_repo_commit": "71afb1ee"
}
}
}
34 changes: 34 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3637,6 +3637,7 @@ components:
- dbm_hosts_usage
- dbm_queries_usage
- estimated_indexed_logs_usage
- estimated_ingested_logs_usage
- estimated_indexed_spans_usage
- estimated_ingested_spans_usage
- fargate_usage
Expand All @@ -3663,6 +3664,7 @@ components:
- DBM_HOSTS_USAGE
- DBM_QUERIES_USAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INGESTED_LOGS_USAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- FARGATE_USAGE
Expand Down Expand Up @@ -6888,6 +6890,8 @@ components:
- dbm_queries_usage
- 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
Expand Down Expand Up @@ -6939,6 +6943,8 @@ components:
- DBM_QUERIES_USAGE
- 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
Expand Down Expand Up @@ -7034,6 +7040,16 @@ components:
in private beta.
format: double
type: number
estimated_ingested_logs_percentage:
description: The percentage of estimated live ingested logs usage by tag(s).
This field is in private beta.
format: double
type: number
estimated_ingested_logs_usage:
description: The estimated live ingested logs usage by tag(s). This field
is in private beta.
format: double
type: number
estimated_ingested_spans_percentage:
description: The percentage of estimated ingested spans usage by tag(s).
This field is in private beta.
Expand Down Expand Up @@ -13585,6 +13601,8 @@ components:
- lambda_invocations_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
Expand Down Expand Up @@ -13615,6 +13633,8 @@ components:
- LAMBDA_INVOCATIONS_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
Expand Down Expand Up @@ -13655,6 +13675,8 @@ components:
- dbm_queries_percentage
- estimated_indexed_logs_usage
- estimated_indexed_logs_percentage
- estimated_ingested_logs_usage
- estimated_ingested_logs_percentage
- appsec_usage
- appsec_percentage
- estimated_indexed_spans_usage
Expand Down Expand Up @@ -13696,6 +13718,8 @@ components:
- DBM_QUERIES_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
- ESTIMATED_INGESTED_LOGS_USAGE
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
- APPSEC_USAGE
- APPSEC_PERCENTAGE
- ESTIMATED_INDEXED_SPANS_USAGE
Expand Down Expand Up @@ -13855,6 +13879,16 @@ components:
is in private beta.
format: double
type: number
estimated_ingested_logs_percentage:
description: The percentage of estimated live ingested logs usage by tag(s).
Note this field is in private beta.
format: double
type: number
estimated_ingested_logs_usage:
description: The estimated live ingested logs usage by tag(s). Note this
field is in private beta.
format: double
type: number
estimated_ingested_spans_percentage:
description: The percentage of estimated ingested spans usage by tag(s).
Note this field is in private beta.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public class HourlyUsageAttributionUsageType {
new HourlyUsageAttributionUsageType("dbm_queries_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_LOGS_USAGE =
new HourlyUsageAttributionUsageType("estimated_indexed_logs_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_LOGS_USAGE =
new HourlyUsageAttributionUsageType("estimated_ingested_logs_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_SPANS_USAGE =
new HourlyUsageAttributionUsageType("estimated_indexed_spans_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_SPANS_USAGE =
Expand Down Expand Up @@ -89,6 +91,7 @@ public class HourlyUsageAttributionUsageType {
"dbm_hosts_usage",
"dbm_queries_usage",
"estimated_indexed_logs_usage",
"estimated_ingested_logs_usage",
"estimated_indexed_spans_usage",
"estimated_ingested_spans_usage",
"fargate_usage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public class MonthlyUsageAttributionSupportedMetrics {
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 =
Expand Down Expand Up @@ -154,6 +158,8 @@ public class MonthlyUsageAttributionSupportedMetrics {
"dbm_queries_usage",
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
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_FARGATE_PERCENTAGE,
Expand Down Expand Up @@ -108,6 +110,14 @@ 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;
Expand Down Expand Up @@ -511,6 +521,50 @@ 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). This field is in private beta.
*
* @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). This field is in private beta.
*
* @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;
Expand Down Expand Up @@ -971,6 +1025,12 @@ public boolean equals(Object o) {
&& Objects.equals(
this.estimatedIndexedSpansUsage,
monthlyUsageAttributionValues.estimatedIndexedSpansUsage)
&& Objects.equals(
this.estimatedIngestedLogsPercentage,
monthlyUsageAttributionValues.estimatedIngestedLogsPercentage)
&& Objects.equals(
this.estimatedIngestedLogsUsage,
monthlyUsageAttributionValues.estimatedIngestedLogsUsage)
&& Objects.equals(
this.estimatedIngestedSpansPercentage,
monthlyUsageAttributionValues.estimatedIngestedSpansPercentage)
Expand Down Expand Up @@ -1024,6 +1084,8 @@ public int hashCode() {
estimatedIndexedLogsUsage,
estimatedIndexedSpansPercentage,
estimatedIndexedSpansUsage,
estimatedIngestedLogsPercentage,
estimatedIngestedLogsUsage,
estimatedIngestedSpansPercentage,
estimatedIngestedSpansUsage,
fargatePercentage,
Expand Down Expand Up @@ -1080,6 +1142,12 @@ public String toString() {
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");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ public class UsageAttributionSort {
new UsageAttributionSort("estimated_indexed_logs_usage");
public static final UsageAttributionSort ESTIMATED_INDEXED_LOGS_PERCENTAGE =
new UsageAttributionSort("estimated_indexed_logs_percentage");
public static final UsageAttributionSort ESTIMATED_INGESTED_LOGS_USAGE =
new UsageAttributionSort("estimated_ingested_logs_usage");
public static final UsageAttributionSort ESTIMATED_INGESTED_LOGS_PERCENTAGE =
new UsageAttributionSort("estimated_ingested_logs_percentage");
public static final UsageAttributionSort ESTIMATED_INDEXED_SPANS_USAGE =
new UsageAttributionSort("estimated_indexed_spans_usage");
public static final UsageAttributionSort ESTIMATED_INDEXED_SPANS_PERCENTAGE =
Expand Down Expand Up @@ -104,6 +108,8 @@ public class UsageAttributionSort {
"lambda_invocations_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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ public class UsageAttributionSupportedMetrics {
new UsageAttributionSupportedMetrics("estimated_indexed_logs_usage");
public static final UsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_PERCENTAGE =
new UsageAttributionSupportedMetrics("estimated_indexed_logs_percentage");
public static final UsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_USAGE =
new UsageAttributionSupportedMetrics("estimated_ingested_logs_usage");
public static final UsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_PERCENTAGE =
new UsageAttributionSupportedMetrics("estimated_ingested_logs_percentage");
public static final UsageAttributionSupportedMetrics APPSEC_USAGE =
new UsageAttributionSupportedMetrics("appsec_usage");
public static final UsageAttributionSupportedMetrics APPSEC_PERCENTAGE =
Expand Down Expand Up @@ -141,6 +145,8 @@ public class UsageAttributionSupportedMetrics {
"dbm_queries_percentage",
"estimated_indexed_logs_usage",
"estimated_indexed_logs_percentage",
"estimated_ingested_logs_usage",
"estimated_ingested_logs_percentage",
"appsec_usage",
"appsec_percentage",
"estimated_indexed_spans_usage",
Expand Down
Loading

0 comments on commit 1c2845d

Please sign in to comment.