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/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/WorkloadManager.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4086,6 +4086,29 @@ public List setCustomRulesBucket(java.lang.String customRulesBucket) {
4086
4086
returnthis;
4087
4087
}
4088
4088
4089
+
/**
4090
+
* Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket
4091
+
* name for custom rules.
4092
+
*/
4093
+
@com.google.api.client.util.Key
4094
+
privatejava.lang.StringevaluationType;
4095
+
4096
+
/** Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for
4097
+
custom rules.
4098
+
*/
4099
+
publicjava.lang.StringgetEvaluationType() {
4100
+
returnevaluationType;
4101
+
}
4102
+
4103
+
/**
4104
+
* Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket
0 commit comments