Skip to content
Merged
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>datasources_v1-rev20260527-2.0.0</version>
<version>datasources_v1-rev20260615-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public final class DefaultRule extends com.google.api.client.json.GenericJson {
* the order of this list will result in changing the priority of data sources in the default
* rule. For example, providing the following list: [`1001`, `self`] will take attribute values
* from supplemental data source `1001`, and fallback to `self` if the attribute is not set in
* `1001`.
* `1001`. Warning: The update (patch) and create call replaces the entire default rule setup. It
* doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -61,7 +63,9 @@ public final class DefaultRule extends com.google.api.client.json.GenericJson {
* the order of this list will result in changing the priority of data sources in the default
* rule. For example, providing the following list: [`1001`, `self`] will take attribute values
* from supplemental data source `1001`, and fallback to `self` if the attribute is not set in
* `1001`.
* `1001`. Warning: The update (patch) and create call replaces the entire default rule setup. It
* doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @return value or {@code null} for none
*/
public java.util.List<DataSourceReference> getTakeFromDataSources() {
Expand All @@ -78,7 +82,9 @@ public java.util.List<DataSourceReference> getTakeFromDataSources() {
* the order of this list will result in changing the priority of data sources in the default
* rule. For example, providing the following list: [`1001`, `self`] will take attribute values
* from supplemental data source `1001`, and fallback to `self` if the attribute is not set in
* `1001`.
* `1001`. Warning: The update (patch) and create call replaces the entire default rule setup. It
* doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @param takeFromDataSources takeFromDataSources or {@code null} for none
*/
public DefaultRule setTakeFromDataSources(java.util.List<DataSourceReference> takeFromDataSources) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public final class PrimaryProductDataSource extends com.google.api.client.json.G

/**
* Optional. Default rule management of the data source. If set, the linked data sources will be
* replaced.
* replaced. Warning: The update (patch) and create call replaces the entire default rule setup.
* It doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -145,7 +147,9 @@ public PrimaryProductDataSource setCountries(java.util.List<java.lang.String> co

/**
* Optional. Default rule management of the data source. If set, the linked data sources will be
* replaced.
* replaced. Warning: The update (patch) and create call replaces the entire default rule setup.
* It doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @return value or {@code null} for none
*/
public DefaultRule getDefaultRule() {
Expand All @@ -154,7 +158,9 @@ public DefaultRule getDefaultRule() {

/**
* Optional. Default rule management of the data source. If set, the linked data sources will be
* replaced.
* replaced. Warning: The update (patch) and create call replaces the entire default rule setup.
* It doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @param defaultRule defaultRule or {@code null} for none
*/
public PrimaryProductDataSource setDefaultRule(DefaultRule defaultRule) {
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-rev20260527-2.0.0</version>
<name>Merchant API datasources_v1-rev20260527-2.0.0</name>
<version>datasources_v1-rev20260615-2.0.0</version>
<name>Merchant API datasources_v1-rev20260615-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-rev20260527-2.0.0</version>
<version>datasources_v1-rev20260615-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-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-rev20260527-2.0.0</version>
<version>datasources_v1beta-rev20260615-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public final class DefaultRule extends com.google.api.client.json.GenericJson {
* the order of this list will result in changing the priority of data sources in the default
* rule. For example, providing the following list: [`1001`, `self`] will take attribute values
* from supplemental data source `1001`, and fallback to `self` if the attribute is not set in
* `1001`.
* `1001`. Warning: The update (patch) and create call replaces the entire default rule setup. It
* doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -61,7 +63,9 @@ public final class DefaultRule extends com.google.api.client.json.GenericJson {
* the order of this list will result in changing the priority of data sources in the default
* rule. For example, providing the following list: [`1001`, `self`] will take attribute values
* from supplemental data source `1001`, and fallback to `self` if the attribute is not set in
* `1001`.
* `1001`. Warning: The update (patch) and create call replaces the entire default rule setup. It
* doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @return value or {@code null} for none
*/
public java.util.List<DataSourceReference> getTakeFromDataSources() {
Expand All @@ -78,7 +82,9 @@ public java.util.List<DataSourceReference> getTakeFromDataSources() {
* the order of this list will result in changing the priority of data sources in the default
* rule. For example, providing the following list: [`1001`, `self`] will take attribute values
* from supplemental data source `1001`, and fallback to `self` if the attribute is not set in
* `1001`.
* `1001`. Warning: The update (patch) and create call replaces the entire default rule setup. It
* doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @param takeFromDataSources takeFromDataSources or {@code null} for none
*/
public DefaultRule setTakeFromDataSources(java.util.List<DataSourceReference> takeFromDataSources) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ public final class PrimaryProductDataSource extends com.google.api.client.json.G

/**
* Optional. Default rule management of the data source. If set, the linked data sources will be
* replaced.
* replaced. Warning: The update (patch) and create call replaces the entire default rule setup.
* It doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -160,7 +162,9 @@ public PrimaryProductDataSource setCountries(java.util.List<java.lang.String> co

/**
* Optional. Default rule management of the data source. If set, the linked data sources will be
* replaced.
* replaced. Warning: The update (patch) and create call replaces the entire default rule setup.
* It doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @return value or {@code null} for none
*/
public DefaultRule getDefaultRule() {
Expand All @@ -169,7 +173,9 @@ public DefaultRule getDefaultRule() {

/**
* Optional. Default rule management of the data source. If set, the linked data sources will be
* replaced.
* replaced. Warning: The update (patch) and create call replaces the entire default rule setup.
* It doesn't work as an addition or append. If `self` is missing from the list of
* `take_from_data_sources`, the API will ignore attributes from the primary data source itself.
* @param defaultRule defaultRule or {@code null} for none
*/
public PrimaryProductDataSource setDefaultRule(DefaultRule defaultRule) {
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_v1beta-rev20260527-2.0.0</version>
<name>Merchant API datasources_v1beta-rev20260527-2.0.0</name>
<version>datasources_v1beta-rev20260615-2.0.0</version>
<name>Merchant API datasources_v1beta-rev20260615-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_v1beta-rev20260527-2.0.0</version>
<version>datasources_v1beta-rev20260615-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-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-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>notifications_v1-rev20260527-2.0.0</version>
<version>notifications_v1-rev20260615-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260615-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ public class Notificationsubscriptions {

/**
* Creates a notification subscription for a business. For standalone or subaccounts accounts, the
* business can create a subscription for self. For MCAs, the business can create a subscription for
* all managed accounts or for a specific subaccount. See [Decode
* business can create a subscription for self. For advanced accounts, the business can create a
* subscription for all managed accounts or for a specific subaccount. See [Decode
* notifications](/merchant/api/guides/accounts/notifications#decode_notifications) for information
* on how to decode the notification payload and how to interpret its contents. We will allow the
* following types of notification subscriptions to exist together (per business as a subscriber per
Expand Down Expand Up @@ -211,8 +211,8 @@ public class Create extends MerchantRequest<com.google.api.services.merchantapi.

/**
* Creates a notification subscription for a business. For standalone or subaccounts accounts, the
* business can create a subscription for self. For MCAs, the business can create a subscription
* for all managed accounts or for a specific subaccount. See [Decode
* business can create a subscription for self. For advanced accounts, the business can create a
* subscription for all managed accounts or for a specific subaccount. See [Decode
* notifications](/merchant/api/guides/accounts/notifications#decode_notifications) for
* information on how to decode the notification payload and how to interpret its contents. We
* will allow the following types of notification subscriptions to exist together (per business as
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>notifications_v1-rev20260527-2.0.0</version>
<name>Merchant API notifications_v1-rev20260527-2.0.0</name>
<version>notifications_v1-rev20260615-2.0.0</version>
<name>Merchant API notifications_v1-rev20260615-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>notifications_v1-rev20260527-2.0.0</version>
<version>notifications_v1-rev20260615-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260615-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>notifications_v1beta-rev20260527-2.0.0</version>
<version>notifications_v1beta-rev20260615-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260615-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ public class Notificationsubscriptions {

/**
* Creates a notification subscription for a business. For standalone or subaccounts accounts, the
* business can create a subscription for self. For MCAs, the business can create a subscription for
* all managed accounts or for a specific subaccount. See [Decode
* business can create a subscription for self. For advanced accounts, the business can create a
* subscription for all managed accounts or for a specific subaccount. See [Decode
* notifications](/merchant/api/guides/accounts/notifications#decode_notifications) for information
* on how to decode the notification payload and how to interpret its contents. We will allow the
* following types of notification subscriptions to exist together (per business as a subscriber per
Expand Down Expand Up @@ -211,8 +211,8 @@ public class Create extends MerchantRequest<com.google.api.services.merchantapi.

/**
* Creates a notification subscription for a business. For standalone or subaccounts accounts, the
* business can create a subscription for self. For MCAs, the business can create a subscription
* for all managed accounts or for a specific subaccount. See [Decode
* business can create a subscription for self. For advanced accounts, the business can create a
* subscription for all managed accounts or for a specific subaccount. See [Decode
* notifications](/merchant/api/guides/accounts/notifications#decode_notifications) for
* information on how to decode the notification payload and how to interpret its contents. We
* will allow the following types of notification subscriptions to exist together (per business as
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>notifications_v1beta-rev20260527-2.0.0</version>
<name>Merchant API notifications_v1beta-rev20260527-2.0.0</name>
<version>notifications_v1beta-rev20260615-2.0.0</version>
<name>Merchant API notifications_v1beta-rev20260615-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>notifications_v1beta-rev20260527-2.0.0</version>
<version>notifications_v1beta-rev20260615-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260615-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>reports_v1-rev20260527-2.0.0</version>
<version>reports_v1-rev20260615-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1-rev20260615-2.0.0'
}
```

Expand Down
Loading
Loading