Skip to content

Commit

Permalink
feat(css): update the api
Browse files Browse the repository at this point in the history
#### css:v1

The following keys were added:
- resources.accounts.resources.cssProductInputs.methods.insert.parameters.feedId.deprecated (Total Keys: 1)
- schemas.CssProductInput.properties.freshnessTime.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 17, 2024
1 parent cf47608 commit 57b49f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/css_v1.accounts.cssProductInputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h3>Method Details</h3>
&quot;rawProvidedId&quot;: &quot;A String&quot;, # Required. Your unique identifier for the CSS Product. This is the same for the CSS Product input and processed CSS Product. We only allow ids with alphanumerics, underscores and dashes. See the [products feed specification](https://support.google.com/merchants/answer/188494#id) for details.
}

feedId: string, Required. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.
feedId: string, Optional. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/css_v1.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3>Method Details</h3>
parent: string, Required. The parent account. Must be a CSS group or domain. Format: accounts/{account} (required)
fullName: string, If set, only the MC accounts with the given name (case sensitive) will be returned.
labelId: string, If set, only the MC accounts with the given label ID will be returned.
pageSize: integer, Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageSize: integer, Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts will be returned. The maximum value is 100; values above 100 will be coerced to 100.
pageToken: string, Optional. A page token, received from a previous `ListChildAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListChildAccounts` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
8 changes: 5 additions & 3 deletions googleapiclient/discovery_cache/documents/css.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
"description": "Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 50 accounts will be returned. The maximum value is 100; values above 100 will be coerced to 100.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -257,7 +257,8 @@
],
"parameters": {
"feedId": {
"description": "Required. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.",
"deprecated": true,
"description": "Optional. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.",
"format": "int64",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -472,7 +473,7 @@
}
}
},
"revision": "20241124",
"revision": "20241210",
"rootUrl": "https://css.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -919,6 +920,7 @@
"type": "string"
},
"freshnessTime": {
"deprecated": true,
"description": "Represents the existing version (freshness) of the CSS Product, which can be used to preserve the right order when multiple updates are done at the same time. This field must not be set to the future time. If set, the update is prevented if a newer version of the item already exists in our system (that is the last update time of the existing CSS products is later than the freshness time set in the update). If the update happens, the last update time is then set to this freshness time. If not set, the update will not be prevented and the last update time will default to when this request was received by the CSS API. If the operation is prevented, the aborted exception will be thrown.",
"format": "google-datetime",
"type": "string"
Expand Down

0 comments on commit 57b49f1

Please sign in to comment.