Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion apiv2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3
2.1.4
8 changes: 4 additions & 4 deletions apiv2/api/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8122,12 +8122,12 @@ components:
ListOSUpdateRunResponse:
type: object
properties:
osUpdatePolicies:
osUpdateRuns:
type: array
items:
$ref: '#/components/schemas/OSUpdateRun'
title: os_update_policies
description: Sorted and filtered list of os update policies.
title: os_update_runs
description: Sorted and filtered list of os update runs.
totalElements:
type: integer
title: total_elements
Expand All @@ -8139,7 +8139,7 @@ components:
description: Inform if there are more elements
title: ListOSUpdateRunResponse
required:
- osUpdatePolicies
- osUpdateRuns
- totalElements
- hasNext
additionalProperties: false
Expand Down
4 changes: 2 additions & 2 deletions apiv2/api/proto/services/v1/services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2583,8 +2583,8 @@ message ListOSUpdateRunRequest {

// Response message for the ListOSUpdateRun method.
message ListOSUpdateRunResponse {
// Sorted and filtered list of os update policies.
repeated resources.compute.v1.OSUpdateRun os_update_policies = 1 [(google.api.field_behavior) = REQUIRED];
// Sorted and filtered list of os update runs.
repeated resources.compute.v1.OSUpdateRun os_update_runs = 1 [(google.api.field_behavior) = REQUIRED];
// Count of items in the entire list, regardless of pagination.
int32 total_elements = 2 [(google.api.field_behavior) = REQUIRED];
// Inform if there are more elements
Expand Down
2 changes: 1 addition & 1 deletion apiv2/docs/proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3391,7 +3391,7 @@ Response message for the ListOSUpdateRun method.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| os_update_policies | [resources.compute.v1.OSUpdateRun](#resources-compute-v1-OSUpdateRun) | repeated | Sorted and filtered list of os update policies. |
| os_update_runs | [resources.compute.v1.OSUpdateRun](#resources-compute-v1-OSUpdateRun) | repeated | Sorted and filtered list of os update runs. |
| total_elements | [int32](#int32) | | Count of items in the entire list, regardless of pagination. |
| has_next | [bool](#bool) | | Inform if there are more elements |

Expand Down
2,240 changes: 1,120 additions & 1,120 deletions apiv2/internal/pbapi/services/v1/services.pb.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apiv2/internal/pbapi/services/v1/services_constants.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

426 changes: 213 additions & 213 deletions apiv2/pkg/api/v2/edge-infrastructure-manager-openapi-server.gen.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading