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-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/RestorePlan.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,9 @@ public final class RestorePlan extends com.google.api.client.json.GenericJson {
105
105
privatejava.lang.Stringstate;
106
106
107
107
/**
108
-
* Output only. Human-readable description of why RestorePlan is in the current `state`
108
+
* Output only. Human-readable description of why RestorePlan is in the current `state`. This
109
+
* field is only meant for human readability and should not be used programmatically as this field
110
+
* is not guaranteed to be consistent.
109
111
* The value may be {@code null}.
110
112
*/
111
113
@com.google.api.client.util.Key
@@ -302,15 +304,19 @@ public RestorePlan setState(java.lang.String state) {
302
304
}
303
305
304
306
/**
305
-
* Output only. Human-readable description of why RestorePlan is in the current `state`
307
+
* Output only. Human-readable description of why RestorePlan is in the current `state`. This
308
+
* field is only meant for human readability and should not be used programmatically as this field
309
+
* is not guaranteed to be consistent.
306
310
* @return value or {@code null} for none
307
311
*/
308
312
publicjava.lang.StringgetStateReason() {
309
313
returnstateReason;
310
314
}
311
315
312
316
/**
313
-
* Output only. Human-readable description of why RestorePlan is in the current `state`
317
+
* Output only. Human-readable description of why RestorePlan is in the current `state`. This
318
+
* field is only meant for human readability and should not be used programmatically as this field
319
+
* is not guaranteed to be consistent.
314
320
* @param stateReason stateReason or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/VolumeBackup.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ public final class VolumeBackup extends com.google.api.client.json.GenericJson {
92
92
93
93
/**
94
94
* Output only. A human readable message explaining why the VolumeBackup is in its current state.
95
+
* This field is only meant for human consumption and should not be used programmatically as this
96
+
* field is not guaranteed to be consistent.
95
97
* The value may be {@code null}.
96
98
*/
97
99
@com.google.api.client.util.Key
@@ -275,6 +277,8 @@ public VolumeBackup setState(java.lang.String state) {
275
277
276
278
/**
277
279
* Output only. A human readable message explaining why the VolumeBackup is in its current state.
280
+
* This field is only meant for human consumption and should not be used programmatically as this
281
+
* field is not guaranteed to be consistent.
278
282
* @return value or {@code null} for none
279
283
*/
280
284
publicjava.lang.StringgetStateMessage() {
@@ -283,6 +287,8 @@ public java.lang.String getStateMessage() {
283
287
284
288
/**
285
289
* Output only. A human readable message explaining why the VolumeBackup is in its current state.
290
+
* This field is only meant for human consumption and should not be used programmatically as this
291
+
* field is not guaranteed to be consistent.
286
292
* @param stateMessage stateMessage or {@code null} for none
0 commit comments