google-apis-css_v1 0.6.0 → 0.7.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 +4 -0
- data/lib/google/apis/css_v1/classes.rb +10 -9
- data/lib/google/apis/css_v1/gem_version.rb +2 -2
- data/lib/google/apis/css_v1/service.rb +5 -4
- 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: 5eaff4a08eea7a7ba08cef2123315694c38c7d3a1affb9f1c3403378a7300c33
|
|
4
|
+
data.tar.gz: 6f6bc22f9e8e291be4b9e4a9e092cf3b8d18b31c2721191c05732803bcf7a3ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 670c26eabc4fbae3403102af232f37927e6a6460ae6c77d3435cb732f9db0e4af1cdff658f4abae644db8a99c02686e65e02b20aae42666cdc3e8ef5f5d84262
|
|
7
|
+
data.tar.gz: 93baf5ba4a42f8f490f39373c42127acd5b780ad296e2d7e600eacf0bd2805fdac7b89be0786b17744231413657ce38bb77c0fe31391aedf6976f523640fd641
|
data/CHANGELOG.md
CHANGED
|
@@ -609,15 +609,16 @@ module Google
|
|
|
609
609
|
# @return [String]
|
|
610
610
|
attr_accessor :final_name
|
|
611
611
|
|
|
612
|
-
# Represents the existing version (
|
|
613
|
-
#
|
|
614
|
-
# time. This field must not be set to
|
|
615
|
-
#
|
|
616
|
-
#
|
|
617
|
-
#
|
|
618
|
-
#
|
|
619
|
-
# the
|
|
620
|
-
#
|
|
612
|
+
# DEPRECATED. Use expiration_date instead. Represents the existing version (
|
|
613
|
+
# freshness) of the CSS Product, which can be used to preserve the right order
|
|
614
|
+
# when multiple updates are done at the same time. This field must not be set to
|
|
615
|
+
# the future time. If set, the update is prevented if a newer version of the
|
|
616
|
+
# item already exists in our system (that is the last update time of the
|
|
617
|
+
# existing CSS products is later than the freshness time set in the update). If
|
|
618
|
+
# the update happens, the last update time is then set to this freshness time.
|
|
619
|
+
# If not set, the update will not be prevented and the last update time will
|
|
620
|
+
# default to when this request was received by the CSS API. If the operation is
|
|
621
|
+
# prevented, the aborted exception will be thrown.
|
|
621
622
|
# Corresponds to the JSON property `freshnessTime`
|
|
622
623
|
# @return [String]
|
|
623
624
|
attr_accessor :freshness_time
|
|
@@ -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.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20250106"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -216,10 +216,11 @@ module Google
|
|
|
216
216
|
# accounts/`account`
|
|
217
217
|
# @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
|
|
218
218
|
# @param [Fixnum] feed_id
|
|
219
|
-
# Optional.
|
|
220
|
-
#
|
|
221
|
-
#
|
|
222
|
-
#
|
|
219
|
+
# Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or
|
|
220
|
+
# supplemental feed id. If CSS Product already exists and feed id provided is
|
|
221
|
+
# different, then the CSS Product will be moved to a new feed. Note: For now,
|
|
222
|
+
# CSSs do not need to provide feed ids as we create feeds on the fly. We do not
|
|
223
|
+
# have supplemental feed support for CSS Products yet.
|
|
223
224
|
# @param [String] fields
|
|
224
225
|
# Selector specifying which fields to include in a partial response.
|
|
225
226
|
# @param [String] quota_user
|
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.7.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-01-
|
|
10
|
+
date: 2025-01-12 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.7.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.
|
|
79
|
-
signing_key:
|
|
76
|
+
rubygems_version: 3.6.2
|
|
80
77
|
specification_version: 4
|
|
81
78
|
summary: Simple REST client for CSS API V1
|
|
82
79
|
test_files: []
|