google-apis-retail_v2beta 0.46.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2beta/classes.rb +6 -6
- data/lib/google/apis/retail_v2beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c126c8e83551322afcdd438db9ee77a2c94a340e1dbe4921e50892cccfeb02f5
|
4
|
+
data.tar.gz: 43ca89be6111335338dacc19adc2293af141736bcc43cce6df756754e001600b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3c7695d55fdd6eafc766ee8e3bd7be23643c8683164cb45f908242d503347349f1e464f1604b49e11581279481630e8913cf2ef6ac71b1484d2d441e4b6e971
|
7
|
+
data.tar.gz: e4b4fb80d7dfa49b8bed137cc4c5a5af47f281ac17b1d0dc9df8b9b82f44bd90d2714bde185de770ed68b3b436689a52e8952a22dc2d03bd2665d8a85762d20a
|
data/CHANGELOG.md
CHANGED
@@ -1662,11 +1662,11 @@ module Google
|
|
1662
1662
|
# Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
|
1663
1663
|
# CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or
|
1664
1664
|
# CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-
|
1665
|
-
# loaded CatalogAttributes. Only CatalogAttributes that are
|
1666
|
-
# products can be deleted. CatalogAttributes that are
|
1667
|
-
# be deleted; however, their
|
1668
|
-
#
|
1669
|
-
# for this field to update.
|
1665
|
+
# loaded CatalogAttributes. Only pre-loaded CatalogAttributes that are neither
|
1666
|
+
# in use by products nor predefined can be deleted. CatalogAttributes that are
|
1667
|
+
# either in use by products or are predefined cannot be deleted; however, their
|
1668
|
+
# configuration properties will reset to default values upon removal request.
|
1669
|
+
# After catalog changes, it takes about 10 minutes for this field to update.
|
1670
1670
|
# Corresponds to the JSON property `inUse`
|
1671
1671
|
# @return [Boolean]
|
1672
1672
|
attr_accessor :in_use
|
@@ -3058,7 +3058,7 @@ module Google
|
|
3058
3058
|
# @return [Fixnum]
|
3059
3059
|
attr_accessor :page_size
|
3060
3060
|
|
3061
|
-
#
|
3061
|
+
# This field is not used for now, please leave it unset.
|
3062
3062
|
# Corresponds to the JSON property `pageToken`
|
3063
3063
|
# @return [String]
|
3064
3064
|
attr_accessor :page_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|