google-apis-css_v1 0.6.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/css_v1/classes.rb +16 -10
- data/lib/google/apis/css_v1/gem_version.rb +3 -3
- data/lib/google/apis/css_v1/service.rb +11 -6
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 706b30d80c1d280098518b551536ed4bbcbce2a2a6b262749a84cc4f5e64e7f1
|
4
|
+
data.tar.gz: dd38565f74a6077f31d8b51bf61a0ca47c7cd5dff0ac2b2dcf90e98a557f5656
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 647f726b40a7e4307a9f3c09bbdba8f824a2653e779511a7c9630d153f0179da31e3d31c2764eb028a2277dd6a440fd70fc81020dddb73581fab43a6f47cc14b
|
7
|
+
data.tar.gz: 82a67f6ad5d7ef48cde40586d6dac6a9a8156eefa126399d06507f15275f5ccf79986b76bd05cdd84bbddb27ec0f35d99865a4b7fff6de046fdfcdd710e16329
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-css_v1
|
2
2
|
|
3
|
+
### v0.8.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250219
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.7.0 (2025-01-08)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250106
|
11
|
+
|
3
12
|
### v0.6.0 (2024-12-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241217
|
@@ -64,6 +64,9 @@ module Google
|
|
64
64
|
|
65
65
|
# The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain
|
66
66
|
# for MC accounts. Returned only if the user has access to the parent account.
|
67
|
+
# Note: For MC sub-accounts, this is also the CSS domain that is the parent
|
68
|
+
# resource of the MCA account, since we are effectively flattening the hierarchy.
|
69
|
+
# "
|
67
70
|
# Corresponds to the JSON property `parent`
|
68
71
|
# @return [String]
|
69
72
|
attr_accessor :parent
|
@@ -609,21 +612,24 @@ module Google
|
|
609
612
|
# @return [String]
|
610
613
|
attr_accessor :final_name
|
611
614
|
|
612
|
-
# Represents the existing version (
|
613
|
-
#
|
614
|
-
# time. This field must not be set to
|
615
|
-
#
|
616
|
-
#
|
617
|
-
#
|
618
|
-
#
|
619
|
-
# the
|
620
|
-
#
|
615
|
+
# DEPRECATED. Use expiration_date instead. Represents the existing version (
|
616
|
+
# freshness) of the CSS Product, which can be used to preserve the right order
|
617
|
+
# when multiple updates are done at the same time. This field must not be set to
|
618
|
+
# the future time. If set, the update is prevented if a newer version of the
|
619
|
+
# item already exists in our system (that is the last update time of the
|
620
|
+
# existing CSS products is later than the freshness time set in the update). If
|
621
|
+
# the update happens, the last update time is then set to this freshness time.
|
622
|
+
# If not set, the update will not be prevented and the last update time will
|
623
|
+
# default to when this request was received by the CSS API. If the operation is
|
624
|
+
# prevented, the aborted exception will be thrown.
|
621
625
|
# Corresponds to the JSON property `freshnessTime`
|
622
626
|
# @return [String]
|
623
627
|
attr_accessor :freshness_time
|
624
628
|
|
625
629
|
# The name of the CSS Product input. Format: `accounts/`account`/
|
626
|
-
# cssProductInputs/`css_product_input
|
630
|
+
# cssProductInputs/`css_product_input``, where the last section `
|
631
|
+
# css_product_input` consists of 3 parts: contentLanguage~feedLabel~offerId.
|
632
|
+
# Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
|
627
633
|
# Corresponds to the JSON property `name`
|
628
634
|
# @return [String]
|
629
635
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CssV1
|
18
18
|
# Version of the google-apis-css_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -173,7 +173,9 @@ module Google
|
|
173
173
|
# may take several minutes until the input is no longer available.
|
174
174
|
# @param [String] name
|
175
175
|
# Required. The name of the CSS product input resource to delete. Format:
|
176
|
-
# accounts/`account`/cssProductInputs/`css_product_input
|
176
|
+
# accounts/`account`/cssProductInputs/`css_product_input`, where the last
|
177
|
+
# section `css_product_input` consists of 3 parts: contentLanguage~feedLabel~
|
178
|
+
# offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
|
177
179
|
# @param [Fixnum] supplemental_feed_id
|
178
180
|
# The Content API Supplemental Feed ID. The field must not be set if the action
|
179
181
|
# applies to a primary feed. If the field is set, then product action applies to
|
@@ -216,10 +218,11 @@ module Google
|
|
216
218
|
# accounts/`account`
|
217
219
|
# @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
|
218
220
|
# @param [Fixnum] feed_id
|
219
|
-
# Optional.
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
221
|
+
# Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or
|
222
|
+
# supplemental feed id. If CSS Product already exists and feed id provided is
|
223
|
+
# different, then the CSS Product will be moved to a new feed. Note: For now,
|
224
|
+
# CSSs do not need to provide feed ids as we create feeds on the fly. We do not
|
225
|
+
# have supplemental feed support for CSS Products yet.
|
223
226
|
# @param [String] fields
|
224
227
|
# Selector specifying which fields to include in a partial response.
|
225
228
|
# @param [String] quota_user
|
@@ -255,7 +258,9 @@ module Google
|
|
255
258
|
# minutes before the processed Css Product can be retrieved.
|
256
259
|
# @param [String] name
|
257
260
|
# The name of the CSS Product input. Format: `accounts/`account`/
|
258
|
-
# cssProductInputs/`css_product_input
|
261
|
+
# cssProductInputs/`css_product_input``, where the last section `
|
262
|
+
# css_product_input` consists of 3 parts: contentLanguage~feedLabel~offerId.
|
263
|
+
# Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
|
259
264
|
# @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
|
260
265
|
# @param [String] update_mask
|
261
266
|
# The list of CSS product attributes to be updated. If the update mask is
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-css_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-css_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.8.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-css_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for CSS API V1
|
82
79
|
test_files: []
|