Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datamigration</artifactId>
<version>v1-rev20260620-2.0.0</version>
<version>v1-rev20260718-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> 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}.
Expand Down Expand Up @@ -121,7 +121,7 @@ public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> 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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -402,15 +402,15 @@ 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() {
return setTablePrimaryKey;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p> 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
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datamigration/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datamigration</artifactId>
<version>v1-rev20260620-2.0.0</version>
<name>Database Migration API v1-rev20260620-2.0.0</name>
<version>v1-rev20260718-2.0.0</version>
<name>Database Migration API v1-rev20260718-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datamigration/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datamigration</artifactId>
<version>v1-rev20260620-2.0.0</version>
<version>v1-rev20260718-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datamigration</artifactId>
<version>v1beta1-rev20260511-2.0.0</version>
<version>v1beta1-rev20260718-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> 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}.
Expand Down Expand Up @@ -121,7 +121,7 @@ public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> 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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datamigration</artifactId>
<version>v1beta1-rev20260511-2.0.0</version>
<name>Database Migration API v1beta1-rev20260511-2.0.0</name>
<version>v1beta1-rev20260718-2.0.0</version>
<name>Database Migration API v1beta1-rev20260718-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datamigration/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datamigration</artifactId>
<version>v1beta1-rev20260511-2.0.0</version>
<version>v1beta1-rev20260718-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Loading