Skip to content

Commit 7741996

Browse files
1 parent 2f18a2b commit 7741996

File tree

5 files changed

+88
-62
lines changed

5 files changed

+88
-62
lines changed

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

clients/google-api-services-reseller/v1/2.0.0/com/google/api/services/reseller/Reseller.java

Lines changed: 76 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ public class Customers {
157157
* Gets a customer account. Use this operation to see a customer account already in your reseller
158158
* management, or to see the minimal account information for an existing customer that you do not
159159
* manage. For more information about the API response for existing customers, see [retrieving a
160-
* customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#get_customer).
160+
* customer account](https://developers.google.com/workspace/admin/reseller/v1/how-
161+
* tos/manage_customers#get_customer).
161162
*
162163
* Create a request for the method "customers.get".
163164
*
@@ -184,7 +185,8 @@ public class Get extends ResellerRequest<com.google.api.services.reseller.model.
184185
* Gets a customer account. Use this operation to see a customer account already in your reseller
185186
* management, or to see the minimal account information for an existing customer that you do not
186187
* manage. For more information about the API response for existing customers, see [retrieving a
187-
* customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#get_customer).
188+
* customer account](https://developers.google.com/workspace/admin/reseller/v1/how-
189+
* tos/manage_customers#get_customer).
188190
*
189191
* Create a request for the method "customers.get".
190192
*
@@ -305,18 +307,20 @@ public Get set(String parameterName, Object value) {
305307
}
306308
/**
307309
* Orders a new customer's account. Before ordering a new customer account, establish whether the
308-
* customer account already exists using the [`customers.get`](/admin-
309-
* sdk/reseller/v1/reference/customers/get) If the customer account exists as a direct Google
310+
* customer account already exists using the [`customers.get`](https://developers.google.com/workspa
311+
* ce/admin/reseller/v1/reference/customers/get) If the customer account exists as a direct Google
310312
* account or as a resold customer account from another reseller, use the `customerAuthToken\` as
311-
* described in [order a resold account for an existing customer](/admin-sdk/reseller/v1/how-
313+
* described in [order a resold account for an existing
314+
* customer](https://developers.google.com/workspace/admin/reseller/v1/how-
312315
* tos/manage_customers#create_existing_customer). For more information about ordering a new
313-
* customer account, see [order a new customer account](/admin-sdk/reseller/v1/how-
316+
* customer account, see [order a new customer
317+
* account](https://developers.google.com/workspace/admin/reseller/v1/how-
314318
* tos/manage_customers#create_customer). After creating a new customer account, you must provision
315319
* a user as an administrator. The customer's administrator is required to sign in to the Admin
316320
* console and sign the G Suite via Reseller agreement to activate the account. Resellers are
317321
* prohibited from signing the G Suite via Reseller agreement on the customer's behalf. For more
318-
* information, see [order a new customer account](/admin-sdk/reseller/v1/how-
319-
* tos/manage_customers#tos).
322+
* information, see [order a new customer
323+
* account](https://developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#tos).
320324
*
321325
* Create a request for the method "customers.insert".
322326
*
@@ -338,17 +342,20 @@ public class Insert extends ResellerRequest<com.google.api.services.reseller.mod
338342

339343
/**
340344
* Orders a new customer's account. Before ordering a new customer account, establish whether the
341-
* customer account already exists using the [`customers.get`](/admin-
342-
* sdk/reseller/v1/reference/customers/get) If the customer account exists as a direct Google
343-
* account or as a resold customer account from another reseller, use the `customerAuthToken\` as
344-
* described in [order a resold account for an existing customer](/admin-sdk/reseller/v1/how-
345+
* customer account already exists using the [`customers.get`](https://developers.google.com/works
346+
* pace/admin/reseller/v1/reference/customers/get) If the customer account exists as a direct
347+
* Google account or as a resold customer account from another reseller, use the
348+
* `customerAuthToken\` as described in [order a resold account for an existing
349+
* customer](https://developers.google.com/workspace/admin/reseller/v1/how-
345350
* tos/manage_customers#create_existing_customer). For more information about ordering a new
346-
* customer account, see [order a new customer account](/admin-sdk/reseller/v1/how-
351+
* customer account, see [order a new customer
352+
* account](https://developers.google.com/workspace/admin/reseller/v1/how-
347353
* tos/manage_customers#create_customer). After creating a new customer account, you must
348354
* provision a user as an administrator. The customer's administrator is required to sign in to
349355
* the Admin console and sign the G Suite via Reseller agreement to activate the account.
350356
* Resellers are prohibited from signing the G Suite via Reseller agreement on the customer's
351-
* behalf. For more information, see [order a new customer account](/admin-sdk/reseller/v1/how-
357+
* behalf. For more information, see [order a new customer
358+
* account](https://developers.google.com/workspace/admin/reseller/v1/how-
352359
* tos/manage_customers#tos).
353360
*
354361
* Create a request for the method "customers.insert".
@@ -603,7 +610,8 @@ public Patch set(String parameterName, Object value) {
603610
/**
604611
* Updates a customer account's settings. You cannot update `customerType` via the Reseller API, but
605612
* a `"team"` customer can verify their domain and become `customerType = "domain"`. For more
606-
* information, see [update a customer's settings](/admin-sdk/reseller/v1/how-
613+
* information, see [update a customer's
614+
* settings](https://developers.google.com/workspace/admin/reseller/v1/how-
607615
* tos/manage_customers#update_customer).
608616
*
609617
* Create a request for the method "customers.update".
@@ -631,7 +639,8 @@ public class Update extends ResellerRequest<com.google.api.services.reseller.mod
631639
/**
632640
* Updates a customer account's settings. You cannot update `customerType` via the Reseller API,
633641
* but a `"team"` customer can verify their domain and become `customerType = "domain"`. For more
634-
* information, see [update a customer's settings](/admin-sdk/reseller/v1/how-
642+
* information, see [update a customer's
643+
* settings](https://developers.google.com/workspace/admin/reseller/v1/how-
635644
* tos/manage_customers#update_customer).
636645
*
637646
* Create a request for the method "customers.update".
@@ -1303,7 +1312,7 @@ public Activate set(String parameterName, Object value) {
13031312
* Updates a subscription plan. Use this method to update a plan for a 30-day trial or a flexible
13041313
* plan subscription to an annual commitment plan with monthly or yearly payments. How a plan is
13051314
* updated differs depending on the plan and the products. For more information, see the description
1306-
* in [manage subscriptions](/admin-sdk/reseller/v1/how-
1315+
* in [manage subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
13071316
* tos/manage_subscriptions#update_subscription_plan).
13081317
*
13091318
* Create a request for the method "subscriptions.changePlan".
@@ -1336,7 +1345,8 @@ public class ChangePlan extends ResellerRequest<com.google.api.services.reseller
13361345
* Updates a subscription plan. Use this method to update a plan for a 30-day trial or a flexible
13371346
* plan subscription to an annual commitment plan with monthly or yearly payments. How a plan is
13381347
* updated differs depending on the plan and the products. For more information, see the
1339-
* description in [manage subscriptions](/admin-sdk/reseller/v1/how-
1348+
* description in [manage
1349+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
13401350
* tos/manage_subscriptions#update_subscription_plan).
13411351
*
13421352
* Create a request for the method "subscriptions.changePlan".
@@ -1484,8 +1494,9 @@ public ChangePlan set(String parameterName, Object value) {
14841494
}
14851495
/**
14861496
* Updates a user license's renewal settings. This is applicable for accounts with annual commitment
1487-
* plans only. For more information, see the description in [manage subscriptions](/admin-
1488-
* sdk/reseller/v1/how-tos/manage_subscriptions#update_renewal).
1497+
* plans only. For more information, see the description in [manage
1498+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
1499+
* tos/manage_subscriptions#update_renewal).
14891500
*
14901501
* Create a request for the method "subscriptions.changeRenewalSettings".
14911502
*
@@ -1517,7 +1528,8 @@ public class ChangeRenewalSettings extends ResellerRequest<com.google.api.servic
15171528
/**
15181529
* Updates a user license's renewal settings. This is applicable for accounts with annual
15191530
* commitment plans only. For more information, see the description in [manage
1520-
* subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#update_renewal).
1531+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
1532+
* tos/manage_subscriptions#update_renewal).
15211533
*
15221534
* Create a request for the method "subscriptions.changeRenewalSettings".
15231535
*
@@ -1664,8 +1676,9 @@ public ChangeRenewalSettings set(String parameterName, Object value) {
16641676
}
16651677
/**
16661678
* Updates a subscription's user license settings. For more information about updating an annual
1667-
* commitment plan or a flexible plan subscription’s licenses, see [Manage Subscriptions](/admin-
1668-
* sdk/reseller/v1/how-tos/manage_subscriptions#update_subscription_seat).
1679+
* commitment plan or a flexible plan subscription’s licenses, see [Manage
1680+
* Subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
1681+
* tos/manage_subscriptions#update_subscription_seat).
16691682
*
16701683
* Create a request for the method "subscriptions.changeSeats".
16711684
*
@@ -1695,8 +1708,9 @@ public class ChangeSeats extends ResellerRequest<com.google.api.services.reselle
16951708

16961709
/**
16971710
* Updates a subscription's user license settings. For more information about updating an annual
1698-
* commitment plan or a flexible plan subscription’s licenses, see [Manage Subscriptions](/admin-
1699-
* sdk/reseller/v1/how-tos/manage_subscriptions#update_subscription_seat).
1711+
* commitment plan or a flexible plan subscription’s licenses, see [Manage
1712+
* Subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
1713+
* tos/manage_subscriptions#update_subscription_seat).
17001714
*
17011715
* Create a request for the method "subscriptions.changeSeats".
17021716
*
@@ -2044,9 +2058,11 @@ public Delete set(String parameterName, Object value) {
20442058
}
20452059
/**
20462060
* Gets a specific subscription. The `subscriptionId` can be found using the [Retrieve all reseller
2047-
* subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#get_all_subscriptions) method.
2048-
* For more information about retrieving a specific subscription, see the information descrived in
2049-
* [manage subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#get_subscription).
2061+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2062+
* tos/manage_subscriptions#get_all_subscriptions) method. For more information about retrieving a
2063+
* specific subscription, see the information descrived in [manage
2064+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2065+
* tos/manage_subscriptions#get_subscription).
20502066
*
20512067
* Create a request for the method "subscriptions.get".
20522068
*
@@ -2075,10 +2091,11 @@ public class Get extends ResellerRequest<com.google.api.services.reseller.model.
20752091

20762092
/**
20772093
* Gets a specific subscription. The `subscriptionId` can be found using the [Retrieve all
2078-
* reseller subscriptions](/admin-sdk/reseller/v1/how-
2094+
* reseller subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
20792095
* tos/manage_subscriptions#get_all_subscriptions) method. For more information about retrieving a
2080-
* specific subscription, see the information descrived in [manage subscriptions](/admin-
2081-
* sdk/reseller/v1/how-tos/manage_subscriptions#get_subscription).
2096+
* specific subscription, see the information descrived in [manage
2097+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2098+
* tos/manage_subscriptions#get_subscription).
20822099
*
20832100
* Create a request for the method "subscriptions.get".
20842101
*
@@ -2233,15 +2250,18 @@ public Get set(String parameterName, Object value) {
22332250
}
22342251
/**
22352252
* Creates or transfer a subscription. Create a subscription for a customer's account that you
2236-
* ordered using the [Order a new customer account](/admin-
2237-
* sdk/reseller/v1/reference/customers/insert.html) method. For more information about creating a
2238-
* subscription for different payment plans, see [manage subscriptions](/admin-sdk/reseller/v1/how-
2253+
* ordered using the [Order a new customer account](https://developers.google.com/workspace/admin/re
2254+
* seller/v1/reference/customers/insert.html) method. For more information about creating a
2255+
* subscription for different payment plans, see [manage
2256+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
22392257
* tos/manage_subscriptions#create_subscription).\ If you did not order the customer's account using
22402258
* the customer insert method, use the customer's `customerAuthToken` when creating a subscription
22412259
* for that customer. If transferring a G Suite subscription with an associated Google Drive or
2242-
* Google Vault subscription, use the [batch operation](/admin-sdk/reseller/v1/how-tos/batch.html)
2243-
* to transfer all of these subscriptions. For more information, see how to [transfer
2244-
* subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions#transfer_a_subscription).
2260+
* Google Vault subscription, use the [batch
2261+
* operation](https://developers.google.com/workspace/admin/reseller/v1/how-tos/batch.html) to
2262+
* transfer all of these subscriptions. For more information, see how to [transfer
2263+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2264+
* tos/manage_subscriptions#transfer_a_subscription).
22452265
*
22462266
* Create a request for the method "subscriptions.insert".
22472267
*
@@ -2267,15 +2287,17 @@ public class Insert extends ResellerRequest<com.google.api.services.reseller.mod
22672287

22682288
/**
22692289
* Creates or transfer a subscription. Create a subscription for a customer's account that you
2270-
* ordered using the [Order a new customer account](/admin-
2271-
* sdk/reseller/v1/reference/customers/insert.html) method. For more information about creating a
2272-
* subscription for different payment plans, see [manage subscriptions](/admin-
2273-
* sdk/reseller/v1/how-tos/manage_subscriptions#create_subscription).\ If you did not order the
2274-
* customer's account using the customer insert method, use the customer's `customerAuthToken`
2275-
* when creating a subscription for that customer. If transferring a G Suite subscription with an
2276-
* associated Google Drive or Google Vault subscription, use the [batch operation](/admin-
2277-
* sdk/reseller/v1/how-tos/batch.html) to transfer all of these subscriptions. For more
2278-
* information, see how to [transfer subscriptions](/admin-sdk/reseller/v1/how-
2290+
* ordered using the [Order a new customer account](https://developers.google.com/workspace/admin/
2291+
* reseller/v1/reference/customers/insert.html) method. For more information about creating a
2292+
* subscription for different payment plans, see [manage
2293+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2294+
* tos/manage_subscriptions#create_subscription).\ If you did not order the customer's account
2295+
* using the customer insert method, use the customer's `customerAuthToken` when creating a
2296+
* subscription for that customer. If transferring a G Suite subscription with an associated
2297+
* Google Drive or Google Vault subscription, use the [batch
2298+
* operation](https://developers.google.com/workspace/admin/reseller/v1/how-tos/batch.html) to
2299+
* transfer all of these subscriptions. For more information, see how to [transfer
2300+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
22792301
* tos/manage_subscriptions#transfer_a_subscription).
22802302
*
22812303
* Create a request for the method "subscriptions.insert".
@@ -2482,7 +2504,8 @@ public Insert set(String parameterName, Object value) {
24822504
* Lists of subscriptions managed by the reseller. The list can be all subscriptions, all of a
24832505
* customer's subscriptions, or all of a customer's transferable subscriptions. Optionally, this
24842506
* method can filter the response by a `customerNamePrefix`. For more information, see [manage
2485-
* subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions).
2507+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2508+
* tos/manage_subscriptions).
24862509
*
24872510
* Create a request for the method "subscriptions.list".
24882511
*
@@ -2505,7 +2528,8 @@ public class List extends ResellerRequest<com.google.api.services.reseller.model
25052528
* Lists of subscriptions managed by the reseller. The list can be all subscriptions, all of a
25062529
* customer's subscriptions, or all of a customer's transferable subscriptions. Optionally, this
25072530
* method can filter the response by a `customerNamePrefix`. For more information, see [manage
2508-
* subscriptions](/admin-sdk/reseller/v1/how-tos/manage_subscriptions).
2531+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
2532+
* tos/manage_subscriptions).
25092533
*
25102534
* Create a request for the method "subscriptions.list".
25112535
*
@@ -2729,7 +2753,8 @@ public List set(String parameterName, Object value) {
27292753
/**
27302754
* Immediately move a 30-day free trial subscription to a paid service subscription. This method is
27312755
* only applicable if a payment plan has already been set up for the 30-day trial subscription. For
2732-
* more information, see [manage subscriptions](/admin-sdk/reseller/v1/how-
2756+
* more information, see [manage
2757+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
27332758
* tos/manage_subscriptions#paid_service).
27342759
*
27352760
* Create a request for the method "subscriptions.startPaidService".
@@ -2760,7 +2785,8 @@ public class StartPaidService extends ResellerRequest<com.google.api.services.re
27602785
/**
27612786
* Immediately move a 30-day free trial subscription to a paid service subscription. This method
27622787
* is only applicable if a payment plan has already been set up for the 30-day trial subscription.
2763-
* For more information, see [manage subscriptions](/admin-sdk/reseller/v1/how-
2788+
* For more information, see [manage
2789+
* subscriptions](https://developers.google.com/workspace/admin/reseller/v1/how-
27642790
* tos/manage_subscriptions#paid_service).
27652791
*
27662792
* Create a request for the method "subscriptions.startPaidService".

0 commit comments

Comments
 (0)