Skip to content

Commit 9fd5880

Browse files
1 parent efe6b9b commit 9fd5880

12 files changed

Lines changed: 30 additions & 30 deletions

File tree

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

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/ErrorInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
6060
private java.util.Map<String, java.lang.String> metadata;
6161

6262
/**
63-
* The reason of the error. This is a constant value that identifies the proximate cause of the
63+
* The reason for the error. This is a constant value that identifies the proximate cause of the
6464
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
6565
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
6666
* The value may be {@code null}.
@@ -121,7 +121,7 @@ public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> metadata) {
121121
}
122122

123123
/**
124-
* The reason of the error. This is a constant value that identifies the proximate cause of the
124+
* The reason for the error. This is a constant value that identifies the proximate cause of the
125125
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
126126
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
127127
* @return value or {@code null} for none
@@ -131,7 +131,7 @@ public java.lang.String getReason() {
131131
}
132132

133133
/**
134-
* The reason of the error. This is a constant value that identifies the proximate cause of the
134+
* The reason for the error. This is a constant value that identifies the proximate cause of the
135135
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
136136
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
137137
* @param reason reason or {@code null} for none

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/FieldViolation.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class FieldViolation extends com.google.api.client.json.GenericJson
6464
private LocalizedMessage localizedMessage;
6565

6666
/**
67-
* The reason of the field-level error. This is a constant value that identifies the proximate
67+
* The reason for the field-level error. This is a constant value that identifies the proximate
6868
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
6969
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
7070
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -149,7 +149,7 @@ public FieldViolation setLocalizedMessage(LocalizedMessage localizedMessage) {
149149
}
150150

151151
/**
152-
* The reason of the field-level error. This is a constant value that identifies the proximate
152+
* The reason for the field-level error. This is a constant value that identifies the proximate
153153
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
154154
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
155155
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -160,7 +160,7 @@ public java.lang.String getReason() {
160160
}
161161

162162
/**
163-
* The reason of the field-level error. This is a constant value that identifies the proximate
163+
* The reason for the field-level error. This is a constant value that identifies the proximate
164164
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
165165
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
166166
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/MappingRule.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public final class MappingRule extends com.google.api.client.json.GenericJson {
129129
private java.lang.String ruleScope;
130130

131131
/**
132-
* Optional. Rule to specify the primary key for a table
132+
* Optional. Deprecated: This rule is no longer supported.
133133
* The value may be {@code null}.
134134
*/
135135
@com.google.api.client.util.Key
@@ -402,15 +402,15 @@ public MappingRule setRuleScope(java.lang.String ruleScope) {
402402
}
403403

404404
/**
405-
* Optional. Rule to specify the primary key for a table
405+
* Optional. Deprecated: This rule is no longer supported.
406406
* @return value or {@code null} for none
407407
*/
408408
public SetTablePrimaryKey getSetTablePrimaryKey() {
409409
return setTablePrimaryKey;
410410
}
411411

412412
/**
413-
* Optional. Rule to specify the primary key for a table
413+
* Optional. Deprecated: This rule is no longer supported.
414414
* @param setTablePrimaryKey setTablePrimaryKey or {@code null} for none
415415
*/
416416
public MappingRule setSetTablePrimaryKey(SetTablePrimaryKey setTablePrimaryKey) {

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/SetTablePrimaryKey.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.datamigration.v1.model;
1818

1919
/**
20-
* Options to configure rule type SetTablePrimaryKey. The rule is used to specify the columns and
21-
* name to configure/alter the primary key of a table. The rule filter field can refer to one
22-
* entity. The rule scope can be one of: Table.
20+
* Deprecated: Options to configure rule type SetTablePrimaryKey. The rule is used to specify the
21+
* columns and name to configure/alter the primary key of a table. The rule filter field can refer
22+
* to one entity. The rule scope can be one of: Table.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Database Migration API. For a detailed explanation

clients/google-api-services-datamigration/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-datamigration</artifactId>
11-
<version>v1-rev20260620-2.0.0</version>
12-
<name>Database Migration API v1-rev20260620-2.0.0</name>
11+
<version>v1-rev20260718-2.0.0</version>
12+
<name>Database Migration API v1-rev20260718-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-datamigration/v1beta1/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-datamigration</artifactId>
25-
<version>v1beta1-rev20260511-2.0.0</version>
25+
<version>v1beta1-rev20260718-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-datamigration:v1beta1-rev20260511-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1beta1-rev20260718-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/ErrorInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
6060
private java.util.Map<String, java.lang.String> metadata;
6161

6262
/**
63-
* The reason of the error. This is a constant value that identifies the proximate cause of the
63+
* The reason for the error. This is a constant value that identifies the proximate cause of the
6464
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
6565
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
6666
* The value may be {@code null}.
@@ -121,7 +121,7 @@ public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> metadata) {
121121
}
122122

123123
/**
124-
* The reason of the error. This is a constant value that identifies the proximate cause of the
124+
* The reason for the error. This is a constant value that identifies the proximate cause of the
125125
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
126126
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
127127
* @return value or {@code null} for none
@@ -131,7 +131,7 @@ public java.lang.String getReason() {
131131
}
132132

133133
/**
134-
* The reason of the error. This is a constant value that identifies the proximate cause of the
134+
* The reason for the error. This is a constant value that identifies the proximate cause of the
135135
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
136136
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
137137
* @param reason reason or {@code null} for none

clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/FieldViolation.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class FieldViolation extends com.google.api.client.json.GenericJson
6464
private LocalizedMessage localizedMessage;
6565

6666
/**
67-
* The reason of the field-level error. This is a constant value that identifies the proximate
67+
* The reason for the field-level error. This is a constant value that identifies the proximate
6868
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
6969
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
7070
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -149,7 +149,7 @@ public FieldViolation setLocalizedMessage(LocalizedMessage localizedMessage) {
149149
}
150150

151151
/**
152-
* The reason of the field-level error. This is a constant value that identifies the proximate
152+
* The reason for the field-level error. This is a constant value that identifies the proximate
153153
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
154154
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
155155
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -160,7 +160,7 @@ public java.lang.String getReason() {
160160
}
161161

162162
/**
163-
* The reason of the field-level error. This is a constant value that identifies the proximate
163+
* The reason for the field-level error. This is a constant value that identifies the proximate
164164
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
165165
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
166166
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.

0 commit comments

Comments
 (0)