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-tpu/v2alpha1/2.0.0/com/google/api/services/tpu/v2alpha1/model/SchedulingConfig.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,13 @@ public final class SchedulingConfig extends com.google.api.client.json.GenericJs
50
50
@com.google.api.client.util.Key
51
51
privatejava.lang.Booleanspot;
52
52
53
+
/**
54
+
* Output only. The time at which the node will be terminated.
55
+
* The value may be {@code null}.
56
+
*/
57
+
@com.google.api.client.util.Key
58
+
privateStringterminationTimestamp;
59
+
53
60
/**
54
61
* Defines whether the node is preemptible.
55
62
* @return value or {@code null} for none
@@ -101,6 +108,23 @@ public SchedulingConfig setSpot(java.lang.Boolean spot) {
101
108
returnthis;
102
109
}
103
110
111
+
/**
112
+
* Output only. The time at which the node will be terminated.
113
+
* @return value or {@code null} for none
114
+
*/
115
+
publicStringgetTerminationTimestamp() {
116
+
returnterminationTimestamp;
117
+
}
118
+
119
+
/**
120
+
* Output only. The time at which the node will be terminated.
121
+
* @param terminationTimestamp terminationTimestamp or {@code null} for none
0 commit comments