File tree Expand file tree Collapse file tree 8 files changed +12
-20
lines changed
clients/google-api-services-dataportability
com/google/api/services/dataportability/v1beta
com/google/api/services/dataportability/v1 Expand file tree Collapse file tree 8 files changed +12
-20
lines changed Original file line number Diff line number Diff 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-rev20250605 -2.0.0</version >
25+ <version >v1-rev20250715 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataportability:v1-rev20250605 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataportability:v1-rev20250715 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ public class DataPortabilityScopes {
2626 /** Move a copy of the Google Alerts subscriptions you created. */
2727 public static final String DATAPORTABILITY_ALERTS_SUBSCRIPTIONS = "https://www.googleapis.com/auth/dataportability.alerts.subscriptions" ;
2828
29- /** Move a copy of messages between you and the businesses you have conversations with across Google services. */
30- public static final String DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = "https://www.googleapis.com/auth/dataportability.businessmessaging.conversations" ;
31-
3229 /** Move a copy of the information you entered into online forms in Chrome. */
3330 public static final String DATAPORTABILITY_CHROME_AUTOFILL = "https://www.googleapis.com/auth/dataportability.chrome.autofill" ;
3431
@@ -232,7 +229,6 @@ public class DataPortabilityScopes {
232229 public static java .util .Set <String > all () {
233230 java .util .Set <String > set = new java .util .HashSet <String >();
234231 set .add (DATAPORTABILITY_ALERTS_SUBSCRIPTIONS );
235- set .add (DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS );
236232 set .add (DATAPORTABILITY_CHROME_AUTOFILL );
237233 set .add (DATAPORTABILITY_CHROME_BOOKMARKS );
238234 set .add (DATAPORTABILITY_CHROME_DICTIONARY );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-dataportability</artifactId >
11- <version >v1-rev20250605 -2.0.0</version >
12- <name >Data Portability API v1-rev20250605 -2.0.0</name >
11+ <version >v1-rev20250715 -2.0.0</version >
12+ <name >Data Portability API v1-rev20250715 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250605 -2.0.0</version >
25+ <version >v1-rev20250715 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataportability:v1-rev20250605 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataportability:v1-rev20250715 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20250605 -2.0.0</version >
25+ <version >v1beta-rev20250715 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250605 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250715 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ public class DataPortabilityScopes {
2626 /** Move a copy of the Google Alerts subscriptions you created. */
2727 public static final String DATAPORTABILITY_ALERTS_SUBSCRIPTIONS = "https://www.googleapis.com/auth/dataportability.alerts.subscriptions" ;
2828
29- /** Move a copy of messages between you and the businesses you have conversations with across Google services. */
30- public static final String DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = "https://www.googleapis.com/auth/dataportability.businessmessaging.conversations" ;
31-
3229 /** Move a copy of the information you entered into online forms in Chrome. */
3330 public static final String DATAPORTABILITY_CHROME_AUTOFILL = "https://www.googleapis.com/auth/dataportability.chrome.autofill" ;
3431
@@ -232,7 +229,6 @@ public class DataPortabilityScopes {
232229 public static java .util .Set <String > all () {
233230 java .util .Set <String > set = new java .util .HashSet <String >();
234231 set .add (DATAPORTABILITY_ALERTS_SUBSCRIPTIONS );
235- set .add (DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS );
236232 set .add (DATAPORTABILITY_CHROME_AUTOFILL );
237233 set .add (DATAPORTABILITY_CHROME_BOOKMARKS );
238234 set .add (DATAPORTABILITY_CHROME_DICTIONARY );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-dataportability</artifactId >
11- <version >v1beta-rev20250605 -2.0.0</version >
12- <name >Data Portability API v1beta-rev20250605 -2.0.0</name >
11+ <version >v1beta-rev20250715 -2.0.0</version >
12+ <name >Data Portability API v1beta-rev20250715 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250605 -2.0.0</version >
25+ <version >v1beta-rev20250715 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250605 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250715 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments