Skip to content

Commit 7ff403b

Browse files
1 parent 1e0b97a commit 7ff403b

22 files changed

+94
-973
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-rev20251111-2.0.0</version>
25+
<version>v1-rev20251203-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-rev20251111-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20251203-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: 11 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -7140,30 +7140,31 @@ public List setPageToken(java.lang.String pageToken) {
71407140

71417141
/**
71427142
* When set to `true`, operations that are reachable are returned as normal, and those
7143-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7144-
* This can only be `true` when reading across collections e.g. when `parent` is set to
7145-
* `"projects/example/locations/-"`. This field is not by default supported and will
7143+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
7144+
* can only be `true` when reading across collections. For example, when `parent` is set
7145+
* to `"projects/example/locations/-"`. This field is not supported by default and will
71467146
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
71477147
* service or product specific documentation.
71487148
*/
71497149
@com.google.api.client.util.Key
71507150
private java.lang.Boolean returnPartialSuccess;
71517151

71527152
/** When set to `true`, operations that are reachable are returned as normal, and those that are
7153-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
7154-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
7155-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
7156-
explicitly documented otherwise in service or product specific documentation.
7153+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
7154+
when reading across collections. For example, when `parent` is set to
7155+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
7156+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
7157+
documentation.
71577158
*/
71587159
public java.lang.Boolean getReturnPartialSuccess() {
71597160
return returnPartialSuccess;
71607161
}
71617162

71627163
/**
71637164
* When set to `true`, operations that are reachable are returned as normal, and those
7164-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7165-
* This can only be `true` when reading across collections e.g. when `parent` is set to
7166-
* `"projects/example/locations/-"`. This field is not by default supported and will
7165+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
7166+
* can only be `true` when reading across collections. For example, when `parent` is set
7167+
* to `"projects/example/locations/-"`. This field is not supported by default and will
71677168
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
71687169
* service or product specific documentation.
71697170
*/
@@ -9272,138 +9273,6 @@ public Reports reports() {
92729273
*/
92739274
public class Reports {
92749275

9275-
/**
9276-
* Gets the link to the generated artifact of a given type for a Report.
9277-
*
9278-
* Create a request for the method "reports.artifactLink".
9279-
*
9280-
* This request holds the parameters needed by the migrationcenter server. After setting any
9281-
* optional parameters, call the {@link ArtifactLink#execute()} method to invoke the remote
9282-
* operation.
9283-
*
9284-
* @param name Required. Name of the resource.
9285-
* @param content the {@link com.google.api.services.migrationcenter.v1.model.GenerateReportArtifactLinkRequest}
9286-
* @return the request
9287-
*/
9288-
public ArtifactLink artifactLink(java.lang.String name, com.google.api.services.migrationcenter.v1.model.GenerateReportArtifactLinkRequest content) throws java.io.IOException {
9289-
ArtifactLink result = new ArtifactLink(name, content);
9290-
initialize(result);
9291-
return result;
9292-
}
9293-
9294-
public class ArtifactLink extends MigrationCenterAPIRequest<com.google.api.services.migrationcenter.v1.model.ReportArtifactLink> {
9295-
9296-
private static final String REST_PATH = "v1/{+name}:artifactLink";
9297-
9298-
private final java.util.regex.Pattern NAME_PATTERN =
9299-
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$");
9300-
9301-
/**
9302-
* Gets the link to the generated artifact of a given type for a Report.
9303-
*
9304-
* Create a request for the method "reports.artifactLink".
9305-
*
9306-
* This request holds the parameters needed by the the migrationcenter server. After setting any
9307-
* optional parameters, call the {@link ArtifactLink#execute()} method to invoke the remote
9308-
* operation. <p> {@link
9309-
* ArtifactLink#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
9310-
* must be called to initialize this instance immediately after invoking the constructor. </p>
9311-
*
9312-
* @param name Required. Name of the resource.
9313-
* @param content the {@link com.google.api.services.migrationcenter.v1.model.GenerateReportArtifactLinkRequest}
9314-
* @since 1.13
9315-
*/
9316-
protected ArtifactLink(java.lang.String name, com.google.api.services.migrationcenter.v1.model.GenerateReportArtifactLinkRequest content) {
9317-
super(MigrationCenterAPI.this, "POST", REST_PATH, content, com.google.api.services.migrationcenter.v1.model.ReportArtifactLink.class);
9318-
this.name = com.google.api.client.util.Preconditions.checkNotNull(name, "Required parameter name must be specified.");
9319-
if (!getSuppressPatternChecks()) {
9320-
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
9321-
"Parameter name must conform to the pattern " +
9322-
"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$");
9323-
}
9324-
}
9325-
9326-
@Override
9327-
public ArtifactLink set$Xgafv(java.lang.String $Xgafv) {
9328-
return (ArtifactLink) super.set$Xgafv($Xgafv);
9329-
}
9330-
9331-
@Override
9332-
public ArtifactLink setAccessToken(java.lang.String accessToken) {
9333-
return (ArtifactLink) super.setAccessToken(accessToken);
9334-
}
9335-
9336-
@Override
9337-
public ArtifactLink setAlt(java.lang.String alt) {
9338-
return (ArtifactLink) super.setAlt(alt);
9339-
}
9340-
9341-
@Override
9342-
public ArtifactLink setCallback(java.lang.String callback) {
9343-
return (ArtifactLink) super.setCallback(callback);
9344-
}
9345-
9346-
@Override
9347-
public ArtifactLink setFields(java.lang.String fields) {
9348-
return (ArtifactLink) super.setFields(fields);
9349-
}
9350-
9351-
@Override
9352-
public ArtifactLink setKey(java.lang.String key) {
9353-
return (ArtifactLink) super.setKey(key);
9354-
}
9355-
9356-
@Override
9357-
public ArtifactLink setOauthToken(java.lang.String oauthToken) {
9358-
return (ArtifactLink) super.setOauthToken(oauthToken);
9359-
}
9360-
9361-
@Override
9362-
public ArtifactLink setPrettyPrint(java.lang.Boolean prettyPrint) {
9363-
return (ArtifactLink) super.setPrettyPrint(prettyPrint);
9364-
}
9365-
9366-
@Override
9367-
public ArtifactLink setQuotaUser(java.lang.String quotaUser) {
9368-
return (ArtifactLink) super.setQuotaUser(quotaUser);
9369-
}
9370-
9371-
@Override
9372-
public ArtifactLink setUploadType(java.lang.String uploadType) {
9373-
return (ArtifactLink) super.setUploadType(uploadType);
9374-
}
9375-
9376-
@Override
9377-
public ArtifactLink setUploadProtocol(java.lang.String uploadProtocol) {
9378-
return (ArtifactLink) super.setUploadProtocol(uploadProtocol);
9379-
}
9380-
9381-
/** Required. Name of the resource. */
9382-
@com.google.api.client.util.Key
9383-
private java.lang.String name;
9384-
9385-
/** Required. Name of the resource.
9386-
*/
9387-
public java.lang.String getName() {
9388-
return name;
9389-
}
9390-
9391-
/** Required. Name of the resource. */
9392-
public ArtifactLink setName(java.lang.String name) {
9393-
if (!getSuppressPatternChecks()) {
9394-
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
9395-
"Parameter name must conform to the pattern " +
9396-
"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$");
9397-
}
9398-
this.name = name;
9399-
return this;
9400-
}
9401-
9402-
@Override
9403-
public ArtifactLink set(String parameterName, Object value) {
9404-
return (ArtifactLink) super.set(parameterName, value);
9405-
}
9406-
}
94079276
/**
94089277
* Creates a report.
94099278
*

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class AggregateAssetsValuesRequest extends com.google.api.client.js
4444
private java.lang.String filter;
4545

4646
/**
47-
* Optional. When this value is set to 'true,' the response will include all assets, including
47+
* Optional. When this value is set to 'true' the response will include all assets, including
4848
* those that are hidden.
4949
* The value may be {@code null}.
5050
*/
@@ -86,7 +86,7 @@ public AggregateAssetsValuesRequest setFilter(java.lang.String filter) {
8686
}
8787

8888
/**
89-
* Optional. When this value is set to 'true,' the response will include all assets, including
89+
* Optional. When this value is set to 'true' the response will include all assets, including
9090
* those that are hidden.
9191
* @return value or {@code null} for none
9292
*/
@@ -95,7 +95,7 @@ public java.lang.Boolean getShowHidden() {
9595
}
9696

9797
/**
98-
* Optional. When this value is set to 'true,' the response will include all assets, including
98+
* Optional. When this value is set to 'true' the response will include all assets, including
9999
* those that are hidden.
100100
* @param showHidden showHidden or {@code null} for none
101101
*/

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

Lines changed: 0 additions & 66 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ImportDataFile extends com.google.api.client.json.GenericJson
3737
private String createTime;
3838

3939
/**
40-
* User-friendly display name. Maximum length is 63 characters.
40+
* Optional. User-friendly display name. Maximum length is 63 characters.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -89,15 +89,15 @@ public ImportDataFile setCreateTime(String createTime) {
8989
}
9090

9191
/**
92-
* User-friendly display name. Maximum length is 63 characters.
92+
* Optional. User-friendly display name. Maximum length is 63 characters.
9393
* @return value or {@code null} for none
9494
*/
9595
public java.lang.String getDisplayName() {
9696
return displayName;
9797
}
9898

9999
/**
100-
* User-friendly display name. Maximum length is 63 characters.
100+
* Optional. User-friendly display name. Maximum length is 63 characters.
101101
* @param displayName displayName or {@code null} for none
102102
*/
103103
public ImportDataFile setDisplayName(java.lang.String displayName) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/

0 commit comments

Comments
 (0)