google-apis-retail_v2alpha 0.82.0 → 0.83.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39b3b322f04a7d2377bb6d208e8dccd34f1eadbc963c6c1e2e4c7fb7cb0d4131
|
4
|
+
data.tar.gz: 370f9aa7687a5447d345c472df696bef902bbc70e849e9d23bf1458d6e377ba0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12172529dc029e0f592864b6ab5954139fc01af35d1493dee9e0fc5ee991faf0ec371382581e9dbcef4c1b7f893a7b06cefd0c11aeea85607f18f8896857eea2
|
7
|
+
data.tar.gz: 610f65ed7301f77d18e83c5320e84458a7bc0ab09d6c21d2d924fdf41b6541c3add701cd0cd18f74b5dfc7285eaf55029ff118f3b6d6c29395e92b6155b53032
|
data/CHANGELOG.md
CHANGED
@@ -2221,11 +2221,6 @@ module Google
|
|
2221
2221
|
# @return [String]
|
2222
2222
|
attr_accessor :enrolled_solution
|
2223
2223
|
|
2224
|
-
# Search solution use case that the project has enrolled.
|
2225
|
-
# Corresponds to the JSON property `searchSolutionUseCase`
|
2226
|
-
# @return [String]
|
2227
|
-
attr_accessor :search_solution_use_case
|
2228
|
-
|
2229
2224
|
def initialize(**args)
|
2230
2225
|
update!(**args)
|
2231
2226
|
end
|
@@ -2233,7 +2228,6 @@ module Google
|
|
2233
2228
|
# Update properties of this object
|
2234
2229
|
def update!(**args)
|
2235
2230
|
@enrolled_solution = args[:enrolled_solution] if args.key?(:enrolled_solution)
|
2236
|
-
@search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
|
2237
2231
|
end
|
2238
2232
|
end
|
2239
2233
|
|
@@ -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.83.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230720"
|
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.83.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-
|
11
|
+
date: 2023-08-06 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.83.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: []
|