Skip to content

Commit 2f18a2b

Browse files
chore: regenerate paymentsresellersubscription client (googleapis#26635)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 7295dea commit 2f18a2b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-paymentsresellersubscription/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-paymentsresellersubscription</artifactId>
25-
<version>v1-rev20250327-2.0.0</version>
25+
<version>v1-rev20250415-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-paymentsresellersubscription:v1-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250415-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/PaymentsResellerSubscriptionScopes.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
public class PaymentsResellerSubscriptionScopes {
2525

26-
/** Associate you with your personal info on Google. */
27-
public static final String OPENID = "openid";
26+
/** See and/or control the devices that you selected. */
27+
public static final String SDM_SERVICE = "https://www.googleapis.com/auth/sdm.service";
2828

2929
/**
3030
* Returns an unmodifiable set that contains all scopes declared by this class.
@@ -33,7 +33,7 @@ public class PaymentsResellerSubscriptionScopes {
3333
*/
3434
public static java.util.Set<String> all() {
3535
java.util.Set<String> set = new java.util.HashSet<String>();
36-
set.add(OPENID);
36+
set.add(SDM_SERVICE);
3737
return java.util.Collections.unmodifiableSet(set);
3838
}
3939

clients/google-api-services-paymentsresellersubscription/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-paymentsresellersubscription</artifactId>
11-
<version>v1-rev20250327-2.0.0</version>
12-
<name>Payments Reseller Subscription API v1-rev20250327-2.0.0</name>
11+
<version>v1-rev20250415-2.0.0</version>
12+
<name>Payments Reseller Subscription API v1-rev20250415-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-paymentsresellersubscription/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-paymentsresellersubscription</artifactId>
25-
<version>v1-rev20250327-2.0.0</version>
25+
<version>v1-rev20250415-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-paymentsresellersubscription:v1-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250415-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)