Skip to content

Commit 6e2ef80

Browse files
feat: Automated regeneration of WorkloadManager client (#13171)
Auto-created at 2025-03-16 13:12:56 +0000 using the toys pull request generator.
1 parent f107c77 commit 6e2ef80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

clients/workload_manager/lib/google_api/workload_manager/v1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,7 @@ defmodule GoogleApi.WorkloadManager.V1.Api.Projects do
15931593
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
15941594
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
15951595
* `:customRulesBucket` (*type:* `String.t`) - The Cloud Storage bucket name for custom rules.
1596+
* `:evaluationType` (*type:* `String.t`) - Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules.
15961597
* `:filter` (*type:* `String.t`) - Filter based on primary_category, secondary_category
15971598
* `:pageSize` (*type:* `integer()`) - Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
15981599
* `:pageToken` (*type:* `String.t`) - A token identifying a page of results the server should return.
@@ -1632,6 +1633,7 @@ defmodule GoogleApi.WorkloadManager.V1.Api.Projects do
16321633
:uploadType => :query,
16331634
:upload_protocol => :query,
16341635
:customRulesBucket => :query,
1636+
:evaluationType => :query,
16351637
:filter => :query,
16361638
:pageSize => :query,
16371639
:pageToken => :query

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 "20250226"
23+
@discovery_revision "20250310"
2424

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

0 commit comments

Comments
 (0)