google-apis-retail_v2alpha 0.81.0 → 0.82.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: c61f8cbbc7f029e024dfbdc11d4347aacb9734ded4f21d8cd3b22997598160f3
4
- data.tar.gz: 3726b8c5dbbead007c24120f89676cb24057ba997d404553269880081ceb2968
3
+ metadata.gz: eaf8155deb27fe6270c14aebf74446bca6d8e246591ce73d2c62ce68cc20556b
4
+ data.tar.gz: 06e4a4c787dbbaee5e6ed0a1d34144befac9fdc417eee72530b22f264362acb9
5
5
  SHA512:
6
- metadata.gz: b55a14b9f4ae88dda734daac4654bad0ea077f059da9a8fb31478cceb572e0ece69276b0cf59520fc2402fcb53235c783d537a05e9590ef192492b2e791fd45f
7
- data.tar.gz: 9be57a4cebc493ece8a98327f458ab8185cb6aec1f72b8f6c0cf189060b6bc2080c6182976bfae2676a0325dacb7fc87739676b6f2e4ae49a440a56b91886608
6
+ metadata.gz: 3b4bea157f0fa717217b0ab0bd5841a8d9170b8e1f26fbf3ccf0c4c17d31254472fa74d2a67706981ac3b5a20c9822f3d414afc3c1bc31b92793a74335a95363
7
+ data.tar.gz: 19124d90816c9b7ceb10900d8e23face40db7361977f0988a4e0cf587ab621c50855172a1126bf23d44aa31836cd63ba84878746ec03f290fa4716fb1df8739c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.82.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230713
6
+
3
7
  ### v0.81.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230629
@@ -2197,13 +2197,6 @@ module Google
2197
2197
  class GoogleCloudRetailV2alphaEnrollSolutionRequest
2198
2198
  include Google::Apis::Core::Hashable
2199
2199
 
2200
- # Solution use case to enroll. Currently settable for Browse to enroll. It
2201
- # should be only set when [solution] is set as SolutionType.SOLUTION_TYPE_SEARCH
2202
- # or an INVALID_ARGUMENT error is thrown.
2203
- # Corresponds to the JSON property `searchSolutionUseCase`
2204
- # @return [String]
2205
- attr_accessor :search_solution_use_case
2206
-
2207
2200
  # Required. Solution to enroll.
2208
2201
  # Corresponds to the JSON property `solution`
2209
2202
  # @return [String]
@@ -2215,7 +2208,6 @@ module Google
2215
2208
 
2216
2209
  # Update properties of this object
2217
2210
  def update!(**args)
2218
- @search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
2219
2211
  @solution = args[:solution] if args.key?(:solution)
2220
2212
  end
2221
2213
  end
@@ -4055,11 +4047,11 @@ module Google
4055
4047
  attr_accessor :available_time
4056
4048
 
4057
4049
  # The brands of the product. A maximum of 30 brands are allowed unless
4058
- # overridden via pantheon UI. Each brand must be a UTF-8 encoded string with a
4059
- # length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
4060
- # returned. Corresponding properties: Google Merchant Center property [brand](
4061
- # https://support.google.com/merchants/answer/6324351). Schema.org property [
4062
- # Product.brand](https://schema.org/brand).
4050
+ # overridden through the Google Cloud console. Each brand must be a UTF-8
4051
+ # encoded string with a length limit of 1,000 characters. Otherwise, an
4052
+ # INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant
4053
+ # Center property [brand](https://support.google.com/merchants/answer/6324351).
4054
+ # Schema.org property [Product.brand](https://schema.org/brand).
4063
4055
  # Corresponds to the JSON property `brands`
4064
4056
  # @return [Array<String>]
4065
4057
  attr_accessor :brands
@@ -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.81.0"
19
+ GEM_VERSION = "0.82.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 = "20230629"
25
+ REVISION = "20230713"
26
26
  end
27
27
  end
28
28
  end
@@ -1985,7 +1985,6 @@ module Google
1985
1985
  class GoogleCloudRetailV2alphaEnrollSolutionRequest
1986
1986
  # @private
1987
1987
  class Representation < Google::Apis::Core::JsonRepresentation
1988
- property :search_solution_use_case, as: 'searchSolutionUseCase'
1989
1988
  property :solution, as: 'solution'
1990
1989
  end
1991
1990
  end
@@ -51,9 +51,10 @@ module Google
51
51
  @batch_path = 'batch'
52
52
  end
53
53
 
54
- # Enrolls retail API solution for the project. Recommendation solution is
55
- # enrolled by default when your project enables Retail API. You don't need to
56
- # call this API for the recommendation solution.
54
+ # The method enrolls a solution of type Retail Search into a project. The
55
+ # Recommendations AI solution type is enrolled by default when your project
56
+ # enables Retail API, so you don't need to call the enrollSolution method for
57
+ # recommendations.
57
58
  # @param [String] project
58
59
  # Required. Full resource name of parent. Format: `projects/`
59
60
  # project_number_or_id``
@@ -87,8 +88,8 @@ module Google
87
88
  execute_or_queue_command(command, &block)
88
89
  end
89
90
 
90
- # Gets the project. Throws NOT_FOUND if the project wasn't initialized for
91
- # Retail API Service.
91
+ # Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the
92
+ # Retail API service.
92
93
  # @param [String] name
93
94
  # Required. Full resource name of the project. Format: `projects/`
94
95
  # project_number_or_id`/retailProject`
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.81.0
4
+ version: 0.82.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-09 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.81.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.82.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: []