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
@@ -43,6 +43,13 @@ public final class SchedulingConfig extends com.google.api.client.json.GenericJs
43
43
@com.google.api.client.util.Key
44
44
privatejava.lang.StringprovisioningModel;
45
45
46
+
/**
47
+
* Optional. Name of the reservation in which the node should be provisioned.
48
+
* The value may be {@code null}.
49
+
*/
50
+
@com.google.api.client.util.Key
51
+
privatejava.lang.StringreservationName;
52
+
46
53
/**
47
54
* Whether the node is created under a reservation.
48
55
* The value may be {@code null}.
@@ -98,6 +105,23 @@ public SchedulingConfig setProvisioningModel(java.lang.String provisioningModel)
98
105
returnthis;
99
106
}
100
107
108
+
/**
109
+
* Optional. Name of the reservation in which the node should be provisioned.
110
+
* @return value or {@code null} for none
111
+
*/
112
+
publicjava.lang.StringgetReservationName() {
113
+
returnreservationName;
114
+
}
115
+
116
+
/**
117
+
* Optional. Name of the reservation in which the node should be provisioned.
118
+
* @param reservationName reservationName or {@code null} for none
0 commit comments