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/model/AgentStatus.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,13 @@ public final class AgentStatus extends com.google.api.client.json.GenericJson {
78
78
@com.google.api.client.util.Key
79
79
privatejava.lang.StringinstalledVersion;
80
80
81
+
/**
82
+
* Output only. The URI of the instance. Format: projects//zones//instances/
83
+
* The value may be {@code null}.
84
+
*/
85
+
@com.google.api.client.util.Key
86
+
privatejava.lang.StringinstanceUri;
87
+
81
88
/**
82
89
* Output only. The kernel version of the system.
83
90
* The value may be {@code null}.
@@ -232,6 +239,23 @@ public AgentStatus setInstalledVersion(java.lang.String installedVersion) {
232
239
returnthis;
233
240
}
234
241
242
+
/**
243
+
* Output only. The URI of the instance. Format: projects//zones//instances/
244
+
* @return value or {@code null} for none
245
+
*/
246
+
publicjava.lang.StringgetInstanceUri() {
247
+
returninstanceUri;
248
+
}
249
+
250
+
/**
251
+
* Output only. The URI of the instance. Format: projects//zones//instances/
252
+
* @param instanceUri instanceUri or {@code null} for none
0 commit comments