google-apis-content_v2 0.8.0 → 0.12.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: c708ef04d77741c8f72e43c5de0a14dd2627beb4f1fc66ef986dafdc6c27aff9
4
- data.tar.gz: 50297ade6a0314ed61968eedf8e20953bf18bd634218dbb0eaa0c084c3c1a349
3
+ metadata.gz: b9432528fda852468212114a3c272894d5f81d5d8bbbd83e03b34c599ce88ed7
4
+ data.tar.gz: 1b7d0c0a99954c47570da4c87f3f662a5fa64b6f411a5288d3ab9fff1ec74401
5
5
  SHA512:
6
- metadata.gz: 162e2275c9d1f1ffdd21eb9eee6d98dc5bfc2632d613e02a6d070af2e86f16f5bafa619fc4e071f2b5afb6adc35acb94dfd6594e404f3372dc9aef06e23ca20b
7
- data.tar.gz: 9636915ee3f8588c819c738a5d911150b893bd287a89e1f65ef3a9962a24d2900301861bc935c67f652209b2f6512bf9e567750489910b4821854da53eb206b1
6
+ metadata.gz: 24d59661bc3b23e984955acfb620660994debe5d23eef3c0d59c529f5fd4f51ec5dc7f28fa0b8ba2922623b928a581934930702bc3e5538f1cb96140273c9534
7
+ data.tar.gz: f17ed6a913bc3dd632574c3cc3b1a6f91395b208c429569de5ba3b37f21b391042c7f70e0cf4a24348bcb78edcabad5789c425ab358eabfba918d7096528abbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-content_v2
2
2
 
3
+ ### v0.12.0 (2021-09-15)
4
+
5
+ * Regenerated from discovery document revision 20210911
6
+
7
+ ### v0.11.0 (2021-09-03)
8
+
9
+ * Regenerated from discovery document revision 20210901
10
+
11
+ ### v0.10.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.9.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.8.0 (2021-05-26)
4
20
 
5
21
  * Regenerated from discovery document revision 20210519
@@ -215,6 +215,13 @@ module Google
215
215
  # @return [Google::Apis::ContentV2::AccountCustomerService]
216
216
  attr_accessor :customer_service
217
217
 
218
+ # The 10-digit [Korean business registration number](https://support.google.com/
219
+ # merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX.
220
+ # This field will only be updated if explicitly set.
221
+ # Corresponds to the JSON property `koreanBusinessRegistrationNumber`
222
+ # @return [String]
223
+ attr_accessor :korean_business_registration_number
224
+
218
225
  # The phone number of the business.
219
226
  # Corresponds to the JSON property `phoneNumber`
220
227
  # @return [String]
@@ -228,6 +235,7 @@ module Google
228
235
  def update!(**args)
229
236
  @address = args[:address] if args.key?(:address)
230
237
  @customer_service = args[:customer_service] if args.key?(:customer_service)
238
+ @korean_business_registration_number = args[:korean_business_registration_number] if args.key?(:korean_business_registration_number)
231
239
  @phone_number = args[:phone_number] if args.key?(:phone_number)
232
240
  end
233
241
  end
@@ -1526,7 +1534,7 @@ module Google
1526
1534
  class BusinessDayConfig
1527
1535
  include Google::Apis::Core::Hashable
1528
1536
 
1529
- # Regular business days. May not be empty.
1537
+ # Regular business days, such as '"monday"'. May not be empty.
1530
1538
  # Corresponds to the JSON property `businessDays`
1531
1539
  # @return [Array<String>]
1532
1540
  attr_accessor :business_days
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210519"
25
+ REVISION = "20210911"
26
26
  end
27
27
  end
28
28
  end
@@ -1697,6 +1697,7 @@ module Google
1697
1697
 
1698
1698
  property :customer_service, as: 'customerService', class: Google::Apis::ContentV2::AccountCustomerService, decorator: Google::Apis::ContentV2::AccountCustomerService::Representation
1699
1699
 
1700
+ property :korean_business_registration_number, as: 'koreanBusinessRegistrationNumber'
1700
1701
  property :phone_number, as: 'phoneNumber'
1701
1702
  end
1702
1703
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.12.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-31 00:00:00.000000000 Z
11
+ date: 2021-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Content API for Shopping V2. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2
57
63
  post_install_message:
58
64
  rdoc_options: []