Skip to content

Commit 05e8294

Browse files
1 parent bf22300 commit 05e8294

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
lines changed

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
25-
<version>alpha-rev20250403-2.0.0</version>
25+
<version>alpha-rev20250822-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-deploymentmanager:alpha-rev20250403-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20250822-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/SetAutoscalerLinkOperationMetadata.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class SetAutoscalerLinkOperationMetadata extends com.google.api.cli
3737
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3838
private java.util.List<java.lang.Long> zonalIgmIds;
3939

40+
/**
41+
* Map of zone to an ID of the zonal IGM belonging to the RMIG.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
45+
private java.util.Map<String, java.lang.Long> zoneToIgmIds;
46+
4047
/**
4148
* List of zonal IGM IDs part of the RMIG.
4249
* @return value or {@code null} for none
@@ -54,6 +61,23 @@ public SetAutoscalerLinkOperationMetadata setZonalIgmIds(java.util.List<java.lan
5461
return this;
5562
}
5663

64+
/**
65+
* Map of zone to an ID of the zonal IGM belonging to the RMIG.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.util.Map<String, java.lang.Long> getZoneToIgmIds() {
69+
return zoneToIgmIds;
70+
}
71+
72+
/**
73+
* Map of zone to an ID of the zonal IGM belonging to the RMIG.
74+
* @param zoneToIgmIds zoneToIgmIds or {@code null} for none
75+
*/
76+
public SetAutoscalerLinkOperationMetadata setZoneToIgmIds(java.util.Map<String, java.lang.Long> zoneToIgmIds) {
77+
this.zoneToIgmIds = zoneToIgmIds;
78+
return this;
79+
}
80+
5781
@Override
5882
public SetAutoscalerLinkOperationMetadata set(String fieldName, Object value) {
5983
return (SetAutoscalerLinkOperationMetadata) super.set(fieldName, value);

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
11-
<version>alpha-rev20250403-2.0.0</version>
12-
<name>Cloud Deployment Manager V2 API alpha-rev20250403-2.0.0</name>
11+
<version>alpha-rev20250822-2.0.0</version>
12+
<name>Cloud Deployment Manager V2 API alpha-rev20250822-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
25-
<version>alpha-rev20250403-2.0.0</version>
25+
<version>alpha-rev20250822-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-deploymentmanager:alpha-rev20250403-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20250822-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2beta/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-deploymentmanager</artifactId>
25-
<version>v2beta-rev20250403-2.0.0</version>
25+
<version>v2beta-rev20250822-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-deploymentmanager:v2beta-rev20250403-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:v2beta-rev20250822-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2beta/2.0.0/com/google/api/services/deploymentmanager/model/SetAutoscalerLinkOperationMetadata.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class SetAutoscalerLinkOperationMetadata extends com.google.api.cli
3737
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3838
private java.util.List<java.lang.Long> zonalIgmIds;
3939

40+
/**
41+
* Map of zone to an ID of the zonal IGM belonging to the RMIG.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
45+
private java.util.Map<String, java.lang.Long> zoneToIgmIds;
46+
4047
/**
4148
* List of zonal IGM IDs part of the RMIG.
4249
* @return value or {@code null} for none
@@ -54,6 +61,23 @@ public SetAutoscalerLinkOperationMetadata setZonalIgmIds(java.util.List<java.lan
5461
return this;
5562
}
5663

64+
/**
65+
* Map of zone to an ID of the zonal IGM belonging to the RMIG.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.util.Map<String, java.lang.Long> getZoneToIgmIds() {
69+
return zoneToIgmIds;
70+
}
71+
72+
/**
73+
* Map of zone to an ID of the zonal IGM belonging to the RMIG.
74+
* @param zoneToIgmIds zoneToIgmIds or {@code null} for none
75+
*/
76+
public SetAutoscalerLinkOperationMetadata setZoneToIgmIds(java.util.Map<String, java.lang.Long> zoneToIgmIds) {
77+
this.zoneToIgmIds = zoneToIgmIds;
78+
return this;
79+
}
80+
5781
@Override
5882
public SetAutoscalerLinkOperationMetadata set(String fieldName, Object value) {
5983
return (SetAutoscalerLinkOperationMetadata) super.set(fieldName, value);

clients/google-api-services-deploymentmanager/v2beta/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-deploymentmanager</artifactId>
11-
<version>v2beta-rev20250403-2.0.0</version>
12-
<name>Cloud Deployment Manager V2 API v2beta-rev20250403-2.0.0</name>
11+
<version>v2beta-rev20250822-2.0.0</version>
12+
<name>Cloud Deployment Manager V2 API v2beta-rev20250822-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-deploymentmanager/v2beta/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-deploymentmanager</artifactId>
25-
<version>v2beta-rev20250403-2.0.0</version>
25+
<version>v2beta-rev20250822-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-deploymentmanager:v2beta-rev20250403-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:v2beta-rev20250822-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)