google-apis-retail_v2beta 0.80.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: 3dd4163b32df380b8a5f5c981fed42de0536af795326dcc0b572095baf1ca209
4
- data.tar.gz: b55080cf26b37ccf7827fe61e3a61980c437476f3eb003fdc098aef2e15e6cd4
3
+ metadata.gz: 77810352176909036029faadf58d98ec052155dba426265d0abba4cb818279ad
4
+ data.tar.gz: b93c77623d74b129bb66695d371d965ac6bde0dc5c50944c17e48efca6741c1c
5
5
  SHA512:
6
- metadata.gz: 8c88196f9861b2e6561cea784fb395e6c29bd0420b8858c6fe90ffc34ebfab50da9f8ff013cf4f10e453938a32136effd670e544ac3fddc50cb083443668ef06
7
- data.tar.gz: 0b14df351258f0e65191cfd7170f4085a4bee0c1e28413f71b56307039d0bafc398537eae9ab7c7ac585d63b31af1b9bb58ccbeb71b6726dbf20fcbb9f7df866
6
+ metadata.gz: cd259c37d9a8fed80dc0b35a5da086e7aaf43ac9be8948c17396a9f28fe4a72ac17e6bc2e9db758d9339597f07a31549fb1598ac66f88245e56d2f1f0e622cb1
7
+ data.tar.gz: a0d07eeac7e73b0dc415ba30963e0bde27e7e796611ec16d6c181f60dc03e16ff114b292db3b3736595f6108087bdbf72800c936eb8de6e70381ba9d360293cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.82.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230720
6
+
7
+ ### v0.81.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230713
10
+
3
11
  ### v0.80.0 (2023-07-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20230629
@@ -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
 
@@ -5002,11 +4996,11 @@ module Google
5002
4996
  attr_accessor :available_time
5003
4997
 
5004
4998
  # The brands of the product. A maximum of 30 brands are allowed unless
5005
- # overridden via pantheon UI. Each brand must be a UTF-8 encoded string with a
5006
- # length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
5007
- # returned. Corresponding properties: Google Merchant Center property [brand](
5008
- # https://support.google.com/merchants/answer/6324351). Schema.org property [
5009
- # Product.brand](https://schema.org/brand).
4999
+ # overridden through the Google Cloud console. Each brand must be a UTF-8
5000
+ # encoded string with a length limit of 1,000 characters. Otherwise, an
5001
+ # INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant
5002
+ # Center property [brand](https://support.google.com/merchants/answer/6324351).
5003
+ # Schema.org property [Product.brand](https://schema.org/brand).
5010
5004
  # Corresponds to the JSON property `brands`
5011
5005
  # @return [Array<String>]
5012
5006
  attr_accessor :brands
@@ -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.80.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 = "20230720"
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.80.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-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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.80.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.82.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: []