google-apis-paymentsresellersubscription_v1 0.5.0 → 0.6.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: d7565daaf27d7447a05550b0b002c8b474c7e8e7c092b61713bedea7031463d0
4
- data.tar.gz: 67bf6f1d12733a5f6e7923d42d81fd434e5776a9d1c519fdda32865f8697e644
3
+ metadata.gz: 94c5472809fbf70b1077261a066bf76c955967a07a96644fc588a39d4680768b
4
+ data.tar.gz: a76ccdaf51793099ae4b729ed360af32fd71939856c0f8ddfc63aebd15160d93
5
5
  SHA512:
6
- metadata.gz: c7e1e04a41b3b31ebe4ee47e0369090bd3097d299cde5514d40230b2834fc815c333ec6577f524cf8c300aae38bb6591dbfca61cfcae17e3c63bb11ca67ad962
7
- data.tar.gz: '09407544d6efd543b721f31f51d48fd310f9d68e2d7f5ec2113a4d963d6e0c93fddb37228cf542e11a9ae45deb71bb3c4fb9acf195d37996216a8fbacb79cfb3'
6
+ metadata.gz: d5e04efad2f22385f9e642a3d0c9c1f39cb4b7c3da8fb03ea830825c1c596643198670ab54aab6cab3428aa6e5779a50ad6096263d62fa6862c24ff4fc36a936
7
+ data.tar.gz: 67f638539a5728b7bf7739dab9db94ca6ca027782e4f12a39025cbf6ce3349ccad69ba2f9c8b748d2b6a48f3e6c70046d0289e36704e631773085423e2682f72
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-paymentsresellersubscription_v1
2
2
 
3
+ ### v0.6.0 (2021-10-14)
4
+
5
+ * Regenerated from discovery document revision 20211013
6
+
3
7
  ### v0.5.0 (2021-07-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210701
@@ -27,8 +27,8 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # Optional. If true, the subscription will be cancelled immediately. Otherwise,
30
- # the subscription will be cancelled at the end of the current cycle, and
31
- # therefore no prorated refund will be issued for the rest of the cycle.
30
+ # the subscription will be cancelled at renewal_time, and therefore no prorated
31
+ # refund will be issued for the rest of the cycle.
32
32
  # Corresponds to the JSON property `cancelImmediately`
33
33
  # @return [Boolean]
34
34
  attr_accessor :cancel_immediately
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.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 = "20210701"
25
+ REVISION = "20211013"
26
26
  end
27
27
  end
28
28
  end
@@ -255,8 +255,9 @@ module Google
255
255
  execute_or_queue_command(command, &block)
256
256
  end
257
257
 
258
- # Used by partners to extend a subscription service for their customers. It
259
- # should be called directly by the partner using service accounts.
258
+ # Used by partners to extend a subscription service for their customers on an
259
+ # ongoing basis for the subscription to remain active and renewable. It should
260
+ # be called directly by the partner using service accounts.
260
261
  # @param [String] name
261
262
  # Required. The name of the subscription resource to be extended. It will have
262
263
  # the format of "partners/`partner_id`/subscriptions/`subscription_id`".
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.5.0
4
+ version: 0.6.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-paymentsresellersubscription_v1
63
63
  post_install_message:
64
64
  rdoc_options: []