google-apis-retail_v2beta 0.46.0 → 0.47.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: f74e93aa1c35a39b2d4d65ad73114159f7e626b1017e849cdeb2feb13966f57f
4
- data.tar.gz: be1d9052554782a6fbf2093c2ffcd61d22da91814bf15e987bff4a305320dbd1
3
+ metadata.gz: c126c8e83551322afcdd438db9ee77a2c94a340e1dbe4921e50892cccfeb02f5
4
+ data.tar.gz: 43ca89be6111335338dacc19adc2293af141736bcc43cce6df756754e001600b
5
5
  SHA512:
6
- metadata.gz: 66b33e182063173797ea4b357372e6689ee35fbdaba19db18b9b8a71499ce41a5041bbfdaf046d66a2cc0e4283585ccc33eb8a6609e3429c589f86b9f11e1000
7
- data.tar.gz: c4261fd7a0018b1a44b709b3115bfbe400e9eb53736bdc4abf526b6b827a9c044f6728bef4d9c3f6792051da8b77c9464d594a421e84d4dcaee3ef767be68d5a
6
+ metadata.gz: d3c7695d55fdd6eafc766ee8e3bd7be23643c8683164cb45f908242d503347349f1e464f1604b49e11581279481630e8913cf2ef6ac71b1484d2d441e4b6e971
7
+ data.tar.gz: e4b4fb80d7dfa49b8bed137cc4c5a5af47f281ac17b1d0dc9df8b9b82f44bd90d2714bde185de770ed68b3b436689a52e8952a22dc2d03bd2665d8a85762d20a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.47.0 (2022-07-12)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+
3
7
  ### v0.46.0 (2022-07-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220630
@@ -1662,11 +1662,11 @@ module Google
1662
1662
  # Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
1663
1663
  # CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or
1664
1664
  # CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-
1665
- # loaded CatalogAttributes. Only CatalogAttributes that are not in use by
1666
- # products can be deleted. CatalogAttributes that are in use by products cannot
1667
- # be deleted; however, their configuration properties will reset to default
1668
- # values upon removal request. After catalog changes, it takes about 10 minutes
1669
- # for this field to update.
1665
+ # loaded CatalogAttributes. Only pre-loaded CatalogAttributes that are neither
1666
+ # in use by products nor predefined can be deleted. CatalogAttributes that are
1667
+ # either in use by products or are predefined cannot be deleted; however, their
1668
+ # configuration properties will reset to default values upon removal request.
1669
+ # After catalog changes, it takes about 10 minutes for this field to update.
1670
1670
  # Corresponds to the JSON property `inUse`
1671
1671
  # @return [Boolean]
1672
1672
  attr_accessor :in_use
@@ -3058,7 +3058,7 @@ module Google
3058
3058
  # @return [Fixnum]
3059
3059
  attr_accessor :page_size
3060
3060
 
3061
- # The previous PredictResponse.next_page_token.
3061
+ # This field is not used for now, please leave it unset.
3062
3062
  # Corresponds to the JSON property `pageToken`
3063
3063
  # @return [String]
3064
3064
  attr_accessor :page_token
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.47.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: []