Skip to content

Commit 833aeef

Browse files
1 parent 21f9806 commit 833aeef

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-rev20240410-2.0.0</version>
25+
<version>v1-rev20240827-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-rev20240410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20240827-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
@@ -23,6 +23,9 @@
2323
*/
2424
public class DataPortabilityScopes {
2525

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+
2629
/** Move a copy of messages between you and the businesses you have conversations with across Google services.. */
2730
public static final String DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = "https://www.googleapis.com/auth/dataportability.businessmessaging.conversations";
2831

@@ -219,6 +222,7 @@ public class DataPortabilityScopes {
219222
*/
220223
public static java.util.Set<String> all() {
221224
java.util.Set<String> set = new java.util.HashSet<String>();
225+
set.add(DATAPORTABILITY_ALERTS_SUBSCRIPTIONS);
222226
set.add(DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS);
223227
set.add(DATAPORTABILITY_CHROME_AUTOFILL);
224228
set.add(DATAPORTABILITY_CHROME_BOOKMARKS);

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-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>
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-rev20240410-2.0.0</version>
25+
<version>v1-rev20240827-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-rev20240410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20240827-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-rev20240410-2.0.0</version>
25+
<version>v1beta-rev20240827-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-rev20240410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20240827-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
@@ -23,6 +23,9 @@
2323
*/
2424
public class DataPortabilityScopes {
2525

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+
2629
/** Move a copy of messages between you and the businesses you have conversations with across Google services.. */
2730
public static final String DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = "https://www.googleapis.com/auth/dataportability.businessmessaging.conversations";
2831

@@ -219,6 +222,7 @@ public class DataPortabilityScopes {
219222
*/
220223
public static java.util.Set<String> all() {
221224
java.util.Set<String> set = new java.util.HashSet<String>();
225+
set.add(DATAPORTABILITY_ALERTS_SUBSCRIPTIONS);
222226
set.add(DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS);
223227
set.add(DATAPORTABILITY_CHROME_AUTOFILL);
224228
set.add(DATAPORTABILITY_CHROME_BOOKMARKS);

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

0 commit comments

Comments
 (0)