google-apis-retail_v2 0.79.0 → 0.80.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16652200267097d9e6c921a39960e00301e9d4df1da77732db0091308087c9ec
|
|
4
|
+
data.tar.gz: a2b864295b55b3849e5e52ecfd7b139e2b38ba12fb2f4f653adf9343ae57d33c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b308ac2801235fa33f265313fc7243ee5a19db098b52bf2967bb7cb21ec3eba0b8f43cff525f603a2940a7a29633be4b2f718460d74d45b9a6387453b4dafb4
|
|
7
|
+
data.tar.gz: b69827951335306075d969b0f4edbdfd21a0fa56f1910f1a68f18fb22d4e7b72e521c6fc9e099c4ea93567390eb2dc15ee2f7fb9f150de199912e30af499a7b1
|
data/CHANGELOG.md
CHANGED
|
@@ -5588,11 +5588,6 @@ module Google
|
|
|
5588
5588
|
# @return [String]
|
|
5589
5589
|
attr_accessor :enrolled_solution
|
|
5590
5590
|
|
|
5591
|
-
# Search solution use case that the project has enrolled.
|
|
5592
|
-
# Corresponds to the JSON property `searchSolutionUseCase`
|
|
5593
|
-
# @return [String]
|
|
5594
|
-
attr_accessor :search_solution_use_case
|
|
5595
|
-
|
|
5596
5591
|
def initialize(**args)
|
|
5597
5592
|
update!(**args)
|
|
5598
5593
|
end
|
|
@@ -5600,7 +5595,6 @@ module Google
|
|
|
5600
5595
|
# Update properties of this object
|
|
5601
5596
|
def update!(**args)
|
|
5602
5597
|
@enrolled_solution = args[:enrolled_solution] if args.key?(:enrolled_solution)
|
|
5603
|
-
@search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
|
|
5604
5598
|
end
|
|
5605
5599
|
end
|
|
5606
5600
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.80.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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.80.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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.80.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|