google-apis-content_v2 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e41f6655aa0429abc07517fa5ddcba5328210c47ec49b8ca671e7bcfaca70be
4
- data.tar.gz: 8168210a30566e3d0626c87e591dc286cf8a4fd0ed159c43859eafa3c5e503be
3
+ metadata.gz: a3f2ad7903f8073ed8e5ba54f0d5c5989457ef5bbe6e1a4f7341e11837dcf435
4
+ data.tar.gz: ea333a9abfb9b37ad56241981c247b9683ce0ed4b44b9020e2d532771cd7b1e4
5
5
  SHA512:
6
- metadata.gz: e5440e61e811719716b31aa90d2c63501ca4baf034c158c7d6e9c5623119266cf87fbbc298fa698f58e1f04b8a75470b90e406feeb43c973b453fc858cb2ebbc
7
- data.tar.gz: 3cfe81e11a80c5c3cca9a4bb9600443ac6dada33b4b1634aa07558e707986d547e34b5654ed1071a50c62161f21bbe51e5d19c9dfb900d62c3d3c981cf0eb1b3
6
+ metadata.gz: bb0ca4f3ddc58b58c99c39e842160a8f1403b9e3f42f42ebd1891f7cf6214b78b4c21e1b8b294e4775fed0f084622bae6950926da5a84e66b35fdc95cf8ca92a
7
+ data.tar.gz: '09ea8fe77113e6d23e6f19ad909b4d01168550fa03082e334e13700b9568efe65a93a89e197a0490dc037b0bdb4ad04975d0c26634e82da92c6fc5b26f01837a'
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Release history for google-apis-content_v2
2
2
 
3
- ### v0.6.0 (2021-04-27)
3
+ ### v0.7.0 (2021-05-19)
4
4
 
5
- * Regenerated from discovery document revision 20210424
5
+ * Unspecified changes
6
+
7
+ ### v0.6.0 (2021-05-18)
8
+
9
+ * Regenerated from discovery document revision 20210514
6
10
 
7
11
  ### v0.5.0 (2021-03-16)
8
12
 
@@ -8803,10 +8803,8 @@ module Google
8803
8803
 
8804
8804
  # Required product attributes are primarily defined by the products data
8805
8805
  # specification. See the Products Data Specification Help Center article for
8806
- # information. Some attributes are country-specific, so make sure you select the
8807
- # appropriate country in the drop-down selector at the top of the page. Product
8808
- # data. After inserting, updating, or deleting a product, it may take several
8809
- # minutes before changes take effect.
8806
+ # information. Product data. After inserting, updating, or deleting a product,
8807
+ # it may take several minutes before changes take effect.
8810
8808
  class Product
8811
8809
  include Google::Apis::Core::Hashable
8812
8810
 
@@ -9587,10 +9585,8 @@ module Google
9587
9585
 
9588
9586
  # Required product attributes are primarily defined by the products data
9589
9587
  # specification. See the Products Data Specification Help Center article for
9590
- # information. Some attributes are country-specific, so make sure you select the
9591
- # appropriate country in the drop-down selector at the top of the page. Product
9592
- # data. After inserting, updating, or deleting a product, it may take several
9593
- # minutes before changes take effect.
9588
+ # information. Product data. After inserting, updating, or deleting a product,
9589
+ # it may take several minutes before changes take effect.
9594
9590
  # Corresponds to the JSON property `product`
9595
9591
  # @return [Google::Apis::ContentV2::Product]
9596
9592
  attr_accessor :product
@@ -9937,10 +9933,8 @@ module Google
9937
9933
 
9938
9934
  # Required product attributes are primarily defined by the products data
9939
9935
  # specification. See the Products Data Specification Help Center article for
9940
- # information. Some attributes are country-specific, so make sure you select the
9941
- # appropriate country in the drop-down selector at the top of the page. Product
9942
- # data. After inserting, updating, or deleting a product, it may take several
9943
- # minutes before changes take effect.
9936
+ # information. Product data. After inserting, updating, or deleting a product,
9937
+ # it may take several minutes before changes take effect.
9944
9938
  # Corresponds to the JSON property `product`
9945
9939
  # @return [Google::Apis::ContentV2::Product]
9946
9940
  attr_accessor :product
@@ -10013,10 +10007,8 @@ module Google
10013
10007
 
10014
10008
  # Required product attributes are primarily defined by the products data
10015
10009
  # specification. See the Products Data Specification Help Center article for
10016
- # information. Some attributes are country-specific, so make sure you select the
10017
- # appropriate country in the drop-down selector at the top of the page. Product
10018
- # data. After inserting, updating, or deleting a product, it may take several
10019
- # minutes before changes take effect.
10010
+ # information. Product data. After inserting, updating, or deleting a product,
10011
+ # it may take several minutes before changes take effect.
10020
10012
  # Corresponds to the JSON property `product`
10021
10013
  # @return [Google::Apis::ContentV2::Product]
10022
10014
  attr_accessor :product
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2
18
18
  # Version of the google-apis-content_v2 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210424"
25
+ REVISION = "20210514"
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-content_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2
57
57
  post_install_message:
58
58
  rdoc_options: []