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-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/WorkstationBoostConfig.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ public final class WorkstationBoostConfig extends com.google.api.client.json.Gen
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Stringid;
40
40
41
+
/**
42
+
* Output only. Whether or not the current workstation is actively boosted with this id.
43
+
* The value may be {@code null}.
44
+
*/
45
+
@com.google.api.client.util.Key
46
+
privatejava.lang.Booleanrunning;
47
+
41
48
/**
42
49
* Output only. Boost configuration ID.
43
50
* @return value or {@code null} for none
@@ -55,6 +62,23 @@ public WorkstationBoostConfig setId(java.lang.String id) {
55
62
returnthis;
56
63
}
57
64
65
+
/**
66
+
* Output only. Whether or not the current workstation is actively boosted with this id.
67
+
* @return value or {@code null} for none
68
+
*/
69
+
publicjava.lang.BooleangetRunning() {
70
+
returnrunning;
71
+
}
72
+
73
+
/**
74
+
* Output only. Whether or not the current workstation is actively boosted with this id.
0 commit comments