Skip to content

Commit 72e5a52

Browse files
chore: regenerate migrationcenter client
1 parent 29252cd commit 72e5a52

6 files changed

Lines changed: 96 additions & 6 deletions

File tree

clients/google-api-services-migrationcenter/v1alpha1/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-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20260512-2.0.0</version>
25+
<version>v1alpha1-rev20260621-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-migrationcenter:v1alpha1-rev20260512-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260621-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/Asset.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ public final class Asset extends com.google.api.client.json.GenericJson {
149149
@com.google.api.client.util.Key
150150
private AwsElasticNetworkInterfaceDetails awsElasticNetworkInterfaceDetails;
151151

152+
/**
153+
* Output only. Asset information specific for AWS ElastiCache Clusters.
154+
* The value may be {@code null}.
155+
*/
156+
@com.google.api.client.util.Key
157+
private AwsElastiCacheClusterDetails awsElasticacheClusterDetails;
158+
152159
/**
153160
* Output only. Asset information specific for AWS Load Balancers.
154161
* The value may be {@code null}.
@@ -648,6 +655,23 @@ public Asset setAwsElasticNetworkInterfaceDetails(AwsElasticNetworkInterfaceDeta
648655
return this;
649656
}
650657

658+
/**
659+
* Output only. Asset information specific for AWS ElastiCache Clusters.
660+
* @return value or {@code null} for none
661+
*/
662+
public AwsElastiCacheClusterDetails getAwsElasticacheClusterDetails() {
663+
return awsElasticacheClusterDetails;
664+
}
665+
666+
/**
667+
* Output only. Asset information specific for AWS ElastiCache Clusters.
668+
* @param awsElasticacheClusterDetails awsElasticacheClusterDetails or {@code null} for none
669+
*/
670+
public Asset setAwsElasticacheClusterDetails(AwsElastiCacheClusterDetails awsElasticacheClusterDetails) {
671+
this.awsElasticacheClusterDetails = awsElasticacheClusterDetails;
672+
return this;
673+
}
674+
651675
/**
652676
* Output only. Asset information specific for AWS Load Balancers.
653677
* @return value or {@code null} for none

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/AssetFrame.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ public final class AssetFrame extends com.google.api.client.json.GenericJson {
141141
@com.google.api.client.util.Key
142142
private AwsElasticNetworkInterfaceDetails awsElasticNetworkInterfaceDetails;
143143

144+
/**
145+
* Optional. Asset information specific for AWS ElastiCache Clusters.
146+
* The value may be {@code null}.
147+
*/
148+
@com.google.api.client.util.Key
149+
private AwsElastiCacheClusterDetails awsElasticacheClusterDetails;
150+
144151
/**
145152
* Asset information specific for AWS Load Balancers.
146153
* The value may be {@code null}.
@@ -583,6 +590,23 @@ public AssetFrame setAwsElasticNetworkInterfaceDetails(AwsElasticNetworkInterfac
583590
return this;
584591
}
585592

593+
/**
594+
* Optional. Asset information specific for AWS ElastiCache Clusters.
595+
* @return value or {@code null} for none
596+
*/
597+
public AwsElastiCacheClusterDetails getAwsElasticacheClusterDetails() {
598+
return awsElasticacheClusterDetails;
599+
}
600+
601+
/**
602+
* Optional. Asset information specific for AWS ElastiCache Clusters.
603+
* @param awsElasticacheClusterDetails awsElasticacheClusterDetails or {@code null} for none
604+
*/
605+
public AssetFrame setAwsElasticacheClusterDetails(AwsElastiCacheClusterDetails awsElasticacheClusterDetails) {
606+
this.awsElasticacheClusterDetails = awsElasticacheClusterDetails;
607+
return this;
608+
}
609+
586610
/**
587611
* Asset information specific for AWS Load Balancers.
588612
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.migrationcenter.v1alpha1.model;
18+
19+
/**
20+
* Details of an AWS ElastiCache Cluster.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Migration Center API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class AwsElastiCacheClusterDetails extends com.google.api.client.json.GenericJson {
31+
32+
@Override
33+
public AwsElastiCacheClusterDetails set(String fieldName, Object value) {
34+
return (AwsElastiCacheClusterDetails) super.set(fieldName, value);
35+
}
36+
37+
@Override
38+
public AwsElastiCacheClusterDetails clone() {
39+
return (AwsElastiCacheClusterDetails) super.clone();
40+
}
41+
42+
}

clients/google-api-services-migrationcenter/v1alpha1/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-migrationcenter</artifactId>
11-
<version>v1alpha1-rev20260512-2.0.0</version>
12-
<name>Migration Center API v1alpha1-rev20260512-2.0.0</name>
11+
<version>v1alpha1-rev20260621-2.0.0</version>
12+
<name>Migration Center API v1alpha1-rev20260621-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-migrationcenter/v1alpha1/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-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20260512-2.0.0</version>
25+
<version>v1alpha1-rev20260621-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-migrationcenter:v1alpha1-rev20260512-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260621-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)