google-apis-retail_v2alpha 0.47.0 → 0.48.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: ae40371b7c6893d7986ff15160d353f4f11aa1160c781a4a9ab6f0708caa32bb
4
- data.tar.gz: aea4f2c7a5adf0a68209817d52936594a733f22dd9efa03f0d5fe89c6364934d
3
+ metadata.gz: afa10c5381943aaafc1fb3e895dfe4a2f7121ad1854847cd9943ebe44c5f6523
4
+ data.tar.gz: bf26cde6a910348d1c6e0a7b2ea247b1845356eec1df9c049be746e30d88c003
5
5
  SHA512:
6
- metadata.gz: cee9057ebd4b51074fc0783e3268158614b4ea634822fb473c89a0ba4d35c585c1dd594f219830d4e6713d44aa9999dc56351a0d75f46c1ab55fc8a1f88ee728
7
- data.tar.gz: ec3250f74f92b0eaf8abb2ee7a5f592b0b209f887164b9de06e8a75ac4c7d0dc961b57bc52001d2e42b4223835e35cba6131ada697226ac4a39e465df181ea68
6
+ metadata.gz: 2c1baa33e9dea5e246979f2bff1b155cbc884641fc7ed75e81b2dcc9e20d0fa517dbbb75c7a5ec1794900d7e4c632f7289242bc9732ca198b06d724310b7ffe9
7
+ data.tar.gz: 2e1fa8fa01ad5cca4814a550f3bda1418778fd82361a3308f272b5bc95264d6c6a99758d60e5600f63dab3690f65928687f75b7e101791b3cbb4d2d2cb146d3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.48.0 (2022-07-12)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+
3
7
  ### v0.47.0 (2022-07-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220630
@@ -1092,11 +1092,11 @@ module Google
1092
1092
  # Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
1093
1093
  # CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or
1094
1094
  # CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-
1095
- # loaded CatalogAttributes. Only CatalogAttributes that are not in use by
1096
- # products can be deleted. CatalogAttributes that are in use by products cannot
1097
- # be deleted; however, their configuration properties will reset to default
1098
- # values upon removal request. After catalog changes, it takes about 10 minutes
1099
- # for this field to update.
1095
+ # loaded CatalogAttributes. Only pre-loaded CatalogAttributes that are neither
1096
+ # in use by products nor predefined can be deleted. CatalogAttributes that are
1097
+ # either in use by products or are predefined cannot be deleted; however, their
1098
+ # configuration properties will reset to default values upon removal request.
1099
+ # After catalog changes, it takes about 10 minutes for this field to update.
1100
1100
  # Corresponds to the JSON property `inUse`
1101
1101
  # @return [Boolean]
1102
1102
  attr_accessor :in_use
@@ -2507,7 +2507,7 @@ module Google
2507
2507
  # @return [Fixnum]
2508
2508
  attr_accessor :page_size
2509
2509
 
2510
- # The previous PredictResponse.next_page_token.
2510
+ # This field is not used for now, please leave it unset.
2511
2511
  # Corresponds to the JSON property `pageToken`
2512
2512
  # @return [String]
2513
2513
  attr_accessor :page_token
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220630"
25
+ REVISION = "20220707"
26
26
  end
27
27
  end
28
28
  end
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.47.0
4
+ version: 0.48.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-18 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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.48.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: []