Skip to content

Commit a842fc0

Browse files
1 parent c9f45e9 commit a842fc0

File tree

11 files changed

+180
-20
lines changed

11 files changed

+180
-20
lines changed

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

clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/MigrationCenterAPI.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,29 @@ public List setName(java.lang.String name) {
584584
return this;
585585
}
586586

587+
/**
588+
* Optional. A list of extra location types that should be used as conditions for
589+
* controlling the visibility of the locations.
590+
*/
591+
@com.google.api.client.util.Key
592+
private java.util.List<java.lang.String> extraLocationTypes;
593+
594+
/** Optional. A list of extra location types that should be used as conditions for controlling the
595+
visibility of the locations.
596+
*/
597+
public java.util.List<java.lang.String> getExtraLocationTypes() {
598+
return extraLocationTypes;
599+
}
600+
601+
/**
602+
* Optional. A list of extra location types that should be used as conditions for
603+
* controlling the visibility of the locations.
604+
*/
605+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
606+
this.extraLocationTypes = extraLocationTypes;
607+
return this;
608+
}
609+
587610
/**
588611
* A filter to narrow down results to a preferred subset. The filtering language accepts
589612
* strings like `"displayName=tokyo"`, and is documented in more detail in

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,29 @@ public List setName(java.lang.String name) {
584584
return this;
585585
}
586586

587+
/**
588+
* Optional. A list of extra location types that should be used as conditions for
589+
* controlling the visibility of the locations.
590+
*/
591+
@com.google.api.client.util.Key
592+
private java.util.List<java.lang.String> extraLocationTypes;
593+
594+
/** Optional. A list of extra location types that should be used as conditions for controlling the
595+
visibility of the locations.
596+
*/
597+
public java.util.List<java.lang.String> getExtraLocationTypes() {
598+
return extraLocationTypes;
599+
}
600+
601+
/**
602+
* Optional. A list of extra location types that should be used as conditions for
603+
* controlling the visibility of the locations.
604+
*/
605+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
606+
this.extraLocationTypes = extraLocationTypes;
607+
return this;
608+
}
609+
587610
/**
588611
* A filter to narrow down results to a preferred subset. The filtering language accepts
589612
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -8631,7 +8654,7 @@ public List set(String parameterName, Object value) {
86318654
* This request holds the parameters needed by the migrationcenter server. After setting any
86328655
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
86338656
*
8634-
* @param name Output only. Name of the preference set.
8657+
* @param name Output only. Name of the PreferenceSet.
86358658
* @param content the {@link com.google.api.services.migrationcenter.v1alpha1.model.PreferenceSet}
86368659
* @return the request
86378660
*/
@@ -8659,7 +8682,7 @@ public class Patch extends MigrationCenterAPIRequest<com.google.api.services.mig
86598682
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
86608683
* be called to initialize this instance immediately after invoking the constructor. </p>
86618684
*
8662-
* @param name Output only. Name of the preference set.
8685+
* @param name Output only. Name of the PreferenceSet.
86638686
* @param content the {@link com.google.api.services.migrationcenter.v1alpha1.model.PreferenceSet}
86648687
* @since 1.13
86658688
*/
@@ -8728,17 +8751,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
87288751
return (Patch) super.setUploadProtocol(uploadProtocol);
87298752
}
87308753

8731-
/** Output only. Name of the preference set. */
8754+
/** Output only. Name of the PreferenceSet. */
87328755
@com.google.api.client.util.Key
87338756
private java.lang.String name;
87348757

8735-
/** Output only. Name of the preference set.
8758+
/** Output only. Name of the PreferenceSet.
87368759
*/
87378760
public java.lang.String getName() {
87388761
return name;
87398762
}
87408763

