Skip to content

Commit 40859d4

Browse files
1 parent 6116815 commit 40859d4

File tree

8 files changed

+20
-12
lines changed

8 files changed

+20
-12
lines changed

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

clients/google-api-services-dataportability/v1/2.0.0/com/google/api/services/dataportability/v1/DataPortabilityScopes.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ public class DataPortabilityScopes {
8989
/** Move a copy of your Starred places list on Maps. */
9090
public static final String DATAPORTABILITY_MAPS_STARRED_PLACES = "https://www.googleapis.com/auth/dataportability.maps.starred_places";
9191

92+
/** Move a copy of your vehicle profile on Maps. */
93+
public static final String DATAPORTABILITY_MAPS_VEHICLE_PROFILE = "https://www.googleapis.com/auth/dataportability.maps.vehicle_profile";
94+
9295
/** Move a copy of your Maps activity. */
9396
public static final String DATAPORTABILITY_MYACTIVITY_MAPS = "https://www.googleapis.com/auth/dataportability.myactivity.maps";
9497

@@ -250,6 +253,7 @@ public static java.util.Set<String> all() {
250253
set.add(DATAPORTABILITY_MAPS_QUESTIONS_ANSWERS);
251254
set.add(DATAPORTABILITY_MAPS_REVIEWS);
252255
set.add(DATAPORTABILITY_MAPS_STARRED_PLACES);
256+
set.add(DATAPORTABILITY_MAPS_VEHICLE_PROFILE);
253257
set.add(DATAPORTABILITY_MYACTIVITY_MAPS);
254258
set.add(DATAPORTABILITY_MYACTIVITY_MYADCENTER);
255259
set.add(DATAPORTABILITY_MYACTIVITY_PLAY);

clients/google-api-services-dataportability/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-dataportability</artifactId>
11-
<version>v1-rev20250305-2.0.0</version>
12-
<name>Data Portability API v1-rev20250305-2.0.0</name>
11+
<version>v1-rev20250605-2.0.0</version>
12+
<name>Data Portability API v1-rev20250605-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-dataportability/v1beta/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-dataportability</artifactId>
25-
<version>v1beta-rev20250305-2.0.0</version>
25+
<version>v1beta-rev20250605-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-dataportability:v1beta-rev20250305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250605-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataportability/v1beta/2.0.0/com/google/api/services/dataportability/v1beta/DataPortabilityScopes.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ public class DataPortabilityScopes {
8989
/** Move a copy of your Starred places list on Maps. */
9090
public static final String DATAPORTABILITY_MAPS_STARRED_PLACES = "https://www.googleapis.com/auth/dataportability.maps.starred_places";
9191

92+
/** Move a copy of your vehicle profile on Maps. */
93+
public static final String DATAPORTABILITY_MAPS_VEHICLE_PROFILE = "https://www.googleapis.com/auth/dataportability.maps.vehicle_profile";
94+
9295
/** Move a copy of your Maps activity. */
9396
public static final String DATAPORTABILITY_MYACTIVITY_MAPS = "https://www.googleapis.com/auth/dataportability.myactivity.maps";
9497

@@ -250,6 +253,7 @@ public static java.util.Set<String> all() {
250253
set.add(DATAPORTABILITY_MAPS_QUESTIONS_ANSWERS);
251254
set.add(DATAPORTABILITY_MAPS_REVIEWS);
252255
set.add(DATAPORTABILITY_MAPS_STARRED_PLACES);
256+
set.add(DATAPORTABILITY_MAPS_VEHICLE_PROFILE);
253257
set.add(DATAPORTABILITY_MYACTIVITY_MAPS);
254258
set.add(DATAPORTABILITY_MYACTIVITY_MYADCENTER);
255259
set.add(DATAPORTABILITY_MYACTIVITY_PLAY);

clients/google-api-services-dataportability/v1beta/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-dataportability</artifactId>
11-
<version>v1beta-rev20250305-2.0.0</version>
12-
<name>Data Portability API v1beta-rev20250305-2.0.0</name>
11+
<version>v1beta-rev20250605-2.0.0</version>
12+
<name>Data Portability API v1beta-rev20250605-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataportability/v1beta/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-dataportability</artifactId>
25-
<version>v1beta-rev20250305-2.0.0</version>
25+
<version>v1beta-rev20250605-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-dataportability:v1beta-rev20250305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250605-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)