google-apis-retail_v2beta 0.81.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: 6242ca662595c0c2b3bbd29ed5ad0183dca29ee4b11fc660e075519581f88208
4
- data.tar.gz: b5e3466276b66009345a68d4adb17a7a1ed6d5780338032050d2876af86fed95
3
+ metadata.gz: fce3088b065abd970ff7e70ead89a43be4457109dd7184896b76b10075d38752
4
+ data.tar.gz: 5d6dd0c26291e7dbb028d683559a3003ff3f390a96e17581d202c3bb61449fc8
5
5
  SHA512:
6
- metadata.gz: ae708806d75037f4098519d96de078dd2d47eae73763eea6bb7b8d8547e3e6e103d6c72ad9958a7798b7fcacd5df48370832f6cec728c7aaf5ee2bac128996be
7
- data.tar.gz: 30bd19ea4ebb8d8ac58046c3389a25471d481a83e06e3b8082ce9336be6ed5483d5f8a15855c64b99644829c3389b09236cd2e2745c79dad80f0377931a2fae4
6
+ metadata.gz: c2b9270624d571e9887b7900d1d8e48063da865c9e13f84b8b741cf9d4db4f561fa92e3ee1347fb922bdb68cd0834313ea9b81abf8da5db2a8e4b50e080ee1a4
7
+ data.tar.gz: 9d6380d3f4fd10bed57b4e5fb2425f2ad6875cf9d93a403d33936e6716e7748e76e096b56294cdd920c5e29f576ccb311b70c9e955c9633315fa5e4c2c2c1109
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.83.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230805
6
+
7
+ ### v0.82.0 (2023-08-03)
8
+
9
+ * Regenerated from discovery document revision 20230720
10
+
3
11
  ### v0.81.0 (2023-07-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230713
@@ -1163,11 +1163,6 @@ module Google
1163
1163
  # @return [String]
1164
1164
  attr_accessor :enrolled_solution
1165
1165
 
1166
- # Search solution use case that the project has enrolled.
1167
- # Corresponds to the JSON property `searchSolutionUseCase`
1168
- # @return [String]
1169
- attr_accessor :search_solution_use_case
1170
-
1171
1166
  def initialize(**args)
1172
1167
  update!(**args)
1173
1168
  end
@@ -1175,7 +1170,6 @@ module Google
1175
1170
  # Update properties of this object
1176
1171
  def update!(**args)
1177
1172
  @enrolled_solution = args[:enrolled_solution] if args.key?(:enrolled_solution)
1178
- @search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
1179
1173
  end
1180
1174
  end
1181
1175
 
@@ -7983,13 +7977,13 @@ module Google
7983
7977
  # @return [String]
7984
7978
  attr_accessor :name
7985
7979
 
7986
- # The normal response of the operation in case of success. If the original
7987
- # method returns no data on success, such as `Delete`, the response is `google.
7988
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
7989
- # the response should be the resource. For other methods, the response should
7990
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
7991
- # example, if the original method name is `TakeSnapshot()`, the inferred
7992
- # response type is `TakeSnapshotResponse`.
7980
+ # The normal, successful response of the operation. If the original method
7981
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
7982
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
7983
+ # response should be the resource. For other methods, the response should have
7984
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
7985
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
7986
+ # `TakeSnapshotResponse`.
7993
7987
  # Corresponds to the JSON property `response`
7994
7988
  # @return [Hash<String,Object>]
7995
7989
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.81.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 = "20230805"
26
26
  end
27
27
  end
28
28
  end
@@ -1700,7 +1700,6 @@ module Google
1700
1700
  # @private
1701
1701
  class Representation < Google::Apis::Core::JsonRepresentation
1702
1702
  property :enrolled_solution, as: 'enrolledSolution'
1703
- property :search_solution_use_case, as: 'searchSolutionUseCase'
1704
1703
  end
1705
1704
  end
1706
1705
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.81.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-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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.81.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.83.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []