Skip to content

Commit 7069baf

Browse files
1 parent 93f9f76 commit 7069baf

File tree

5 files changed

+44
-42
lines changed

5 files changed

+44
-42
lines changed

clients/google-api-services-css/v1/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-css</artifactId>
25-
<version>v1-rev20241217-2.0.0</version>
25+
<version>v1-rev20250106-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-css:v1-rev20241217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-css:v1-rev20250106-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-css/v1/2.0.0/com/google/api/services/css/v1/Css.java

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -996,28 +996,30 @@ public Insert setParent(java.lang.String parent) {
996996
}
997997

998998
/**
999-
* Optional. The primary or supplemental feed id. If CSS Product already exists and feed id
1000-
* provided is different, then the CSS Product will be moved to a new feed. Note: For now,
1001-
* CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
1002-
* supplemental feed support for CSS Products yet.
999+
* Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or
1000+
* supplemental feed id. If CSS Product already exists and feed id provided is different,
1001+
* then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to
1002+
* provide feed ids as we create feeds on the fly. We do not have supplemental feed support
1003+
* for CSS Products yet.
10031004
*/
10041005
@com.google.api.client.util.Key
10051006
private java.lang.Long feedId;
10061007

1007-
/** Optional. The primary or supplemental feed id. If CSS Product already exists and feed id provided
1008-
is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to
1009-
provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS
1010-
Products yet.
1008+
/** Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or supplemental feed
1009+
id. If CSS Product already exists and feed id provided is different, then the CSS Product will be
1010+
moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the
1011+
fly. We do not have supplemental feed support for CSS Products yet.
10111012
*/
10121013
public java.lang.Long getFeedId() {
10131014
return feedId;
10141015
}
10151016

10161017
/**
1017-
* Optional. The primary or supplemental feed id. If CSS Product already exists and feed id
1018-
* provided is different, then the CSS Product will be moved to a new feed. Note: For now,
1019-
* CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
1020-
* supplemental feed support for CSS Products yet.
1018+
* Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or
1019+
* supplemental feed id. If CSS Product already exists and feed id provided is different,
1020+
* then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to
1021+
* provide feed ids as we create feeds on the fly. We do not have supplemental feed support
1022+
* for CSS Products yet.
10211023
*/
10221024
public Insert setFeedId(java.lang.Long feedId) {
10231025
this.feedId = feedId;

clients/google-api-services-css/v1/2.0.0/com/google/api/services/css/v1/model/CssProductInput.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ public final class CssProductInput extends com.google.api.client.json.GenericJso
7373
private java.lang.String finalName;
7474

7575
/**
76-
* Represents the existing version (freshness) of the CSS Product, which can be used to preserve
77-
* the right order when multiple updates are done at the same time. This field must not be set to
78-
* the future time. If set, the update is prevented if a newer version of the item already exists
79-
* in our system (that is the last update time of the existing CSS products is later than the
80-
* freshness time set in the update). If the update happens, the last update time is then set to
81-
* this freshness time. If not set, the update will not be prevented and the last update time will
82-
* default to when this request was received by the CSS API. If the operation is prevented, the
83-
* aborted exception will be thrown.
76+
* DEPRECATED. Use expiration_date instead. Represents the existing version (freshness) of the CSS
77+
* Product, which can be used to preserve the right order when multiple updates are done at the
78+
* same time. This field must not be set to the future time. If set, the update is prevented if a
79+
* newer version of the item already exists in our system (that is the last update time of the
80+
* existing CSS products is later than the freshness time set in the update). If the update
81+
* happens, the last update time is then set to this freshness time. If not set, the update will
82+
* not be prevented and the last update time will default to when this request was received by the
83+
* CSS API. If the operation is prevented, the aborted exception will be thrown.
8484
* The value may be {@code null}.
8585
*/
8686
@com.google.api.client.util.Key
@@ -204,29 +204,29 @@ public CssProductInput setFinalName(java.lang.String finalName) {
204204
}
205205

206206
/**
207-
* Represents the existing version (freshness) of the CSS Product, which can be used to preserve
208-
* the right order when multiple updates are done at the same time. This field must not be set to
209-
* the future time. If set, the update is prevented if a newer version of the item already exists
210-
* in our system (that is the last update time of the existing CSS products is later than the
211-
* freshness time set in the update). If the update happens, the last update time is then set to
212-
* this freshness time. If not set, the update will not be prevented and the last update time will
213-
* default to when this request was received by the CSS API. If the operation is prevented, the
214-
* aborted exception will be thrown.
207+
* DEPRECATED. Use expiration_date instead. Represents the existing version (freshness) of the CSS
208+
* Product, which can be used to preserve the right order when multiple updates are done at the
209+
* same time. This field must not be set to the future time. If set, the update is prevented if a
210+
* newer version of the item already exists in our system (that is the last update time of the
211+
* existing CSS products is later than the freshness time set in the update). If the update
212+
* happens, the last update time is then set to this freshness time. If not set, the update will
213+
* not be prevented and the last update time will default to when this request was received by the
214+
* CSS API. If the operation is prevented, the aborted exception will be thrown.
215215
* @return value or {@code null} for none
216216
*/
217217
public String getFreshnessTime() {
218218
return freshnessTime;
219219
}
220220

221221
/**
222-
* Represents the existing version (freshness) of the CSS Product, which can be used to preserve
223-
* the right order when multiple updates are done at the same time. This field must not be set to
224-
* the future time. If set, the update is prevented if a newer version of the item already exists
225-
* in our system (that is the last update time of the existing CSS products is later than the
226-
* freshness time set in the update). If the update happens, the last update time is then set to
227-
* this freshness time. If not set, the update will not be prevented and the last update time will
228-
* default to when this request was received by the CSS API. If the operation is prevented, the
229-
* aborted exception will be thrown.
222+
* DEPRECATED. Use expiration_date instead. Represents the existing version (freshness) of the CSS
223+
* Product, which can be used to preserve the right order when multiple updates are done at the
224+
* same time. This field must not be set to the future time. If set, the update is prevented if a
225+
* newer version of the item already exists in our system (that is the last update time of the
226+
* existing CSS products is later than the freshness time set in the update). If the update
227+
* happens, the last update time is then set to this freshness time. If not set, the update will
228+
* not be prevented and the last update time will default to when this request was received by the
229+
* CSS API. If the operation is prevented, the aborted exception will be thrown.
230230
* @param freshnessTime freshnessTime or {@code null} for none
231231
*/
232232
public CssProductInput setFreshnessTime(String freshnessTime) {

clients/google-api-services-css/v1/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-css</artifactId>
11-
<version>v1-rev20241217-2.0.0</version>
12-
<name>CSS API v1-rev20241217-2.0.0</name>
11+
<version>v1-rev20250106-2.0.0</version>
12+
<name>CSS API v1-rev20250106-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-css/v1/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-css</artifactId>
25-
<version>v1-rev20241217-2.0.0</version>
25+
<version>v1-rev20250106-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-css:v1-rev20241217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-css:v1-rev20250106-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)