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/WorkloadManager.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445
445
}
446
446
447
447
/**
448
-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449
-
* is primarily intended for internal usage.
448
+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449
+
* documented otherwise. This is primarily for internal usage.
Copy file name to clipboardExpand all lines: clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ViolationDetails.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class ViolationDetails extends com.google.api.client.json.GenericJs
37
37
privatejava.lang.Stringasset;
38
38
39
39
/**
40
-
* Details of the violation.
40
+
* Details of the violation. TODO(b/452163887)
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public ViolationDetails setAsset(java.lang.String asset) {
0 commit comments