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: eaf8155deb27fe6270c14aebf74446bca6d8e246591ce73d2c62ce68cc20556b
4
- data.tar.gz: 06e4a4c787dbbaee5e6ed0a1d34144befac9fdc417eee72530b22f264362acb9
3
+ metadata.gz: 39b3b322f04a7d2377bb6d208e8dccd34f1eadbc963c6c1e2e4c7fb7cb0d4131
4
+ data.tar.gz: 370f9aa7687a5447d345c472df696bef902bbc70e849e9d23bf1458d6e377ba0
5
5
  SHA512:
6
- metadata.gz: 3b4bea157f0fa717217b0ab0bd5841a8d9170b8e1f26fbf3ccf0c4c17d31254472fa74d2a67706981ac3b5a20c9822f3d414afc3c1bc31b92793a74335a95363
7
- data.tar.gz: 19124d90816c9b7ceb10900d8e23face40db7361977f0988a4e0cf587ab621c50855172a1126bf23d44aa31836cd63ba84878746ec03f290fa4716fb1df8739c
6
+ metadata.gz: 12172529dc029e0f592864b6ab5954139fc01af35d1493dee9e0fc5ee991faf0ec371382581e9dbcef4c1b7f893a7b06cefd0c11aeea85607f18f8896857eea2
7
+ data.tar.gz: 610f65ed7301f77d18e83c5320e84458a7bc0ab09d6c21d2d924fdf41b6541c3add701cd0cd18f74b5dfc7285eaf55029ff118f3b6d6c29395e92b6155b53032
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.83.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230720
6
+
3
7
  ### v0.82.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230713
@@ -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.82.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 = "20230713"
25
+ REVISION = "20230720"
26
26
  end
27
27
  end
28
28
  end
@@ -1993,7 +1993,6 @@ module Google
1993
1993
  # @private
1994
1994
  class Representation < Google::Apis::Core::JsonRepresentation
1995
1995
  property :enrolled_solution, as: 'enrolledSolution'
1996
- property :search_solution_use_case, as: 'searchSolutionUseCase'
1997
1996
  end
1998
1997
  end
1999
1998
 
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.82.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-07-23 00:00:00.000000000 Z
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.82.0
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: []