Skip to content

Commit cea161a

Browse files
1 parent a8d1a2c commit cea161a

File tree

5 files changed

+54
-6
lines changed

5 files changed

+54
-6
lines changed

clients/google-api-services-workloadmanager/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workloadmanager</artifactId>
25-
<version>v1-rev20250101-2.0.0</version>
25+
<version>v1-rev20250120-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250120-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapDiscovery.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ public final class SapDiscovery extends com.google.api.client.json.GenericJson {
7272
@com.google.api.client.util.Key
7373
private String updateTime;
7474

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+
private java.lang.Boolean useDrReconciliation;
81+
7582
/**
7683
* Optional. The properties of the workload.
7784
* The value may be {@code null}.
@@ -183,6 +190,23 @@ public SapDiscovery setUpdateTime(String updateTime) {
183190
return this;
184191
}
185192

193+
/**
194+
* Optional. Whether to use DR reconciliation or not.
195+
* @return value or {@code null} for none
196+
*/
197+
public java.lang.Boolean getUseDrReconciliation() {
198+
return useDrReconciliation;
199+
}
200+
201+
/**
202+
* Optional. Whether to use DR reconciliation or not.
203+
* @param useDrReconciliation useDrReconciliation or {@code null} for none
204+
*/
205+
public SapDiscovery setUseDrReconciliation(java.lang.Boolean useDrReconciliation) {
206+
this.useDrReconciliation = useDrReconciliation;
207+
return this;
208+
}
209+
186210
/**
187211
* Optional. The properties of the workload.
188212
* @return value or {@code null} for none

clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapDiscoveryComponentDatabaseProperties.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ public final class SapDiscoveryComponentDatabaseProperties extends com.google.ap
5757
@com.google.api.client.util.Key
5858
private java.lang.String instanceNumber;
5959

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+
private java.lang.String landscapeId;
66+
6067
/**
6168
* Required. URI of the recognized primary instance of the database.
6269
* The value may be {@code null}.
@@ -140,6 +147,23 @@ public SapDiscoveryComponentDatabaseProperties setInstanceNumber(java.lang.Strin
140147
return this;
141148
}
142149

150+
/**
151+
* Optional. Landscape ID from the HANA nameserver.
152+
* @return value or {@code null} for none
153+
*/
154+
public java.lang.String getLandscapeId() {
155+
return landscapeId;
156+
}
157+
158+
/**
159+
* Optional. Landscape ID from the HANA nameserver.
160+
* @param landscapeId landscapeId or {@code null} for none
161+
*/
162+
public SapDiscoveryComponentDatabaseProperties setLandscapeId(java.lang.String landscapeId) {
163+
this.landscapeId = landscapeId;
164+
return this;
165+
}
166+
143167
/**
144168
* Required. URI of the recognized primary instance of the database.
145169
* @return value or {@code null} for none

clients/google-api-services-workloadmanager/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-workloadmanager</artifactId>
11-
<version>v1-rev20250101-2.0.0</version>
12-
<name>Workload Manager API v1-rev20250101-2.0.0</name>
11+
<version>v1-rev20250120-2.0.0</version>
12+
<name>Workload Manager API v1-rev20250120-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workloadmanager/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workloadmanager</artifactId>
25-
<version>v1-rev20250101-2.0.0</version>
25+
<version>v1-rev20250120-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250120-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)