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/ExecutionResult.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,13 @@ public final class ExecutionResult extends com.google.api.client.json.GenericJso
70
70
@com.google.api.client.util.Key
71
71
privatejava.lang.Stringseverity;
72
72
73
+
/**
74
+
* Execution result type of the scanned resource
75
+
* The value may be {@code null}.
76
+
*/
77
+
@com.google.api.client.util.Key
78
+
privatejava.lang.Stringtype;
79
+
73
80
/**
74
81
* The details of violation in an evaluation result.
75
82
* The value may be {@code null}.
@@ -169,6 +176,23 @@ public ExecutionResult setSeverity(java.lang.String severity) {
Copy file name to clipboardExpand all lines: clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapDiscoveryResourceInstanceProperties.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,13 @@ public final class SapDiscoveryResourceInstanceProperties extends com.google.api
57
57
@com.google.api.client.util.Key
58
58
privatejava.lang.StringinstanceRole;
59
59
60
+
/**
61
+
* Optional. Instance is part of a DR site.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privatejava.lang.BooleanisDrSite;
66
+
60
67
/**
61
68
* Optional. A virtual hostname of the instance if it has one.
62
69
* The value may be {@code null}.
@@ -132,6 +139,23 @@ public SapDiscoveryResourceInstanceProperties setInstanceRole(java.lang.String i
132
139
returnthis;
133
140
}
134
141
142
+
/**
143
+
* Optional. Instance is part of a DR site.
144
+
* @return value or {@code null} for none
145
+
*/
146
+
publicjava.lang.BooleangetIsDrSite() {
147
+
returnisDrSite;
148
+
}
149
+
150
+
/**
151
+
* Optional. Instance is part of a DR site.
152
+
* @param isDrSite isDrSite or {@code null} for none
0 commit comments