Skip to content

Commit abf9fa8

Browse files
1 parent a86d25b commit abf9fa8

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

clients/google-api-services-merchantapi/inventories_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>inventories_v1beta-rev20241101-2.0.0</version>
25+
<version>inventories_v1beta-rev20241109-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:inventories_v1beta-rev20241101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20241109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/inventories_v1beta/2.0.0/com/google/api/services/merchantapi/inventories_v1beta/model/RegionalInventory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Regional inventory information for the product. Represents specific information like price and
21-
* availability for a given product in a specific `region`. For a list of all accepted attribute
21+
* availability for a given product in a specific `region`.For a list of all accepted attribute
2222
* values, see the [regional product inventory data
2323
* specification](https://support.google.com/merchants/answer/9698880).
2424
*

clients/google-api-services-merchantapi/inventories_v1beta/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>inventories_v1beta-rev20241101-2.0.0</version>
12-
<name>Merchant API inventories_v1beta-rev20241101-2.0.0</name>
11+
<version>inventories_v1beta-rev20241109-2.0.0</version>
12+
<name>Merchant API inventories_v1beta-rev20241109-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/inventories_v1beta/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>inventories_v1beta-rev20241101-2.0.0</version>
25+
<version>inventories_v1beta-rev20241109-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:inventories_v1beta-rev20241101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20241109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/quota_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>quota_v1beta-rev20241101-2.0.0</version>
25+
<version>quota_v1beta-rev20241109-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:quota_v1beta-rev20241101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:quota_v1beta-rev20241109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/quota_v1beta/2.0.0/com/google/api/services/merchantapi/quota_v1beta/model/ListQuotaGroupsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class ListQuotaGroupsResponse extends com.google.api.client.json.Ge
3939

4040
/**
4141
* The methods, current quota usage and limits per each group. The quota is shared between all
42-
* methods in the group. The groups are sorted in descending order based on quotaUsage.
42+
* methods in the group. The groups are sorted in descending order based on quota_usage.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -66,7 +66,7 @@ public ListQuotaGroupsResponse setNextPageToken(java.lang.String nextPageToken)
6666

6767
/**
6868
* The methods, current quota usage and limits per each group. The quota is shared between all
69-
* methods in the group. The groups are sorted in descending order based on quotaUsage.
69+
* methods in the group. The groups are sorted in descending order based on quota_usage.
7070
* @return value or {@code null} for none
7171
*/
7272
public java.util.List<QuotaGroup> getQuotaGroups() {
@@ -75,7 +75,7 @@ public java.util.List<QuotaGroup> getQuotaGroups() {
7575

7676
/**
7777
* The methods, current quota usage and limits per each group. The quota is shared between all
78-
* methods in the group. The groups are sorted in descending order based on quotaUsage.
78+
* methods in the group. The groups are sorted in descending order based on quota_usage.
7979
* @param quotaGroups quotaGroups or {@code null} for none
8080
*/
8181
public ListQuotaGroupsResponse setQuotaGroups(java.util.List<QuotaGroup> quotaGroups) {

clients/google-api-services-merchantapi/quota_v1beta/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>quota_v1beta-rev20241101-2.0.0</version>
12-
<name>Merchant API quota_v1beta-rev20241101-2.0.0</name>
11+
<version>quota_v1beta-rev20241109-2.0.0</version>
12+
<name>Merchant API quota_v1beta-rev20241109-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/quota_v1beta/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>quota_v1beta-rev20241101-2.0.0</version>
25+
<version>quota_v1beta-rev20241109-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:quota_v1beta-rev20241101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:quota_v1beta-rev20241109-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)