google-apis-retail_v2alpha 0.82.0 → 0.84.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: 8117873f4bdca933d1c0bf5ae1d921e94395126f6260c50f3ca71fceaf998d35
4
+ data.tar.gz: 9bc0d13eba8b0b6deedb8f00ca2b78040105b26e885762e01ca242107812e902
5
5
  SHA512:
6
- metadata.gz: 3b4bea157f0fa717217b0ab0bd5841a8d9170b8e1f26fbf3ccf0c4c17d31254472fa74d2a67706981ac3b5a20c9822f3d414afc3c1bc31b92793a74335a95363
7
- data.tar.gz: 19124d90816c9b7ceb10900d8e23face40db7361977f0988a4e0cf587ab621c50855172a1126bf23d44aa31836cd63ba84878746ec03f290fa4716fb1df8739c
6
+ metadata.gz: 07e128060f9af46caa0365e1cb2af3cb91cbcbc4163b33fd6987f14d992c4f9d8e5416593ac525260c3bdac5101d72dc721f7dc1a1f62ddfe61ee212a7ff72e5
7
+ data.tar.gz: fc2b8b44ab875c2fba9bd976c8f12a0121e34e78a222236592272496afcbaee6c6a067b93ec065a5872992face973e16c17bbbcd857732e7a02bf5a1c276b8d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.84.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230805
6
+
7
+ ### v0.83.0 (2023-08-03)
8
+
9
+ * Regenerated from discovery document revision 20230720
10
+
3
11
  ### v0.82.0 (2023-07-23)
4
12
 
5
13
  * 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
 
@@ -8151,13 +8145,13 @@ module Google
8151
8145
  # @return [String]
8152
8146
  attr_accessor :name
8153
8147
 
8154
- # The normal response of the operation in case of success. If the original
8155
- # method returns no data on success, such as `Delete`, the response is `google.
8156
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
8157
- # the response should be the resource. For other methods, the response should
8158
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
8159
- # example, if the original method name is `TakeSnapshot()`, the inferred
8160
- # response type is `TakeSnapshotResponse`.
8148
+ # The normal, successful response of the operation. If the original method
8149
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
8150
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
8151
+ # response should be the resource. For other methods, the response should have
8152
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
8153
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
8154
+ # `TakeSnapshotResponse`.
8161
8155
  # Corresponds to the JSON property `response`
8162
8156
  # @return [Hash<String,Object>]
8163
8157
  attr_accessor :response
@@ -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.84.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 = "20230805"
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.84.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-13 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.84.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: []