google-apis-paymentsresellersubscription_v1 0.6.0 → 0.7.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 +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/paymentsresellersubscription_v1/classes.rb +10 -0
- data/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb +2 -2
- data/lib/google/apis/paymentsresellersubscription_v1/representations.rb +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5aba30ce5c4cb3b1784377e5b4bcacc2de8df798c6e99246b2cec3dfd73e0e7
|
4
|
+
data.tar.gz: 510369a8264e7d2c6bc05d23901e9bee9a073d91a2c351f28d89f1f717d81e82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdf904ea6938cf8e3bb6cfde56b354888f8f6a1a84476c01e5184d97706e0c952c5138510070ff3e0c567ec6435758faa66e02a8368841d1bd76155ac10db4d8
|
7
|
+
data.tar.gz: 217779499300120f22e1537f9f3088182a294de4b1ab59a296eaea25041e434d77f39548e794656d4f7582b5af5c3f2f11c0a1c724a86da4ae1223b980d2a75e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.7.0 (2021-10-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20211026
|
6
|
+
* Unspecified changes
|
7
|
+
|
3
8
|
### v0.6.0 (2021-10-14)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20211013
|
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Paymentsresellersubscription service in particular.)
|
67
67
|
|
@@ -175,6 +175,15 @@ module Google
|
|
175
175
|
# @return [String]
|
176
176
|
attr_accessor :free_trial_end_time
|
177
177
|
|
178
|
+
# Output only. The time at which the subscription is expected to be renewed by
|
179
|
+
# Google - a new charge will be incurred and the service entitlement will be
|
180
|
+
# renewed. A non-immediate cancellation will take place at this time too, before
|
181
|
+
# which, the service entitlement for the end user will remain valid. UTC
|
182
|
+
# timezone in ISO 8061 format. For example: "2019-08-31T17:28:54.564Z"
|
183
|
+
# Corresponds to the JSON property `renewalTime`
|
184
|
+
# @return [String]
|
185
|
+
attr_accessor :renewal_time
|
186
|
+
|
178
187
|
def initialize(**args)
|
179
188
|
update!(**args)
|
180
189
|
end
|
@@ -183,6 +192,7 @@ module Google
|
|
183
192
|
def update!(**args)
|
184
193
|
@cycle_end_time = args[:cycle_end_time] if args.key?(:cycle_end_time)
|
185
194
|
@free_trial_end_time = args[:free_trial_end_time] if args.key?(:free_trial_end_time)
|
195
|
+
@renewal_time = args[:renewal_time] if args.key?(:renewal_time)
|
186
196
|
end
|
187
197
|
end
|
188
198
|
|
@@ -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.7.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 = "20211026"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.7.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-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.7.0
|
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: []
|
65
65
|
require_paths:
|