8741-
/** Output only. Name of the preference set. */
8764+
/** Output only. Name of the PreferenceSet. */
87428765
public Patch setName(java.lang.String name) {
87438766
if (!getSuppressPatternChecks()) {
87448767
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ public final class DiscoveryClient extends com.google.api.client.json.GenericJso
8787
@com.google.api.client.util.Key
8888
private java.lang.String name;
8989

90+
/**
91+
* Output only. The recommended versions of the discovery client.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private java.util.List<DiscoveryClientDiscoveryClientRecommendedVersion> recommendedVersions;
96+
9097
/**
9198
* Required. Service account used by the discovery client for various operation.
9299
* The value may be {@code null}.
@@ -279,6 +286,23 @@ public DiscoveryClient setName(java.lang.String name) {
279286
return this;
280287
}
281288

289+
/**
290+
* Output only. The recommended versions of the discovery client.
291+
* @return value or {@code null} for none
292+
*/
293+
public java.util.List<DiscoveryClientDiscoveryClientRecommendedVersion> getRecommendedVersions() {
294+
return recommendedVersions;
295+
}
296+
297+
/**
298+
* Output only. The recommended versions of the discovery client.
299+
* @param recommendedVersions recommendedVersions or {@code null} for none
300+
*/
301+
public DiscoveryClient setRecommendedVersions(java.util.List<DiscoveryClientDiscoveryClientRecommendedVersion> recommendedVersions) {
302+
this.recommendedVersions = recommendedVersions;
303+
return this;
304+
}
305+
282306
/**
283307
* Required. Service account used by the discovery client for various operation.
284308
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
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+
* Discovery client recommended version.
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 DiscoveryClientDiscoveryClientRecommendedVersion extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* The URI of the discovery client version.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String uri;
38+
39+
/**
40+
* The version of the discovery client.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String version;
45+
46+
/**
47+
* The URI of the discovery client version.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.String getUri() {
51+
return uri;
52+
}
53+
54+
/**
55+
* The URI of the discovery client version.
56+
* @param uri uri or {@code null} for none
57+
*/
58+
public DiscoveryClientDiscoveryClientRecommendedVersion setUri(java.lang.String uri) {
59+
this.uri = uri;
60+
return this;
61+
}
62+
63+
/**
64+
* The version of the discovery client.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.lang.String getVersion() {
68+
return version;
69+
}
70+
71+
/**
72+
* The version of the discovery client.
73+
* @param version version or {@code null} for none
74+
*/
75+
public DiscoveryClientDiscoveryClientRecommendedVersion setVersion(java.lang.String version) {
76+
this.version = version;
77+
return this;
78+
}
79+
80+
@Override
81+
public DiscoveryClientDiscoveryClientRecommendedVersion set(String fieldName, Object value) {
82+
return (DiscoveryClientDiscoveryClientRecommendedVersion) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public DiscoveryClientDiscoveryClientRecommendedVersion clone() {
87+
return (DiscoveryClientDiscoveryClientRecommendedVersion) super.clone();
88+
}
89+
90+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class PreferenceSet extends com.google.api.client.json.GenericJson
5858
private java.lang.String displayName;
5959

6060
/**
61-
* Output only. Name of the preference set.
61+
* Output only. Name of the PreferenceSet.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -156,15 +156,15 @@ public PreferenceSet setDisplayName(java.lang.String displayName) {
156156
}
157157

158158
/**
159-
* Output only. Name of the preference set.
159+
* Output only. Name of the PreferenceSet.
160160
* @return value or {@code null} for none
161161
*/
162162
public java.lang.String getName() {
163163
return name;
164164
}
165165

166166
/**
167-
* Output only. Name of the preference set.
167+
* Output only. Name of the PreferenceSet.
168168
* @param name name or {@code null} for none
169169
*/
170170
public PreferenceSet setName(java.lang.String name) {

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-rev20250220-2.0.0</version>
12-
<name>Migration Center API v1alpha1-rev20250220-2.0.0</name>
11+
<version>v1alpha1-rev20250410-2.0.0</version>
12+
<name>Migration Center API v1alpha1-rev20250410-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)