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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94c5472809fbf70b1077261a066bf76c955967a07a96644fc588a39d4680768b
4
- data.tar.gz: a76ccdaf51793099ae4b729ed360af32fd71939856c0f8ddfc63aebd15160d93
3
+ metadata.gz: b5aba30ce5c4cb3b1784377e5b4bcacc2de8df798c6e99246b2cec3dfd73e0e7
4
+ data.tar.gz: 510369a8264e7d2c6bc05d23901e9bee9a073d91a2c351f28d89f1f717d81e82
5
5
  SHA512:
6
- metadata.gz: d5e04efad2f22385f9e642a3d0c9c1f39cb4b7c3da8fb03ea830825c1c596643198670ab54aab6cab3428aa6e5779a50ad6096263d62fa6862c24ff4fc36a936
7
- data.tar.gz: 67f638539a5728b7bf7739dab9db94ca6ca027782e4f12a39025cbf6ce3349ccad69ba2f9c8b748d2b6a48f3e6c70046d0289e36704e631773085423e2682f72
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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.6.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 = "20211013"
25
+ REVISION = "20211026"
26
26
  end
27
27
  end
28
28
  end
@@ -188,6 +188,7 @@ module Google
188
188
  class Representation < Google::Apis::Core::JsonRepresentation
189
189
  property :cycle_end_time, as: 'cycleEndTime'
190
190
  property :free_trial_end_time, as: 'freeTrialEndTime'
191
+ property :renewal_time, as: 'renewalTime'
191
192
  end
192
193
  end
193
194
 
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.6.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-18 00:00:00.000000000 Z
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/master/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-paymentsresellersubscription_v1
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: