Skip to content

Commit 3ad73ff

Browse files
1 parent e2f4afc commit 3ad73ff

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

clients/google-api-services-content/v2.1/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-content</artifactId>
25-
<version>v2.1-rev20240719-2.0.0</version>
25+
<version>v2.1-rev20240723-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-content:v2.1-rev20240719-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20240723-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-content/v2.1/2.0.0/com/google/api/services/content/model/Product.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,8 @@ public final class Product extends com.google.api.client.json.GenericJson {
732732
private java.util.List<java.lang.String> sizes;
733733

734734
/**
735-
* The source of the offer, that is, how the offer was created. Acceptable values are: - "`api`" -
736-
* "`crawl`" - "`feed`"
735+
* Output only. The source of the offer, that is, how the offer was created. Acceptable values
736+
* are: - "`api`" - "`crawl`" - "`feed`"
737737
* The value may be {@code null}.
738738
*/
739739
@com.google.api.client.util.Key
@@ -2440,17 +2440,17 @@ public Product setSizes(java.util.List<java.lang.String> sizes) {
24402440
}
24412441

24422442
/**
2443-
* The source of the offer, that is, how the offer was created. Acceptable values are: - "`api`" -
2444-
* "`crawl`" - "`feed`"
2443+
* Output only. The source of the offer, that is, how the offer was created. Acceptable values
2444+
* are: - "`api`" - "`crawl`" - "`feed`"
24452445
* @return value or {@code null} for none
24462446
*/
24472447
public java.lang.String getSource() {
24482448
return source;
24492449
}
24502450

24512451
/**
2452-
* The source of the offer, that is, how the offer was created. Acceptable values are: - "`api`" -
2453-
* "`crawl`" - "`feed`"
2452+
* Output only. The source of the offer, that is, how the offer was created. Acceptable values
2453+
* are: - "`api`" - "`crawl`" - "`feed`"
24542454
* @param source source or {@code null} for none
24552455
*/
24562456
public Product setSource(java.lang.String source) {

clients/google-api-services-content/v2.1/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-content</artifactId>
11-
<version>v2.1-rev20240719-2.0.0</version>
12-
<name>Content API for Shopping v2.1-rev20240719-2.0.0</name>
11+
<version>v2.1-rev20240723-2.0.0</version>
12+
<name>Content API for Shopping v2.1-rev20240723-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-content/v2.1/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-content</artifactId>
25-
<version>v2.1-rev20240719-2.0.0</version>
25+
<version>v2.1-rev20240723-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-content:v2.1-rev20240719-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20240723-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)