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-rev20260527-2.0.0</version>
<version>accounts_v1-rev20260722-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260722-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ 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 @@ -396,6 +404,25 @@ 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
@@ -0,0 +1,42 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.merchantapi.accounts_v1.model;

/**
* `UcpCheckoutManagement` payload.
*
* <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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class UcpCheckoutManagement extends com.google.api.client.json.GenericJson {

@Override
public UcpCheckoutManagement set(String fieldName, Object value) {
return (UcpCheckoutManagement) super.set(fieldName, value);
}

@Override
public UcpCheckoutManagement clone() {
return (UcpCheckoutManagement) super.clone();
}

}
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-rev20260527-2.0.0</version>
<name>Merchant API accounts_v1-rev20260527-2.0.0</name>
<version>accounts_v1-rev20260722-2.0.0</version>
<name>Merchant API accounts_v1-rev20260722-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-rev20260527-2.0.0</version>
<version>accounts_v1-rev20260722-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260722-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-rev20260527-2.0.0</version>
<version>accounts_v1beta-rev20260722-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260722-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ 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 @@ -396,6 +404,25 @@ 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
@@ -0,0 +1,42 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.merchantapi.accounts_v1beta.model;

/**
* `UcpCheckoutManagement` payload.
*
* <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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class UcpCheckoutManagement extends com.google.api.client.json.GenericJson {

@Override
public UcpCheckoutManagement set(String fieldName, Object value) {
return (UcpCheckoutManagement) super.set(fieldName, value);
}

@Override
public UcpCheckoutManagement clone() {
return (UcpCheckoutManagement) super.clone();
}

}
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-rev20260527-2.0.0</version>
<name>Merchant API accounts_v1beta-rev20260527-2.0.0</name>
<version>accounts_v1beta-rev20260722-2.0.0</version>
<name>Merchant API accounts_v1beta-rev20260722-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-rev20260527-2.0.0</version>
<version>accounts_v1beta-rev20260722-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260722-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>datasources_v1-rev20260615-2.0.0</version>
<version>datasources_v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260719-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
public final class DataSourceReference extends com.google.api.client.json.GenericJson {

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -53,17 +53,17 @@ public final class DataSourceReference extends com.google.api.client.json.Generi
private java.lang.String supplementalDataSourceName;

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @return value or {@code null} for none
*/
public java.lang.String getPrimaryDataSourceName() {
return primaryDataSourceName;
}

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @param primaryDataSourceName primaryDataSourceName or {@code null} for none
*/
public DataSourceReference setPrimaryDataSourceName(java.lang.String primaryDataSourceName) {
Expand Down
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>datasources_v1-rev20260615-2.0.0</version>
<name>Merchant API datasources_v1-rev20260615-2.0.0</name>
<version>datasources_v1-rev20260719-2.0.0</version>
<name>Merchant API datasources_v1-rev20260719-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>datasources_v1-rev20260615-2.0.0</version>
<version>datasources_v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260719-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>datasources_v1beta-rev20260615-2.0.0</version>
<version>datasources_v1beta-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260719-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
public final class DataSourceReference extends com.google.api.client.json.GenericJson {

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -53,17 +53,17 @@ public final class DataSourceReference extends com.google.api.client.json.Generi
private java.lang.String supplementalDataSourceName;

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @return value or {@code null} for none
*/
public java.lang.String getPrimaryDataSourceName() {
return primaryDataSourceName;
}

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @param primaryDataSourceName primaryDataSourceName or {@code null} for none
*/
public DataSourceReference setPrimaryDataSourceName(java.lang.String primaryDataSourceName) {
Expand Down
Loading
Loading