Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2023-03-15 16:38:18.876838",
"spec_repo_commit": "315984bc"
"regenerated": "2023-03-21 10:00:58.719437",
"spec_repo_commit": "45be3462"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-03-15 16:38:18.889584",
"spec_repo_commit": "315984bc"
"regenerated": "2023-03-21 10:00:58.735485",
"spec_repo_commit": "45be3462"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15445,7 +15445,7 @@ components:
$ref: '#/components/schemas/UsageBillableSummaryBody'
application_security_host_sum:
$ref: '#/components/schemas/UsageBillableSummaryBody'
application_security_host_top99:
application_security_host_top99p:
$ref: '#/components/schemas/UsageBillableSummaryBody'
ci_pipeline_indexed_spans_sum:
$ref: '#/components/schemas/UsageBillableSummaryBody'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
UsageBillableSummaryKeys.JSON_PROPERTY_APM_TRACE_SEARCH_SUM,
UsageBillableSummaryKeys.JSON_PROPERTY_APPLICATION_SECURITY_FARGATE_AVERAGE,
UsageBillableSummaryKeys.JSON_PROPERTY_APPLICATION_SECURITY_HOST_SUM,
UsageBillableSummaryKeys.JSON_PROPERTY_APPLICATION_SECURITY_HOST_TOP99,
UsageBillableSummaryKeys.JSON_PROPERTY_APPLICATION_SECURITY_HOST_TOP99P,
UsageBillableSummaryKeys.JSON_PROPERTY_CI_PIPELINE_INDEXED_SPANS_SUM,
UsageBillableSummaryKeys.JSON_PROPERTY_CI_PIPELINE_MAXIMUM,
UsageBillableSummaryKeys.JSON_PROPERTY_CI_PIPELINE_SUM,
Expand Down Expand Up @@ -136,9 +136,9 @@ public class UsageBillableSummaryKeys {
"application_security_host_sum";
private UsageBillableSummaryBody applicationSecurityHostSum;

public static final String JSON_PROPERTY_APPLICATION_SECURITY_HOST_TOP99 =
"application_security_host_top99";
private UsageBillableSummaryBody applicationSecurityHostTop99;
public static final String JSON_PROPERTY_APPLICATION_SECURITY_HOST_TOP99P =
"application_security_host_top99p";
private UsageBillableSummaryBody applicationSecurityHostTop99p;

public static final String JSON_PROPERTY_CI_PIPELINE_INDEXED_SPANS_SUM =
"ci_pipeline_indexed_spans_sum";
Expand Down Expand Up @@ -592,28 +592,28 @@ public void setApplicationSecurityHostSum(UsageBillableSummaryBody applicationSe
this.applicationSecurityHostSum = applicationSecurityHostSum;
}

public UsageBillableSummaryKeys applicationSecurityHostTop99(
UsageBillableSummaryBody applicationSecurityHostTop99) {
this.applicationSecurityHostTop99 = applicationSecurityHostTop99;
this.unparsed |= applicationSecurityHostTop99.unparsed;
public UsageBillableSummaryKeys applicationSecurityHostTop99p(
UsageBillableSummaryBody applicationSecurityHostTop99p) {
this.applicationSecurityHostTop99p = applicationSecurityHostTop99p;
this.unparsed |= applicationSecurityHostTop99p.unparsed;
return this;
}

/**
* Response with properties for each aggregated usage type.
*
* @return applicationSecurityHostTop99
* @return applicationSecurityHostTop99p
*/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_APPLICATION_SECURITY_HOST_TOP99)
@JsonProperty(JSON_PROPERTY_APPLICATION_SECURITY_HOST_TOP99P)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public UsageBillableSummaryBody getApplicationSecurityHostTop99() {
return applicationSecurityHostTop99;
public UsageBillableSummaryBody getApplicationSecurityHostTop99p() {
return applicationSecurityHostTop99p;
}

public void setApplicationSecurityHostTop99(
UsageBillableSummaryBody applicationSecurityHostTop99) {
this.applicationSecurityHostTop99 = applicationSecurityHostTop99;
public void setApplicationSecurityHostTop99p(
UsageBillableSummaryBody applicationSecurityHostTop99p) {
this.applicationSecurityHostTop99p = applicationSecurityHostTop99p;
}

public UsageBillableSummaryKeys ciPipelineIndexedSpansSum(
Expand Down Expand Up @@ -2395,8 +2395,8 @@ public boolean equals(Object o) {
&& Objects.equals(
this.applicationSecurityHostSum, usageBillableSummaryKeys.applicationSecurityHostSum)
&& Objects.equals(
this.applicationSecurityHostTop99,
usageBillableSummaryKeys.applicationSecurityHostTop99)
this.applicationSecurityHostTop99p,
usageBillableSummaryKeys.applicationSecurityHostTop99p)
&& Objects.equals(
this.ciPipelineIndexedSpansSum, usageBillableSummaryKeys.ciPipelineIndexedSpansSum)
&& Objects.equals(this.ciPipelineMaximum, usageBillableSummaryKeys.ciPipelineMaximum)
Expand Down Expand Up @@ -2519,7 +2519,7 @@ public int hashCode() {
apmTraceSearchSum,
applicationSecurityFargateAverage,
applicationSecurityHostSum,
applicationSecurityHostTop99,
applicationSecurityHostTop99p,
ciPipelineIndexedSpansSum,
ciPipelineMaximum,
ciPipelineSum,
Expand Down Expand Up @@ -2619,8 +2619,8 @@ public String toString() {
sb.append(" applicationSecurityHostSum: ")
.append(toIndentedString(applicationSecurityHostSum))
.append("\n");
sb.append(" applicationSecurityHostTop99: ")
.append(toIndentedString(applicationSecurityHostTop99))
sb.append(" applicationSecurityHostTop99p: ")
.append(toIndentedString(applicationSecurityHostTop99p))
.append("\n");
sb.append(" ciPipelineIndexedSpansSum: ")
.append(toIndentedString(ciPipelineIndexedSpansSum))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31d"
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31e"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31e"
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31d"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7a"
"id": "01611a93-5e74-0630-3c51-f707c3b51e79"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e79"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7e"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed159"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15c"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7d"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7f"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15c"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15d"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e78"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7a"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed158"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed159"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7f"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7b"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15e"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15a"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "74945625-c01a-a598-e538-65a53ceb0687"
"id": "74945625-c01a-a598-e538-65a53ceb0685"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "13b530fd-8b91-17a8-9930-69a27759db41"
"id": "13b530fd-8b91-17a8-9930-69a27759db42"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "13b530fd-8b91-17a8-9930-69a27759db42"
"id": "13b530fd-8b91-17a8-9930-69a27759db40"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "13b530fd-8b91-17a8-9930-69a27759db44"
"id": "13b530fd-8b91-17a8-9930-69a27759db41"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "74945625-c01a-a598-e538-65a53ceb0686"
"id": "74945625-c01a-a598-e538-65a53ceb0688"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "13b530fd-8b91-17a8-9930-69a27759db40"
"id": "13b530fd-8b91-17a8-9930-69a27759db43"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "13b530fd-8b91-17a8-9930-69a27759db43"
"id": "13b530fd-8b91-17a8-9930-69a27759db44"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "ab2c08c1-60c7-9278-3246-d650bb892170"
"id": "ab2c08c1-60c7-9278-3246-d650bb89216c"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e81"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7c"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed160"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15b"
},
{
"httpRequest": {
Expand All @@ -79,7 +79,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e82"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7d"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "ab2c08c1-60c7-9278-3246-d650bb89216d"
"id": "ab2c08c1-60c7-9278-3246-d650bb892171"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "ab2c08c1-60c7-9278-3246-d650bb892173"
"id": "ab2c08c1-60c7-9278-3246-d650bb892172"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7e"
"id": "01611a93-5e74-0630-3c51-f707c3b51e81"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15d"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15f"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "ab2c08c1-60c7-9278-3246-d650bb89216f"
"id": "ab2c08c1-60c7-9278-3246-d650bb892170"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "ab2c08c1-60c7-9278-3246-d650bb89216c"
"id": "ab2c08c1-60c7-9278-3246-d650bb892173"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7b"
"id": "01611a93-5e74-0630-3c51-f707c3b51e78"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15a"
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed158"
},
{
"httpRequest": {
Expand Down
Loading