google-apis-retail_v2alpha 0.47.0 → 0.48.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_v2alpha/classes.rb +6 -6
- data/lib/google/apis/retail_v2alpha/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: afa10c5381943aaafc1fb3e895dfe4a2f7121ad1854847cd9943ebe44c5f6523
|
4
|
+
data.tar.gz: bf26cde6a910348d1c6e0a7b2ea247b1845356eec1df9c049be746e30d88c003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c1baa33e9dea5e246979f2bff1b155cbc884641fc7ed75e81b2dcc9e20d0fa517dbbb75c7a5ec1794900d7e4c632f7289242bc9732ca198b06d724310b7ffe9
|
7
|
+
data.tar.gz: 2e1fa8fa01ad5cca4814a550f3bda1418778fd82361a3308f272b5bc95264d6c6a99758d60e5600f63dab3690f65928687f75b7e101791b3cbb4d2d2cb146d3c
|
data/CHANGELOG.md
CHANGED
@@ -1092,11 +1092,11 @@ module Google
|
|
1092
1092
|
# Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
|
1093
1093
|
# CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or
|
1094
1094
|
# CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-
|
1095
|
-
# loaded CatalogAttributes. Only CatalogAttributes that are
|
1096
|
-
# products can be deleted. CatalogAttributes that are
|
1097
|
-
# be deleted; however, their
|
1098
|
-
#
|
1099
|
-
# for this field to update.
|
1095
|
+
# loaded CatalogAttributes. Only pre-loaded CatalogAttributes that are neither
|
1096
|
+
# in use by products nor predefined can be deleted. CatalogAttributes that are
|
1097
|
+
# either in use by products or are predefined cannot be deleted; however, their
|
1098
|
+
# configuration properties will reset to default values upon removal request.
|
1099
|
+
# After catalog changes, it takes about 10 minutes for this field to update.
|
1100
1100
|
# Corresponds to the JSON property `inUse`
|
1101
1101
|
# @return [Boolean]
|
1102
1102
|
attr_accessor :in_use
|
@@ -2507,7 +2507,7 @@ module Google
|
|
2507
2507
|
# @return [Fixnum]
|
2508
2508
|
attr_accessor :page_size
|
2509
2509
|
|
2510
|
-
#
|
2510
|
+
# This field is not used for now, please leave it unset.
|
2511
2511
|
# Corresponds to the JSON property `pageToken`
|
2512
2512
|
# @return [String]
|
2513
2513
|
attr_accessor :page_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.48.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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.48.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_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.48.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|