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. Do not use this field. It is unsupported and is ignored unless explicitly
449
-
* documented otherwise. This is primarily for internal usage.
448
+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
Copy file name to clipboardExpand all lines: clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Insight.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 Insight extends com.google.api.client.json.GenericJson {
37
37
privateAgentStatusagentStatus;
38
38
39
39
/**
40
-
* Required. The instance id where the insight is generated from
40
+
* Optional. The instance id where the insight is generated from
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -97,15 +97,15 @@ public Insight setAgentStatus(AgentStatus agentStatus) {
97
97
}
98
98
99
99
/**
100
-
* Required. The instance id where the insight is generated from
100
+
* Optional. The instance id where the insight is generated from
101
101
* @return value or {@code null} for none
102
102
*/
103
103
publicjava.lang.StringgetInstanceId() {
104
104
returninstanceId;
105
105
}
106
106
107
107
/**
108
-
* Required. The instance id where the insight is generated from
108
+
* Optional. The instance id where the insight is generated from
109
109
* @param instanceId instanceId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/TorsoValidation.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 TorsoValidation extends com.google.api.client.json.GenericJso
37
37
privatejava.lang.StringagentVersion;
38
38
39
39
/**
40
-
* Required. instance_name lists the human readable name of the instance that the data comes from.
40
+
* Optional. instance_name lists the human readable name of the instance that the data comes from.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -82,15 +82,15 @@ public TorsoValidation setAgentVersion(java.lang.String agentVersion) {
82
82
}
83
83
84
84
/**
85
-
* Required. instance_name lists the human readable name of the instance that the data comes from.
85
+
* Optional. instance_name lists the human readable name of the instance that the data comes from.
86
86
* @return value or {@code null} for none
87
87
*/
88
88
publicjava.lang.StringgetInstanceName() {
89
89
returninstanceName;
90
90
}
91
91
92
92
/**
93
-
* Required. instance_name lists the human readable name of the instance that the data comes from.
93
+
* Optional. instance_name lists the human readable name of the instance that the data comes from.
94
94
* @param instanceName instanceName or {@code null} for none
0 commit comments