google-apis-content_v2 0.1.0 → 0.2.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: 0c9c6d7b506c8be7196809f6ec81acaf2a5b93f6bd8e28870b5865d28f18deb1
4
- data.tar.gz: c83af54e688816c84b3646acad953cd6223cb43912aec4a19ad8c45dbfc33f40
3
+ metadata.gz: c92334f8dfc4202e82f4c5161c53fe2bce82c8d657731654dc25cc4d72b0ac9e
4
+ data.tar.gz: 00d988a8ecc147abeb1c223831bc9a7a45328596906e55f76b1077f911ad774b
5
5
  SHA512:
6
- metadata.gz: 1a37a244b9234fb57f3dfefe94f1d50c61c4ee2ed348098451e6e9b301162538ea9ac8332005a38c85dc7f3aa8ddcd611c509cc5cb7daef623aa35595adbb8ff
7
- data.tar.gz: 01e3e14a74fc5b199623b19e4fcc7681cbc43d19f0984405b47b3ed425d121387af7eeaeada5f6646f624258a4a63a410dced9cecba648fe9b1e88ce7cc7c135
6
+ metadata.gz: 8fba03f345254a6915c2a00d35bbfe0a9fc150bd26427faa7811dc8fe9774282c1e90a6835bd204ef0a9897fc7cd9b65cabaf10bb6f4e4c19350a8df1c4edb10
7
+ data.tar.gz: 41be3bdec164f38c0151f826fc64767b21c64643587f4298672010d57af35a5e7b61896b0092340bd85a361279a4f35de003138363aa523e24ff815014b15eb8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-content_v2
2
2
 
3
+ ### v0.2.0 (2021-01-19)
4
+
5
+ * Regenerated from discovery document revision 20210113
6
+
3
7
  ### v0.1.0 (2021-01-07)
4
8
 
5
9
  * Regenerated using generator version 0.1.1
@@ -3729,7 +3729,7 @@ module Google
3729
3729
  # @return [Google::Apis::ContentV2::Errors]
3730
3730
  attr_accessor :errors
3731
3731
 
3732
- # The the list of accessible GMB accounts.
3732
+ # The list of accessible GMB accounts.
3733
3733
  # Corresponds to the JSON property `gmbAccounts`
3734
3734
  # @return [Google::Apis::ContentV2::GmbAccounts]
3735
3735
  attr_accessor :gmb_accounts
@@ -8871,8 +8871,8 @@ module Google
8871
8871
  # @return [String]
8872
8872
  attr_accessor :color
8873
8873
 
8874
- # Condition or state of the item. Acceptable values are: - "`local`" - "`online`"
8875
- #
8874
+ # Condition or state of the item. Acceptable values are: - "`new`" - "`
8875
+ # refurbished`" - "`used`"
8876
8876
  # Corresponds to the JSON property `condition`
8877
8877
  # @return [String]
8878
8878
  attr_accessor :condition
@@ -8982,7 +8982,10 @@ module Google
8982
8982
  # @return [String]
8983
8983
  attr_accessor :gender
8984
8984
 
8985
- # Google's category of the item (see Google product taxonomy).
8985
+ # Google's category of the item (see [Google product taxonomy](https://support.
8986
+ # google.com/merchants/answer/1705911)). When querying products, this field will
8987
+ # contain the user provided value. There is currently no way to get back the
8988
+ # auto assigned google product categories through the API.
8986
8989
  # Corresponds to the JSON property `googleProductCategory`
8987
8990
  # @return [String]
8988
8991
  attr_accessor :google_product_category
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201113"
25
+ REVISION = "20210113"
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2/v0.2.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Content API for Shopping V2