Skip to content

Commit 311651e

Browse files
1 parent b0f452e commit 311651e

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-rev20250114-2.0.0</version>
25+
<version>v1-rev20250120-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20250120-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
@@ -146,6 +146,9 @@ public class DataPortabilityScopes {
146146
/** Move a copy of your saved links, images, places, and collections from your use of Google services. */
147147
public static final String DATAPORTABILITY_SAVED_COLLECTIONS = "https://www.googleapis.com/auth/dataportability.saved.collections";
148148

149+
/** Move a copy of your comments on Google Search. */
150+
public static final String DATAPORTABILITY_SEARCH_UGC_COMMENTS = "https://www.googleapis.com/auth/dataportability.search_ugc.comments";
151+
149152
/** Move a copy of your media reviews on Google Search. */
150153
public static final String DATAPORTABILITY_SEARCH_UGC_MEDIA_REVIEWS_AND_STARS = "https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars";
151154

@@ -266,6 +269,7 @@ public static java.util.Set<String> all() {
266269
set.add(DATAPORTABILITY_PLAY_SUBSCRIPTIONS);
267270
set.add(DATAPORTABILITY_PLAY_USERSETTINGS);
268271
set.add(DATAPORTABILITY_SAVED_COLLECTIONS);
272+
set.add(DATAPORTABILITY_SEARCH_UGC_COMMENTS);
269273
set.add(DATAPORTABILITY_SEARCH_UGC_MEDIA_REVIEWS_AND_STARS);
270274
set.add(DATAPORTABILITY_SEARCH_UGC_MEDIA_STREAMING_VIDEO_PROVIDERS);
271275
set.add(DATAPORTABILITY_SEARCH_UGC_MEDIA_THUMBS);

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-rev20250114-2.0.0</version>
12-
<name>Data Portability API v1-rev20250114-2.0.0</name>
11+
<version>v1-rev20250120-2.0.0</version>
12+
<name>Data Portability API v1-rev20250120-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-rev20250114-2.0.0</version>
25+
<version>v1-rev20250120-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1-rev20250120-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-rev20250114-2.0.0</version>
25+
<version>v1beta-rev20250120-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250120-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
@@ -146,6 +146,9 @@ public class DataPortabilityScopes {
146146
/** Move a copy of your saved links, images, places, and collections from your use of Google services. */
147147
public static final String DATAPORTABILITY_SAVED_COLLECTIONS = "https://www.googleapis.com/auth/dataportability.saved.collections";
148148

149+
/** Move a copy of your comments on Google Search. */
150+
public static final String DATAPORTABILITY_SEARCH_UGC_COMMENTS = "https://www.googleapis.com/auth/dataportability.search_ugc.comments";
151+
149152
/** Move a copy of your media reviews on Google Search. */
150153
public static final String DATAPORTABILITY_SEARCH_UGC_MEDIA_REVIEWS_AND_STARS = "https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars";
151154

@@ -266,6 +269,7 @@ public static java.util.Set<String> all() {
266269
set.add(DATAPORTABILITY_PLAY_SUBSCRIPTIONS);
267270
set.add(DATAPORTABILITY_PLAY_USERSETTINGS);
268271
set.add(DATAPORTABILITY_SAVED_COLLECTIONS);
272+
set.add(DATAPORTABILITY_SEARCH_UGC_COMMENTS);
269273
set.add(DATAPORTABILITY_SEARCH_UGC_MEDIA_REVIEWS_AND_STARS);
270274
set.add(DATAPORTABILITY_SEARCH_UGC_MEDIA_STREAMING_VIDEO_PROVIDERS);
271275
set.add(DATAPORTABILITY_SEARCH_UGC_MEDIA_THUMBS);

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-rev20250114-2.0.0</version>
12-
<name>Data Portability API v1beta-rev20250114-2.0.0</name>
11+
<version>v1beta-rev20250120-2.0.0</version>
12+
<name>Data Portability API v1beta-rev20250120-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-rev20250114-2.0.0</version>
25+
<version>v1beta-rev20250120-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-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataportability:v1beta-rev20250120-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)