metadata) {
}
/**
- * The reason of the error. This is a constant value that identifies the proximate cause of the
+ * The reason for the error. This is a constant value that identifies the proximate cause of the
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
* @return value or {@code null} for none
@@ -131,7 +131,7 @@ public java.lang.String getReason() {
}
/**
- * The reason of the error. This is a constant value that identifies the proximate cause of the
+ * The reason for the error. This is a constant value that identifies the proximate cause of the
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
* @param reason reason or {@code null} for none
diff --git a/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/FieldViolation.java b/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/FieldViolation.java
index 8d6f0733d35..faf20172b04 100644
--- a/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/FieldViolation.java
+++ b/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/FieldViolation.java
@@ -64,7 +64,7 @@ public final class FieldViolation extends com.google.api.client.json.GenericJson
private LocalizedMessage localizedMessage;
/**
- * The reason of the field-level error. This is a constant value that identifies the proximate
+ * The reason for the field-level error. This is a constant value that identifies the proximate
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -149,7 +149,7 @@ public FieldViolation setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
- * The reason of the field-level error. This is a constant value that identifies the proximate
+ * The reason for the field-level error. This is a constant value that identifies the proximate
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -160,7 +160,7 @@ public java.lang.String getReason() {
}
/**
- * The reason of the field-level error. This is a constant value that identifies the proximate
+ * The reason for the field-level error. This is a constant value that identifies the proximate
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
diff --git a/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/MappingRule.java b/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/MappingRule.java
index f66a7980e3e..7ab74cc958a 100644
--- a/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/MappingRule.java
+++ b/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/MappingRule.java
@@ -129,7 +129,7 @@ public final class MappingRule extends com.google.api.client.json.GenericJson {
private java.lang.String ruleScope;
/**
- * Optional. Rule to specify the primary key for a table
+ * Optional. Deprecated: This rule is no longer supported.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -402,7 +402,7 @@ public MappingRule setRuleScope(java.lang.String ruleScope) {
}
/**
- * Optional. Rule to specify the primary key for a table
+ * Optional. Deprecated: This rule is no longer supported.
* @return value or {@code null} for none
*/
public SetTablePrimaryKey getSetTablePrimaryKey() {
@@ -410,7 +410,7 @@ public SetTablePrimaryKey getSetTablePrimaryKey() {
}
/**
- * Optional. Rule to specify the primary key for a table
+ * Optional. Deprecated: This rule is no longer supported.
* @param setTablePrimaryKey setTablePrimaryKey or {@code null} for none
*/
public MappingRule setSetTablePrimaryKey(SetTablePrimaryKey setTablePrimaryKey) {
diff --git a/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/SetTablePrimaryKey.java b/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/SetTablePrimaryKey.java
index 1c13d29a7c9..2d2b5b37b7c 100644
--- a/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/SetTablePrimaryKey.java
+++ b/clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/SetTablePrimaryKey.java
@@ -17,9 +17,9 @@
package com.google.api.services.datamigration.v1.model;
/**
- * Options to configure rule type SetTablePrimaryKey. The rule is used to specify the columns and
- * name to configure/alter the primary key of a table. The rule filter field can refer to one
- * entity. The rule scope can be one of: Table.
+ * Deprecated: Options to configure rule type SetTablePrimaryKey. The rule is used to specify the
+ * columns and name to configure/alter the primary key of a table. The rule filter field can refer
+ * to one entity. The rule scope can be one of: Table.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Database Migration API. For a detailed explanation
diff --git a/clients/google-api-services-datamigration/v1/2.0.0/pom.xml b/clients/google-api-services-datamigration/v1/2.0.0/pom.xml
index 9028c643ebe..df5e89b70cf 100644
--- a/clients/google-api-services-datamigration/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-datamigration/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-datamigration
- v1-rev20260620-2.0.0
- Database Migration API v1-rev20260620-2.0.0
+ v1-rev20260718-2.0.0
+ Database Migration API v1-rev20260718-2.0.0
jar
2011
diff --git a/clients/google-api-services-datamigration/v1/README.md b/clients/google-api-services-datamigration/v1/README.md
index 58993066008..2235de4d17b 100644
--- a/clients/google-api-services-datamigration/v1/README.md
+++ b/clients/google-api-services-datamigration/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-datamigration
- v1-rev20260620-2.0.0
+ v1-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-datamigration:v1-rev20260620-2.0.0'
+ implementation 'com.google.apis:google-api-services-datamigration:v1-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-datamigration/v1beta1/2.0.0/README.md b/clients/google-api-services-datamigration/v1beta1/2.0.0/README.md
index 5b54ef142ec..3698b9e7561 100644
--- a/clients/google-api-services-datamigration/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-datamigration/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-datamigration
- v1beta1-rev20260511-2.0.0
+ v1beta1-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-datamigration:v1beta1-rev20260511-2.0.0'
+ implementation 'com.google.apis:google-api-services-datamigration:v1beta1-rev20260718-2.0.0'
}
```
diff --git a/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/ErrorInfo.java b/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/ErrorInfo.java
index 8879a205a8b..6fb208428c4 100644
--- a/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/ErrorInfo.java
+++ b/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/ErrorInfo.java
@@ -60,7 +60,7 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
private java.util.Map metadata;
/**
- * The reason of the error. This is a constant value that identifies the proximate cause of the
+ * The reason for the error. This is a constant value that identifies the proximate cause of the
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
* The value may be {@code null}.
@@ -121,7 +121,7 @@ public ErrorInfo setMetadata(java.util.Map metadata) {
}
/**
- * The reason of the error. This is a constant value that identifies the proximate cause of the
+ * The reason for the error. This is a constant value that identifies the proximate cause of the
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
* @return value or {@code null} for none
@@ -131,7 +131,7 @@ public java.lang.String getReason() {
}
/**
- * The reason of the error. This is a constant value that identifies the proximate cause of the
+ * The reason for the error. This is a constant value that identifies the proximate cause of the
* error. Error reasons are unique within a particular domain of errors. This should be at most 63
* characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
* @param reason reason or {@code null} for none
diff --git a/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/FieldViolation.java b/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/FieldViolation.java
index ad59f91022e..15733bb59cf 100644
--- a/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/FieldViolation.java
+++ b/clients/google-api-services-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/model/FieldViolation.java
@@ -64,7 +64,7 @@ public final class FieldViolation extends com.google.api.client.json.GenericJson
private LocalizedMessage localizedMessage;
/**
- * The reason of the field-level error. This is a constant value that identifies the proximate
+ * The reason for the field-level error. This is a constant value that identifies the proximate
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -149,7 +149,7 @@ public FieldViolation setLocalizedMessage(LocalizedMessage localizedMessage) {
}
/**
- * The reason of the field-level error. This is a constant value that identifies the proximate
+ * The reason for the field-level error. This is a constant value that identifies the proximate
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -160,7 +160,7 @@ public java.lang.String getReason() {
}
/**
- * The reason of the field-level error. This is a constant value that identifies the proximate
+ * The reason for the field-level error. This is a constant value that identifies the proximate
* cause of the field-level error. It should uniquely identify the type of the FieldViolation
* within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and
* match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
diff --git a/clients/google-api-services-datamigration/v1beta1/2.0.0/pom.xml b/clients/google-api-services-datamigration/v1beta1/2.0.0/pom.xml
index ee512342bf8..f10c7f7934b 100644
--- a/clients/google-api-services-datamigration/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-datamigration/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-datamigration
- v1beta1-rev20260511-2.0.0
- Database Migration API v1beta1-rev20260511-2.0.0
+ v1beta1-rev20260718-2.0.0
+ Database Migration API v1beta1-rev20260718-2.0.0
jar
2011
diff --git a/clients/google-api-services-datamigration/v1beta1/README.md b/clients/google-api-services-datamigration/v1beta1/README.md
index 5b54ef142ec..3698b9e7561 100644
--- a/clients/google-api-services-datamigration/v1beta1/README.md
+++ b/clients/google-api-services-datamigration/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-datamigration
- v1beta1-rev20260511-2.0.0
+ v1beta1-rev20260718-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-datamigration:v1beta1-rev20260511-2.0.0'
+ implementation 'com.google.apis:google-api-services-datamigration:v1beta1-rev20260718-2.0.0'
}
```