google-apis-retail_v2 0.78.0 → 0.80.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: b8567509de839d010d76850d7f6846fa9b1cafa4b8e6ddbe878c7f0da12e567d
4
- data.tar.gz: fe971ba864026820b7b900ad07cc70a4cd58f431c8323fed3d734e8ba93b6164
3
+ metadata.gz: 16652200267097d9e6c921a39960e00301e9d4df1da77732db0091308087c9ec
4
+ data.tar.gz: a2b864295b55b3849e5e52ecfd7b139e2b38ba12fb2f4f653adf9343ae57d33c
5
5
  SHA512:
6
- metadata.gz: cd28d2acb5b2b23ca273396373ce46097859239bbc3d724185ca731643cf7f5c5fdd44dcbd03d1d0b6fcec9cc53285602dce4f1d5099ab47bd54d693e2425c68
7
- data.tar.gz: 7777c9920919dfdc188dc64833a811c3a474e0c064ace6b2b8d01055e84c5912278859cdb5b824d089d69d8068239d452f99eb95e3af73e6d033af68d9825c61
6
+ metadata.gz: 3b308ac2801235fa33f265313fc7243ee5a19db098b52bf2967bb7cb21ec3eba0b8f43cff525f603a2940a7a29633be4b2f718460d74d45b9a6387453b4dafb4
7
+ data.tar.gz: b69827951335306075d969b0f4edbdfd21a0fa56f1910f1a68f18fb22d4e7b72e521c6fc9e099c4ea93567390eb2dc15ee2f7fb9f150de199912e30af499a7b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.80.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230720
6
+
7
+ ### v0.79.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230713
10
+
3
11
  ### v0.78.0 (2023-07-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20230629
@@ -2514,11 +2514,11 @@ module Google
2514
2514
  attr_accessor :available_time
2515
2515
 
2516
2516
  # The brands of the product. A maximum of 30 brands are allowed unless
2517
- # overridden via pantheon UI. Each brand must be a UTF-8 encoded string with a
2518
- # length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
2519
- # returned. Corresponding properties: Google Merchant Center property [brand](
2520
- # https://support.google.com/merchants/answer/6324351). Schema.org property [
2521
- # Product.brand](https://schema.org/brand).
2517
+ # overridden through the Google Cloud console. Each brand must be a UTF-8
2518
+ # encoded string with a length limit of 1,000 characters. Otherwise, an
2519
+ # INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant
2520
+ # Center property [brand](https://support.google.com/merchants/answer/6324351).
2521
+ # Schema.org property [Product.brand](https://schema.org/brand).
2522
2522
  # Corresponds to the JSON property `brands`
2523
2523
  # @return [Array<String>]
2524
2524
  attr_accessor :brands
@@ -5588,11 +5588,6 @@ module Google
5588
5588
  # @return [String]
5589
5589
  attr_accessor :enrolled_solution
5590
5590
 
5591
- # Search solution use case that the project has enrolled.
5592
- # Corresponds to the JSON property `searchSolutionUseCase`
5593
- # @return [String]
5594
- attr_accessor :search_solution_use_case
5595
-
5596
5591
  def initialize(**args)
5597
5592
  update!(**args)
5598
5593
  end
@@ -5600,7 +5595,6 @@ module Google
5600
5595
  # Update properties of this object
5601
5596
  def update!(**args)
5602
5597
  @enrolled_solution = args[:enrolled_solution] if args.key?(:enrolled_solution)
5603
- @search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
5604
5598
  end
5605
5599
  end
5606
5600
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.78.0"
19
+ GEM_VERSION = "0.80.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
@@ -2655,7 +2655,6 @@ module Google
2655
2655
  # @private
2656
2656
  class Representation < Google::Apis::Core::JsonRepresentation
2657
2657
  property :enrolled_solution, as: 'enrolledSolution'
2658
- property :search_solution_use_case, as: 'searchSolutionUseCase'
2659
2658
  end
2660
2659
  end
2661
2660
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.78.0
4
+ version: 0.80.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.78.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.80.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []