google-apis-paymentsresellersubscription_v1 0.8.0 → 0.9.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: ae5a5b5c155a131f40e5eab89da57294f1a8b01afdf4fe4c06f238c8603a4402
|
4
|
+
data.tar.gz: 197a1c89cfe744f09d2df931c5b8a1b2328a1073ef0a9a5ef96ee5bb4b41445c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c467dfea4705caabe2f3edb488512350b020790d78a967738a0c7f9a382cc3c670335fa77c3430a0a6f525e5c90cfb15e927b3aa6746df8a19ccc07fe0c13df1
|
7
|
+
data.tar.gz: 3118a04a502fe027d776436f554db49b8345ebda271f4926289e60d0a6b4c51da3196b790d3b248354f5fcd8f2a782d4c382f049d370e431e842bfa0b625f549
|
data/CHANGELOG.md
CHANGED
@@ -523,6 +523,15 @@ module Google
|
|
523
523
|
# @return [String]
|
524
524
|
attr_accessor :redirect_uri
|
525
525
|
|
526
|
+
# Output only. The time at which the subscription is expected to be renewed by
|
527
|
+
# Google - a new charge will be incurred and the service entitlement will be
|
528
|
+
# renewed. A non-immediate cancellation will take place at this time too, before
|
529
|
+
# which, the service entitlement for the end user will remain valid. UTC
|
530
|
+
# timezone in ISO 8061 format. For example: "2019-08-31T17:28:54.564Z"
|
531
|
+
# Corresponds to the JSON property `renewalTime`
|
532
|
+
# @return [String]
|
533
|
+
attr_accessor :renewal_time
|
534
|
+
|
526
535
|
# Describes a location of an end user.
|
527
536
|
# Corresponds to the JSON property `serviceLocation`
|
528
537
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Location]
|
@@ -564,6 +573,7 @@ module Google
|
|
564
573
|
@products = args[:products] if args.key?(:products)
|
565
574
|
@promotions = args[:promotions] if args.key?(:promotions)
|
566
575
|
@redirect_uri = args[:redirect_uri] if args.key?(:redirect_uri)
|
576
|
+
@renewal_time = args[:renewal_time] if args.key?(:renewal_time)
|
567
577
|
@service_location = args[:service_location] if args.key?(:service_location)
|
568
578
|
@state = args[:state] if args.key?(:state)
|
569
579
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -299,6 +299,7 @@ module Google
|
|
299
299
|
collection :products, as: 'products'
|
300
300
|
collection :promotions, as: 'promotions'
|
301
301
|
property :redirect_uri, as: 'redirectUri'
|
302
|
+
property :renewal_time, as: 'renewalTime'
|
302
303
|
property :service_location, as: 'serviceLocation', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Location, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Location::Representation
|
303
304
|
|
304
305
|
property :state, as: 'state'
|
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.9.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-11-
|
11
|
+
date: 2021-11-15 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.9.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: []
|