Skip to content

Commit 83dd1c2

Browse files
1 parent 87e031e commit 83dd1c2

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
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-rev20251112-2.0.0</version>
25+
<version>v2.1-rev20251209-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-rev20251112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20251209-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class ProductStatusDestinationStatus extends com.google.api.client.
3737
@com.google.api.client.util.Key
3838
private java.util.List<java.lang.String> approvedCountries;
3939

40+
/**
41+
* The channel of the destination.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String channel;
46+
4047
/**
4148
* The name of the destination
4249
* The value may be {@code null}.
@@ -82,6 +89,23 @@ public ProductStatusDestinationStatus setApprovedCountries(java.util.List<java.l
8289
return this;
8390
}
8491

92+
/**
93+
* The channel of the destination.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.lang.String getChannel() {
97+
return channel;
98+
}
99+
100+
/**
101+
* The channel of the destination.
102+
* @param channel channel or {@code null} for none
103+
*/
104+
public ProductStatusDestinationStatus setChannel(java.lang.String channel) {
105+
this.channel = channel;
106+
return this;
107+
}
108+
85109
/**
86110
* The name of the destination
87111
* @return value or {@code null} for none

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-rev20251112-2.0.0</version>
12-
<name>Content API for Shopping v2.1-rev20251112-2.0.0</name>
11+
<version>v2.1-rev20251209-2.0.0</version>
12+
<name>Content API for Shopping v2.1-rev20251209-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-rev20251112-2.0.0</version>
25+
<version>v2.1-rev20251209-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-rev20251112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20251209-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)