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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94c5472809fbf70b1077261a066bf76c955967a07a96644fc588a39d4680768b
|
4
|
+
data.tar.gz: a76ccdaf51793099ae4b729ed360af32fd71939856c0f8ddfc63aebd15160d93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5e04efad2f22385f9e642a3d0c9c1f39cb4b7c3da8fb03ea830825c1c596643198670ab54aab6cab3428aa6e5779a50ad6096263d62fa6862c24ff4fc36a936
|
7
|
+
data.tar.gz: 67f638539a5728b7bf7739dab9db94ca6ca027782e4f12a39025cbf6ce3349ccad69ba2f9c8b748d2b6a48f3e6c70046d0289e36704e631773085423e2682f72
|
data/CHANGELOG.md
CHANGED
@@ -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
|
31
|
-
#
|
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.
|
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 = "
|
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
|
259
|
-
#
|
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.
|
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-
|
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.
|
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: []
|