google-apis-retail_v2alpha 0.65.0 → 0.66.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/retail_v2alpha/classes.rb +3 -3
- 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: e6ba3de8c60782fb7fbc0d9d229d18e08968f23fad8d7a472d68d5c5563ce019
|
|
4
|
+
data.tar.gz: 235f3ecaa68e49e19a576d34792b79d708d0d9515851e66add034f1117c10d72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f73835bf93311301519e4c9cf4b31e9d727d12078edeb0b5175eca93b6d9ad42eab73d8da9a47b29a3043fccd94ca810a8e2869726f111e6f784cc0cec68721
|
|
7
|
+
data.tar.gz: d5f6a1e6ac51180b86cf6c0b2f355765559769896dfde1fa9bffed8ae4d4dd8e44077eb858c8e79f754805d5255c58c59bf0c228b97b16d3761933020c560af1
|
data/CHANGELOG.md
CHANGED
|
@@ -1196,9 +1196,9 @@ module Google
|
|
|
1196
1196
|
# custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
|
|
1197
1197
|
# name can contain only alpha-numeric characters and underscores. For example,
|
|
1198
1198
|
# an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
|
|
1199
|
-
# `attributes.abc-xyz` cannot be indexed.
|
|
1200
|
-
# attributes.`,
|
|
1201
|
-
#
|
|
1199
|
+
# `attributes.abc-xyz` cannot be indexed. If the attribute key starts with `
|
|
1200
|
+
# attributes.`, then the attribute is a custom attribute. Attributes such as `
|
|
1201
|
+
# brands`, `patterns`, and `title` are built-in and called system attributes.
|
|
1202
1202
|
# Corresponds to the JSON property `key`
|
|
1203
1203
|
# @return [String]
|
|
1204
1204
|
attr_accessor :key
|
|
@@ -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.66.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230117"
|
|
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.66.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: 2023-01-
|
|
11
|
+
date: 2023-01-22 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.66.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: []
|