Skip to content

Commit 064d8d2

Browse files
1 parent 2dc9e3c commit 064d8d2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/WorkloadManager.php

+4
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
512512
'location' => 'query',
513513
'type' => 'string',
514514
],
515+
'evaluationType' => [
516+
'location' => 'query',
517+
'type' => 'string',
518+
],
515519
'filter' => [
516520
'location' => 'query',
517521
'type' => 'string',

src/WorkloadManager/Resource/ProjectsLocationsRules.php

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class ProjectsLocationsRules extends \Google\Service\Resource
3939
*
4040
* @opt_param string customRulesBucket The Cloud Storage bucket name for custom
4141
* rules.
42+
* @opt_param string evaluationType Optional. The evaluation type of the rules
43+
* will be applied to. The Cloud Storage bucket name for custom rules.
4244
* @opt_param string filter Filter based on primary_category, secondary_category
4345
* @opt_param int pageSize Requested page size. Server may return fewer items
4446
* than requested. If unspecified, server will pick an appropriate default.

0 commit comments

Comments
 (0)