File tree Expand file tree Collapse file tree 8 files changed +20
-12
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 +20
-12
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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataportability</artifactId >
25
- <version >v1-rev20240410 -2.0.0</version >
25
+ <version >v1-rev20240827 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dataportability:v1-rev20240410 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataportability:v1-rev20240827 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 23
23
*/
24
24
public class DataPortabilityScopes {
25
25
26
+ /** Move a copy of the Google Alerts subscriptions you created.. */
27
+ public static final String DATAPORTABILITY_ALERTS_SUBSCRIPTIONS = "https://www.googleapis.com/auth/dataportability.alerts.subscriptions" ;
28
+
26
29
/** Move a copy of messages between you and the businesses you have conversations with across Google services.. */
27
30
public static final String DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = "https://www.googleapis.com/auth/dataportability.businessmessaging.conversations" ;
28
31
@@ -219,6 +222,7 @@ public class DataPortabilityScopes {
219
222
*/
220
223
public static java .util .Set <String > all () {
221
224
java .util .Set <String > set = new java .util .HashSet <String >();
225
+ set .add (DATAPORTABILITY_ALERTS_SUBSCRIPTIONS );
222
226
set .add (DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS );
223
227
set .add (DATAPORTABILITY_CHROME_AUTOFILL );
224
228
set .add (DATAPORTABILITY_CHROME_BOOKMARKS );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-dataportability</artifactId >
11
- <version >v1-rev20240410 -2.0.0</version >
12
- <name >Data Portability API v1-rev20240410 -2.0.0</name >
11
+ <version >v1-rev20240827 -2.0.0</version >
12
+ <name >Data Portability API v1-rev20240827 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataportability</artifactId >
25
- <version >v1-rev20240410 -2.0.0</version >
25
+ <version >v1-rev20240827 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dataportability:v1-rev20240410 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataportability:v1-rev20240827 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataportability</artifactId >
25
- <version >v1beta-rev20240410 -2.0.0</version >
25
+ <version >v1beta-rev20240827 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20240410 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20240827 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 23
23
*/
24
24
public class DataPortabilityScopes {
25
25
26
+ /** Move a copy of the Google Alerts subscriptions you created.. */
27
+ public static final String DATAPORTABILITY_ALERTS_SUBSCRIPTIONS = "https://www.googleapis.com/auth/dataportability.alerts.subscriptions" ;
28
+
26
29
/** Move a copy of messages between you and the businesses you have conversations with across Google services.. */
27
30
public static final String DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = "https://www.googleapis.com/auth/dataportability.businessmessaging.conversations" ;
28
31
@@ -219,6 +222,7 @@ public class DataPortabilityScopes {
219
222
*/
220
223
public static java .util .Set <String > all () {
221
224
java .util .Set <String > set = new java .util .HashSet <String >();
225
+ set .add (DATAPORTABILITY_ALERTS_SUBSCRIPTIONS );
222
226
set .add (DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS );
223
227
set .add (DATAPORTABILITY_CHROME_AUTOFILL );
224
228
set .add (DATAPORTABILITY_CHROME_BOOKMARKS );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-dataportability</artifactId >
11
- <version >v1beta-rev20240410 -2.0.0</version >
12
- <name >Data Portability API v1beta-rev20240410 -2.0.0</name >
11
+ <version >v1beta-rev20240827 -2.0.0</version >
12
+ <name >Data Portability API v1beta-rev20240827 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataportability</artifactId >
25
- <version >v1beta-rev20240410 -2.0.0</version >
25
+ <version >v1beta-rev20240827 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20240410 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20240827 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments