Skip to content

Commit 4318d72

Browse files
feat: Automated regeneration of WorkloadManager client (googleapis#12421)
Auto-created at 2024-10-27 13:16:57 +0000 using the toys pull request generator.
1 parent 63493eb commit 4318d72

19 files changed

+14
-724
lines changed

clients/workload_manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_workload_manager, "~> 0.9"}]
14+
[{:google_api_workload_manager, "~> 0.10"}]
1515
end
1616
```
1717

clients/workload_manager/lib/google_api/workload_manager/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.WorkloadManager.V1 do
2020
API client metadata for GoogleApi.WorkloadManager.V1.
2121
"""
2222

23-
@discovery_revision "20241009"
23+
@discovery_revision "20241016"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/workload_manager/lib/google_api/workload_manager/v1/model/asset_location.ex

Lines changed: 0 additions & 58 deletions
This file was deleted.

clients/workload_manager/lib/google_api/workload_manager/v1/model/blobstore_location.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/workload_manager/lib/google_api/workload_manager/v1/model/cloud_asset.ex

Lines changed: 0 additions & 49 deletions
This file was deleted.

clients/workload_manager/lib/google_api/workload_manager/v1/model/cloud_asset_composition.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/workload_manager/lib/google_api/workload_manager/v1/model/direct_location_assignment.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/workload_manager/lib/google_api/workload_manager/v1/model/execution.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.Execution do
2727
* `inventoryTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. [Output only] Inventory time stamp
2828
* `labels` (*type:* `map()`, *default:* `nil`) - Labels as key value pairs
2929
* `name` (*type:* `String.t`, *default:* `nil`) - The name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}
30+
* `notices` (*type:* `list(GoogleApi.WorkloadManager.V1.Model.Notice.t)`, *default:* `nil`) - Output only. Additional information generated by the execution
3031
* `ruleResults` (*type:* `list(GoogleApi.WorkloadManager.V1.Model.RuleExecutionResult.t)`, *default:* `nil`) - Output only. execution result summary per rule
3132
* `runType` (*type:* `String.t`, *default:* `nil`) - type represent whether the execution executed directly by user or scheduled according evaluation.schedule field.
3233
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. [Output only] Start time stamp
@@ -43,6 +44,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.Execution do
4344
:inventoryTime => DateTime.t() | nil,
4445
:labels => map() | nil,
4546
:name => String.t() | nil,
47+
:notices => list(GoogleApi.WorkloadManager.V1.Model.Notice.t()) | nil,
4648
:ruleResults => list(GoogleApi.WorkloadManager.V1.Model.RuleExecutionResult.t()) | nil,
4749
:runType => String.t() | nil,
4850
:startTime => DateTime.t() | nil,
@@ -60,6 +62,7 @@ defmodule GoogleApi.WorkloadManager.V1.Model.Execution do
6062
field(:inventoryTime, as: DateTime)
6163
field(:labels, type: :map)
6264
field(:name)
65+
field(:notices, as: GoogleApi.WorkloadManager.V1.Model.Notice, type: :list)
6366
field(:ruleResults, as: GoogleApi.WorkloadManager.V1.Model.RuleExecutionResult, type: :list)
6467
field(:runType)
6568
field(:startTime, as: DateTime)

clients/workload_manager/lib/google_api/workload_manager/v1/model/extra_parameter.ex

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)