google-apis-paymentsresellersubscription_v1 0.12.0 → 0.13.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: 4e5ac74e28045d6d661be544e7234fa175f048d775b8121d230b01cdca813ffb
|
4
|
+
data.tar.gz: b3b1572c3d5a9f07fbe160a6dfc80c23d9d47608e71572be3aa402dbdb49c1ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e40290af65c2e92204bf43f09133b166c58f8ffc83e59a5326d5973292f89e6f95c2f2ea54769d73f32226ab089a44ce19256be0649bb203b99d8683270c166d
|
7
|
+
data.tar.gz: c4447c342a9f12ddca33cb76ca998822173320c90f5d4ab4c52e7d11ea597205bbeca9c4eff94ad28e434e2452f0e265eac3fa71e0328c50dc2b8dafca14f176
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.13.0 (2022-06-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220605
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
3
8
|
### v0.12.0 (2022-05-05)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220504
|
@@ -54,7 +54,7 @@ module Google
|
|
54
54
|
class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
|
55
55
|
include Google::Apis::Core::Hashable
|
56
56
|
|
57
|
-
# A Subscription resource managed by 3P Partners.
|
57
|
+
# LINT.IfChange A Subscription resource managed by 3P Partners.
|
58
58
|
# Corresponds to the JSON property `subscription`
|
59
59
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription]
|
60
60
|
attr_accessor :subscription
|
@@ -112,7 +112,7 @@ module Google
|
|
112
112
|
class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
|
113
113
|
include Google::Apis::Core::Hashable
|
114
114
|
|
115
|
-
# A Subscription resource managed by 3P Partners.
|
115
|
+
# LINT.IfChange A Subscription resource managed by 3P Partners.
|
116
116
|
# Corresponds to the JSON property `subscription`
|
117
117
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription]
|
118
118
|
attr_accessor :subscription
|
@@ -517,7 +517,7 @@ module Google
|
|
517
517
|
end
|
518
518
|
end
|
519
519
|
|
520
|
-
# A Subscription resource managed by 3P Partners.
|
520
|
+
# LINT.IfChange A Subscription resource managed by 3P Partners.
|
521
521
|
class GoogleCloudPaymentsResellerSubscriptionV1Subscription
|
522
522
|
include Google::Apis::Core::Hashable
|
523
523
|
|
@@ -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)
|
@@ -812,7 +818,7 @@ module Google
|
|
812
818
|
class GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse
|
813
819
|
include Google::Apis::Core::Hashable
|
814
820
|
|
815
|
-
# A Subscription resource managed by 3P Partners.
|
821
|
+
# LINT.IfChange A Subscription resource managed by 3P Partners.
|
816
822
|
# Corresponds to the JSON property `subscription`
|
817
823
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription]
|
818
824
|
attr_accessor :subscription
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220605"
|
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.13.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-13 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.5'
|
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.5'
|
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.13.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
|