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/SapDiscovery.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,13 @@ public final class SapDiscovery extends com.google.api.client.json.GenericJson {
72
72
@com.google.api.client.util.Key
73
73
privateStringupdateTime;
74
74
75
+
/**
76
+
* Optional. Whether to use DR reconciliation or not.
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.BooleanuseDrReconciliation;
81
+
75
82
/**
76
83
* Optional. The properties of the workload.
77
84
* The value may be {@code null}.
@@ -183,6 +190,23 @@ public SapDiscovery setUpdateTime(String updateTime) {
183
190
returnthis;
184
191
}
185
192
193
+
/**
194
+
* Optional. Whether to use DR reconciliation or not.
195
+
* @return value or {@code null} for none
196
+
*/
197
+
publicjava.lang.BooleangetUseDrReconciliation() {
198
+
returnuseDrReconciliation;
199
+
}
200
+
201
+
/**
202
+
* Optional. Whether to use DR reconciliation or not.
203
+
* @param useDrReconciliation useDrReconciliation 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/SapDiscoveryComponentDatabaseProperties.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,13 @@ public final class SapDiscoveryComponentDatabaseProperties extends com.google.ap
57
57
@com.google.api.client.util.Key
58
58
privatejava.lang.StringinstanceNumber;
59
59
60
+
/**
61
+
* Optional. Landscape ID from the HANA nameserver.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privatejava.lang.StringlandscapeId;
66
+
60
67
/**
61
68
* Required. URI of the recognized primary instance of the database.
62
69
* The value may be {@code null}.
@@ -140,6 +147,23 @@ public SapDiscoveryComponentDatabaseProperties setInstanceNumber(java.lang.Strin
140
147
returnthis;
141
148
}
142
149
150
+
/**
151
+
* Optional. Landscape ID from the HANA nameserver.
152
+
* @return value or {@code null} for none
153
+
*/
154
+
publicjava.lang.StringgetLandscapeId() {
155
+
returnlandscapeId;
156
+
}
157
+
158
+
/**
159
+
* Optional. Landscape ID from the HANA nameserver.
160
+
* @param landscapeId landscapeId or {@code null} for none
0 commit comments