google-apis-paymentsresellersubscription_v1 0.28.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/paymentsresellersubscription_v1/classes.rb +7 -1
- data/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb +2 -2
- data/lib/google/apis/paymentsresellersubscription_v1/representations.rb +1 -0
- data/lib/google/apis/paymentsresellersubscription_v1/service.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31a821d82ff2e92490b3ce71b2678036a353993a5b8edae79678bf22233d769d
|
4
|
+
data.tar.gz: a9876b2e507917f77934beb56e528e2ae50c6da15eb8c79c9446f4fc072e2992
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c4424a313b0e71efef0efbd86a356ac73bf37e311e9915de8db0d99d2a221df6b88b51e2806ccd4ff7b491175f41ce3453bdc0327f7316c89fdf3fdaaf25910
|
7
|
+
data.tar.gz: 891e8f56b31fb0abb9c1e1ed9ad138c94a733dbf63e3ede5f41bfac65b11c3788029f636e0f3c7bdb1d5b288dbef58dab1da850902f08009cafd0ba61e720bbc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.30.0 (2023-05-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230504
|
6
|
+
|
7
|
+
### v0.29.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230425
|
10
|
+
|
3
11
|
### v0.28.0 (2023-03-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230302
|
@@ -746,7 +746,7 @@ module Google
|
|
746
746
|
# @return [String]
|
747
747
|
attr_accessor :processing_state
|
748
748
|
|
749
|
-
#
|
749
|
+
# Optional. Deprecated: consider using `line_items` as the input. Required.
|
750
750
|
# Resource name that identifies the purchased products. The format will be '
|
751
751
|
# partners/`partner_id`/products/`product_id`'.
|
752
752
|
# Corresponds to the JSON property `products`
|
@@ -878,6 +878,11 @@ module Google
|
|
878
878
|
# @return [String]
|
879
879
|
attr_accessor :line_item_free_trial_end_time
|
880
880
|
|
881
|
+
# Output only. A unique index of the subscription line item.
|
882
|
+
# Corresponds to the JSON property `lineItemIndex`
|
883
|
+
# @return [Fixnum]
|
884
|
+
attr_accessor :line_item_index
|
885
|
+
|
881
886
|
# Optional. The promotions applied on the line item. It can be: - a free trial
|
882
887
|
# promotion, which overrides the subscription-level free trial promotion. - an
|
883
888
|
# introductory pricing promotion. When used as input in Create or Provision API,
|
@@ -921,6 +926,7 @@ module Google
|
|
921
926
|
@amount = args[:amount] if args.key?(:amount)
|
922
927
|
@description = args[:description] if args.key?(:description)
|
923
928
|
@line_item_free_trial_end_time = args[:line_item_free_trial_end_time] if args.key?(:line_item_free_trial_end_time)
|
929
|
+
@line_item_index = args[:line_item_index] if args.key?(:line_item_index)
|
924
930
|
@line_item_promotion_specs = args[:line_item_promotion_specs] if args.key?(:line_item_promotion_specs)
|
925
931
|
@one_time_recurrence_details = args[:one_time_recurrence_details] if args.key?(:one_time_recurrence_details)
|
926
932
|
@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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230504"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -462,6 +462,7 @@ module Google
|
|
462
462
|
|
463
463
|
property :description, as: 'description'
|
464
464
|
property :line_item_free_trial_end_time, as: 'lineItemFreeTrialEndTime'
|
465
|
+
property :line_item_index, as: 'lineItemIndex'
|
465
466
|
collection :line_item_promotion_specs, as: 'lineItemPromotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec::Representation
|
466
467
|
|
467
468
|
property :one_time_recurrence_details, as: 'oneTimeRecurrenceDetails', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemOneTimeRecurrenceDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemOneTimeRecurrenceDetails::Representation
|
@@ -306,7 +306,7 @@ module Google
|
|
306
306
|
execute_or_queue_command(command, &block)
|
307
307
|
end
|
308
308
|
|
309
|
-
# [
|
309
|
+
# [Opt-in only] Most partners should be on auto-extend by default. Used by
|
310
310
|
# partners to extend a subscription service for their customers on an ongoing
|
311
311
|
# basis for the subscription to remain active and renewable. It should be called
|
312
312
|
# directly by the partner using service accounts.
|
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.30.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: 2023-
|
11
|
+
date: 2023-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.30.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: []
|