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-dataportability</artifactId>
<version>v1-rev20260105-2.0.0</version>
<version>v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20260719-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public class DataPortabilityScopes {
/** Move a copy of your food purchase and reservation activity. */
public static final String DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS = "https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations";

/** Usage and diagnostic data from your Pixel devices.. */
public static final String DATAPORTABILITY_PIXEL_DEVICE_DATA = "https://www.googleapis.com/auth/dataportability.pixel.device_data";

/** Move a copy of information about your devices with Google Play Store installed. */
public static final String DATAPORTABILITY_PLAY_DEVICES = "https://www.googleapis.com/auth/dataportability.play.devices";

Expand Down Expand Up @@ -281,6 +284,7 @@ public static java.util.Set<String> all() {
set.add(DATAPORTABILITY_NEST_STORE);
set.add(DATAPORTABILITY_NEST_USER);
set.add(DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS);
set.add(DATAPORTABILITY_PIXEL_DEVICE_DATA);
set.add(DATAPORTABILITY_PLAY_DEVICES);
set.add(DATAPORTABILITY_PLAY_GROUPING);
set.add(DATAPORTABILITY_PLAY_INSTALLS);
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-dataportability</artifactId>
<version>v1-rev20260105-2.0.0</version>
<name>Data Portability API v1-rev20260105-2.0.0</name>
<version>v1-rev20260719-2.0.0</version>
<name>Data Portability API v1-rev20260719-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dataportability/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-dataportability</artifactId>
<version>v1-rev20260105-2.0.0</version>
<version>v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20260719-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-dataportability</artifactId>
<version>v1beta-rev20260105-2.0.0</version>
<version>v1beta-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20260719-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public class DataPortabilityScopes {
/** Move a copy of your food purchase and reservation activity. */
public static final String DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS = "https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations";

/** Usage and diagnostic data from your Pixel devices.. */
public static final String DATAPORTABILITY_PIXEL_DEVICE_DATA = "https://www.googleapis.com/auth/dataportability.pixel.device_data";

/** Move a copy of information about your devices with Google Play Store installed. */
public static final String DATAPORTABILITY_PLAY_DEVICES = "https://www.googleapis.com/auth/dataportability.play.devices";

Expand Down Expand Up @@ -281,6 +284,7 @@ public static java.util.Set<String> all() {
set.add(DATAPORTABILITY_NEST_STORE);
set.add(DATAPORTABILITY_NEST_USER);
set.add(DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS);
set.add(DATAPORTABILITY_PIXEL_DEVICE_DATA);
set.add(DATAPORTABILITY_PLAY_DEVICES);
set.add(DATAPORTABILITY_PLAY_GROUPING);
set.add(DATAPORTABILITY_PLAY_INSTALLS);
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-dataportability</artifactId>
<version>v1beta-rev20260105-2.0.0</version>
<name>Data Portability API v1beta-rev20260105-2.0.0</name>
<version>v1beta-rev20260719-2.0.0</version>
<name>Data Portability API v1beta-rev20260719-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
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-dataportability</artifactId>
<version>v1beta-rev20260105-2.0.0</version>
<version>v1beta-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20260719-2.0.0'
}
```

Expand Down
Loading