Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1-rev20260722-2.0.0</version>
<version>accounts_v1-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260807-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,6 @@ public final class AccountService extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.String providerDisplayName;

/**
* Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability
* integration for the merchant.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private UcpCheckoutManagement ucpCheckoutManagement;

/**
* Service type for account aggregation. This enables the provider, which is an advanced account,
* to manage multiple sub-accounts (client accounts). Through this service, the advanced account
Expand Down Expand Up @@ -404,25 +396,6 @@ public AccountService setProviderDisplayName(java.lang.String providerDisplayNam
return this;
}

/**
* Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability
* integration for the merchant.
* @return value or {@code null} for none
*/
public UcpCheckoutManagement getUcpCheckoutManagement() {
return ucpCheckoutManagement;
}

/**
* Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability
* integration for the merchant.
* @param ucpCheckoutManagement ucpCheckoutManagement or {@code null} for none
*/
public AccountService setUcpCheckoutManagement(UcpCheckoutManagement ucpCheckoutManagement) {
this.ucpCheckoutManagement = ucpCheckoutManagement;
return this;
}

@Override
public AccountService set(String fieldName, Object value) {
return (AccountService) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
* product listings](https://support.google.com/merchants/answer/13889434) program, which enables
* products from a business's store to be shown across Google for free. The following list is the
* available set of program resource IDs accessible through the API: * `checkout` * `free-listings`
* * `product-ratings` * `shopping-ads` * `youtube-affiliate` * `youtube-shopping-checkout`
* * `product-ratings` * `shopping-ads` * `ucp-integration` (limited access) * `youtube-affiliate` *
* `youtube-shopping-checkout`
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1-rev20260722-2.0.0</version>
<name>Merchant API accounts_v1-rev20260722-2.0.0</name>
<version>accounts_v1-rev20260807-2.0.0</version>
<name>Merchant API accounts_v1-rev20260807-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1-rev20260722-2.0.0</version>
<version>accounts_v1-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260807-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1beta-rev20260722-2.0.0</version>
<version>accounts_v1beta-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260807-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,6 @@ public final class AccountService extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.String providerDisplayName;

/**
* Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability
* integration for the merchant.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private UcpCheckoutManagement ucpCheckoutManagement;

/**
* Service type for account aggregation. This enables the provider, which is an advanced account,
* to manage multiple sub-accounts (client accounts). Through this service, the advanced account
Expand Down Expand Up @@ -404,25 +396,6 @@ public AccountService setProviderDisplayName(java.lang.String providerDisplayNam
return this;
}

/**
* Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability
* integration for the merchant.
* @return value or {@code null} for none
*/
public UcpCheckoutManagement getUcpCheckoutManagement() {
return ucpCheckoutManagement;
}

/**
* Service type for UCP Checkout Management. The provider is managing the UCP Checkout capability
* integration for the merchant.
* @param ucpCheckoutManagement ucpCheckoutManagement or {@code null} for none
*/
public AccountService setUcpCheckoutManagement(UcpCheckoutManagement ucpCheckoutManagement) {
this.ucpCheckoutManagement = ucpCheckoutManagement;
return this;
}

@Override
public AccountService set(String fieldName, Object value) {
return (AccountService) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
* product listings](https://support.google.com/merchants/answer/13889434) program, which enables
* products from a business's store to be shown across Google for free. The following list is the
* available set of program resource IDs accessible through the API: * `checkout` * `free-listings`
* * `product-ratings` * `shopping-ads` * `youtube-affiliate` * `youtube-shopping-checkout`
* * `product-ratings` * `shopping-ads` * `ucp-integration` (limited access) * `youtube-affiliate` *
* `youtube-shopping-checkout`
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1beta-rev20260722-2.0.0</version>
<name>Merchant API accounts_v1beta-rev20260722-2.0.0</name>
<version>accounts_v1beta-rev20260807-2.0.0</version>
<name>Merchant API accounts_v1beta-rev20260807-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1beta-rev20260722-2.0.0</version>
<version>accounts_v1beta-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260807-2.0.0'
}
```

Expand Down
Loading