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-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2TaskTemplate.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,13 @@ public final class GoogleCloudRunV2TaskTemplate extends com.google.api.client.js
64
64
@com.google.api.client.util.Key
65
65
privatejava.lang.IntegermaxRetries;
66
66
67
+
/**
68
+
* Optional. The node selector for the task template.
69
+
* The value may be {@code null}.
70
+
*/
71
+
@com.google.api.client.util.Key
72
+
privateGoogleCloudRunV2NodeSelectornodeSelector;
73
+
67
74
/**
68
75
* Optional. Email address of the IAM service account associated with the Task of a Job. The
69
76
* service account represents the identity of the running task, and determines what permissions
@@ -167,6 +174,23 @@ public GoogleCloudRunV2TaskTemplate setMaxRetries(java.lang.Integer maxRetries)
167
174
returnthis;
168
175
}
169
176
177
+
/**
178
+
* Optional. The node selector for the task template.
0 commit comments