Skip to content

Commit 026ab9b

Browse files
1 parent b4ac9d3 commit 026ab9b

File tree

8 files changed

+228
-228
lines changed

8 files changed

+228
-228
lines changed

clients/google-api-services-merchantapi/accounts_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-merchantapi</artifactId>
25-
<version>accounts_v1-rev20251021-2.0.0</version>
25+
<version>accounts_v1-rev20251023-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-merchantapi:accounts_v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20251023-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/Merchant.java

Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -558,114 +558,6 @@ public Get set(String parameterName, Object value) {
558558
return (Get) super.set(parameterName, value);
559559
}
560560
}
561-
/**
562-
* Retrieves the merchant account that the calling GCP is registered with.
563-
*
564-
* Create a request for the method "accounts.getAccountForGcpRegistration".
565-
*
566-
* This request holds the parameters needed by the merchantapi server. After setting any optional
567-
* parameters, call the {@link GetAccountForGcpRegistration#execute()} method to invoke the remote
568-
* operation.
569-
*
570-
* @return the request
571-
*/
572-
public GetAccountForGcpRegistration getAccountForGcpRegistration() throws java.io.IOException {
573-
GetAccountForGcpRegistration result = new GetAccountForGcpRegistration();
574-
initialize(result);
575-
return result;
576-
}
577-
578-
public class GetAccountForGcpRegistration extends MerchantRequest<com.google.api.services.merchantapi.accounts_v1.model.GetAccountForGcpRegistrationResponse> {
579-
580-
private static final String REST_PATH = "accounts/v1/accounts:getAccountForGcpRegistration";
581-
582-
/**
583-
* Retrieves the merchant account that the calling GCP is registered with.
584-
*
585-
* Create a request for the method "accounts.getAccountForGcpRegistration".
586-
*
587-
* This request holds the parameters needed by the the merchantapi server. After setting any
588-
* optional parameters, call the {@link GetAccountForGcpRegistration#execute()} method to invoke
589-
* the remote operation. <p> {@link GetAccountForGcpRegistration#initialize(com.google.api.client.
590-
* googleapis.services.AbstractGoogleClientRequest)} must be called to initialize this instance
591-
* immediately after invoking the constructor. </p>
592-
*
593-
* @since 1.13
594-
*/
595-
protected GetAccountForGcpRegistration() {
596-
super(Merchant.this, "GET", REST_PATH, null, com.google.api.services.merchantapi.accounts_v1.model.GetAccountForGcpRegistrationResponse.class);
597-
}
598-
599-
@Override
600-
public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException {
601-
return super.executeUsingHead();
602-
}
603-
604-
@Override
605-
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException {
606-
return super.buildHttpRequestUsingHead();
607-
}
608-
609-
@Override
610-
public GetAccountForGcpRegistration set$Xgafv(java.lang.String $Xgafv) {
611-
return (GetAccountForGcpRegistration) super.set$Xgafv($Xgafv);
612-
}
613-
614-
@Override
615-
public GetAccountForGcpRegistration setAccessToken(java.lang.String accessToken) {
616-
return (GetAccountForGcpRegistration) super.setAccessToken(accessToken);
617-
}
618-
619-
@Override
620-
public GetAccountForGcpRegistration setAlt(java.lang.String alt) {
621-
return (GetAccountForGcpRegistration) super.setAlt(alt);
622-
}
623-
624-
@Override
625-
public GetAccountForGcpRegistration setCallback(java.lang.String callback) {
626-
return (GetAccountForGcpRegistration) super.setCallback(callback);
627-
}
628-
629-
@Override
630-
public GetAccountForGcpRegistration setFields(java.lang.String fields) {
631-
return (GetAccountForGcpRegistration) super.setFields(fields);
632-
}
633-
634-
@Override
635-
public GetAccountForGcpRegistration setKey(java.lang.String key) {
636-
return (GetAccountForGcpRegistration) super.setKey(key);
637-
}
638-
639-
@Override
640-
public GetAccountForGcpRegistration setOauthToken(java.lang.String oauthToken) {
641-
return (GetAccountForGcpRegistration) super.setOauthToken(oauthToken);
642-
}
643-
644-
@Override
645-
public GetAccountForGcpRegistration setPrettyPrint(java.lang.Boolean prettyPrint) {
646-
return (GetAccountForGcpRegistration) super.setPrettyPrint(prettyPrint);
647-
}
648-
649-
@Override
650-
public GetAccountForGcpRegistration setQuotaUser(java.lang.String quotaUser) {
651-
return (GetAccountForGcpRegistration) super.setQuotaUser(quotaUser);
652-
}
653-
654-
@Override
655-
public GetAccountForGcpRegistration setUploadType(java.lang.String uploadType) {
656-
return (GetAccountForGcpRegistration) super.setUploadType(uploadType);
657-
}
658-
659-
@Override
660-
public GetAccountForGcpRegistration setUploadProtocol(java.lang.String uploadProtocol) {
661-
return (GetAccountForGcpRegistration) super.setUploadProtocol(uploadProtocol);
662-
}
663-
664-
@Override
665-
public GetAccountForGcpRegistration set(String parameterName, Object value) {
666-
return (GetAccountForGcpRegistration) super.set(parameterName, value);
667-
}
668-
}
669561
/**
670562
* Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not
671563
* for the Merchant Center ID or the advanced account ID. To list several sub-accounts, you should
@@ -2570,6 +2462,114 @@ public DeveloperRegistration developerRegistration() {
25702462
*/
25712463
public class DeveloperRegistration {
25722464

2465+
/**
2466+
* Retrieves the merchant account that the calling GCP is registered with.
2467+
*
2468+
* Create a request for the method "developerRegistration.getAccountForGcpRegistration".
2469+
*
2470+
* This request holds the parameters needed by the merchantapi server. After setting any optional
2471+
* parameters, call the {@link GetAccountForGcpRegistration#execute()} method to invoke the remote
2472+
* operation.
2473+
*
2474+
* @return the request
2475+
*/
2476+
public GetAccountForGcpRegistration getAccountForGcpRegistration() throws java.io.IOException {
2477+
GetAccountForGcpRegistration result = new GetAccountForGcpRegistration();
2478+
initialize(result);
2479+
return result;
2480+
}
2481+
2482+
public class GetAccountForGcpRegistration extends MerchantRequest<com.google.api.services.merchantapi.accounts_v1.model.GetAccountForGcpRegistrationResponse> {
2483+
2484+
private static final String REST_PATH = "accounts/v1/accounts:getAccountForGcpRegistration";
2485+
2486+
/**
2487+
* Retrieves the merchant account that the calling GCP is registered with.
2488+
*
2489+
* Create a request for the method "developerRegistration.getAccountForGcpRegistration".
2490+
*
2491+
* This request holds the parameters needed by the the merchantapi server. After setting any
2492+
* optional parameters, call the {@link GetAccountForGcpRegistration#execute()} method to invoke
2493+
* the remote operation. <p> {@link GetAccountForGcpRegistration#initialize(com.google.api.client.
2494+
* googleapis.services.AbstractGoogleClientRequest)} must be called to initialize this instance
2495+
* immediately after invoking the constructor. </p>
2496+
*
2497+
* @since 1.13
2498+
*/
2499+
protected GetAccountForGcpRegistration() {
2500+
super(Merchant.this, "GET", REST_PATH, null, com.google.api.services.merchantapi.accounts_v1.model.GetAccountForGcpRegistrationResponse.class);
2501+
}
2502+
2503+
@Override
2504+
public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException {
2505+
return super.executeUsingHead();
2506+
}
2507+
2508+
@Override
2509+
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException {
2510+
return super.buildHttpRequestUsingHead();
2511+
}
2512+
2513+
@Override
2514+
public GetAccountForGcpRegistration set$Xgafv(java.lang.String $Xgafv) {
2515+
return (GetAccountForGcpRegistration) super.set$Xgafv($Xgafv);
2516+
}
2517+
2518+
@Override
2519+
public GetAccountForGcpRegistration setAccessToken(java.lang.String accessToken) {
2520+
return (GetAccountForGcpRegistration) super.setAccessToken(accessToken);
2521+
}
2522+
2523+
@Override
2524+
public GetAccountForGcpRegistration setAlt(java.lang.String alt) {
2525+
return (GetAccountForGcpRegistration) super.setAlt(alt);
2526+
}
2527+
2528+
@Override
2529+
public GetAccountForGcpRegistration setCallback(java.lang.String callback) {
2530+
return (GetAccountForGcpRegistration) super.setCallback(callback);
2531+
}
2532+
2533+
@Override
2534+
public GetAccountForGcpRegistration setFields(java.lang.String fields) {
2535+
return (GetAccountForGcpRegistration) super.setFields(fields);
2536+
}
2537+
2538+
@Override
2539+
public GetAccountForGcpRegistration setKey(java.lang.String key) {
2540+
return (GetAccountForGcpRegistration) super.setKey(key);
2541+
}
2542+
2543+
@Override
2544+
public GetAccountForGcpRegistration setOauthToken(java.lang.String oauthToken) {
2545+
return (GetAccountForGcpRegistration) super.setOauthToken(oauthToken);
2546+
}
2547+
2548+
@Override
2549+
public GetAccountForGcpRegistration setPrettyPrint(java.lang.Boolean prettyPrint) {
2550+
return (GetAccountForGcpRegistration) super.setPrettyPrint(prettyPrint);
2551+
}
2552+
2553+
@Override
2554+
public GetAccountForGcpRegistration setQuotaUser(java.lang.String quotaUser) {
2555+
return (GetAccountForGcpRegistration) super.setQuotaUser(quotaUser);
2556+
}
2557+
2558+
@Override
2559+
public GetAccountForGcpRegistration setUploadType(java.lang.String uploadType) {
2560+
return (GetAccountForGcpRegistration) super.setUploadType(uploadType);
2561+
}
2562+
2563+
@Override
2564+
public GetAccountForGcpRegistration setUploadProtocol(java.lang.String uploadProtocol) {
2565+
return (GetAccountForGcpRegistration) super.setUploadProtocol(uploadProtocol);
2566+
}
2567+
2568+
@Override
2569+
public GetAccountForGcpRegistration set(String parameterName, Object value) {
2570+
return (GetAccountForGcpRegistration) super.set(parameterName, value);
2571+
}
2572+
}
25732573
/**
25742574
* Retrieves a developer registration for a merchant.
25752575
*

clients/google-api-services-merchantapi/accounts_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-merchantapi</artifactId>
11-
<version>accounts_v1-rev20251021-2.0.0</version>
12-
<name>Merchant API accounts_v1-rev20251021-2.0.0</name>
11+
<version>accounts_v1-rev20251023-2.0.0</version>
12+
<name>Merchant API accounts_v1-rev20251023-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_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-merchantapi</artifactId>
25-
<version>accounts_v1-rev20251021-2.0.0</version>
25+
<version>accounts_v1-rev20251023-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-merchantapi:accounts_v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20251023-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_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-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20251021-2.0.0</version>
25+
<version>accounts_v1beta-rev20251023-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-merchantapi:accounts_v1beta-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20251023-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)