You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/workload_manager/lib/google_api/workload_manager/v1/api/projects.ex
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1593,6 +1593,7 @@ defmodule GoogleApi.WorkloadManager.V1.Api.Projects do
1593
1593
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1594
1594
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1595
1595
* `: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.
1596
1597
* `:filter` (*type:* `String.t`) - Filter based on primary_category, secondary_category
1597
1598
* `:pageSize` (*type:* `integer()`) - Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
1598
1599
* `: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
0 commit comments