google-apis-paymentsresellersubscription_v1 0.12.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 773b310e7dfe848472bd4e0dcdbc6acebcaa38329fff00ae6602e2119891472e
|
4
|
+
data.tar.gz: 5026d25793aedc4028acf5b153ce4f5fa9be7f8a05d3e1f0135c778b4f8f89c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdccceb333e254b097a1734f9f37aa4725fa4e96743fffa775bcb5146793614f545ec9e7e46a92b3cb447e65226c24db48b05f75d1551c9420d771b02fb1b400
|
7
|
+
data.tar.gz: 3a6f8bf5ba5ba033a3569761c90ab6c60ec88f733ee585961c7a656714a72902e79bb756d460d807babb0e88ec464f195d294e4c12e5c2048d5843ac80117193
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2022-06-21)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.7.0
|
6
|
+
|
7
|
+
### v0.14.0 (2022-06-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220614
|
10
|
+
* Regenerated using generator version 0.6.0
|
11
|
+
|
12
|
+
### v0.13.0 (2022-06-07)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220605
|
15
|
+
* Regenerated using generator version 0.5.0
|
16
|
+
|
3
17
|
### v0.12.0 (2022-05-05)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20220504
|
@@ -685,10 +685,15 @@ module Google
|
|
685
685
|
end
|
686
686
|
end
|
687
687
|
|
688
|
-
# Individual line item definition of a subscription. Next id:
|
688
|
+
# Individual line item definition of a subscription. Next id: 6
|
689
689
|
class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem
|
690
690
|
include Google::Apis::Core::Hashable
|
691
691
|
|
692
|
+
# Output only. Description of this line item.
|
693
|
+
# Corresponds to the JSON property `description`
|
694
|
+
# @return [String]
|
695
|
+
attr_accessor :description
|
696
|
+
|
692
697
|
# Output only. It is set only if the line item has its own free trial applied.
|
693
698
|
# End time of the line item free trial period, in ISO 8061 format. For example, "
|
694
699
|
# 2019-08-31T17:28:54.564Z". It will be set the same as createTime if no free
|
@@ -722,6 +727,7 @@ module Google
|
|
722
727
|
|
723
728
|
# Update properties of this object
|
724
729
|
def update!(**args)
|
730
|
+
@description = args[:description] if args.key?(:description)
|
725
731
|
@line_item_free_trial_end_time = args[:line_item_free_trial_end_time] if args.key?(:line_item_free_trial_end_time)
|
726
732
|
@line_item_promotion_specs = args[:line_item_promotion_specs] if args.key?(:line_item_promotion_specs)
|
727
733
|
@product = args[:product] if args.key?(:product)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PaymentsresellersubscriptionV1
|
18
18
|
# Version of the google-apis-paymentsresellersubscription_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220614"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -365,6 +365,7 @@ module Google
|
|
365
365
|
class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem
|
366
366
|
# @private
|
367
367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
368
|
+
property :description, as: 'description'
|
368
369
|
property :line_item_free_trial_end_time, as: 'lineItemFreeTrialEndTime'
|
369
370
|
collection :line_item_promotion_specs, as: 'lineItemPromotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec::Representation
|
370
371
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-paymentsresellersubscription_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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-
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.6'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.6'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-paymentsresellersubscription_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Payments Reseller Subscription API V1
|