google-apis-paymentsresellersubscription_v1 0.41.0 → 0.43.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: 25a72439c7db3290a93b10c6566264ac0272f04ce31de4aafbf477b81e2c418e
|
4
|
+
data.tar.gz: 247327166158c86ddb4250aab79664dbfc40f551e12beb02c7728e6a23f80c40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24eec46035c9e0f02735e9641991aea0d16995113d5910a6d23364f8bd357079fdbbe9e86654e95373308b4ee0918bbbbcf9f42c2f1a04309a213ce022109f76
|
7
|
+
data.tar.gz: 82a7e7de089da2b8c727b84f866569631bb12f1457789d1f41d526af230c47abc77a073afeba99b6c479baeabc9332b2ac49788347a36ffb218999140208f6e3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.43.0 (2024-06-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240616
|
6
|
+
|
7
|
+
### v0.42.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.15.0
|
10
|
+
|
3
11
|
### v0.41.0 (2024-04-07)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240404
|
@@ -55,7 +55,9 @@ module Google
|
|
55
55
|
# Optional. If true, Google will cancel the subscription immediately, and may or
|
56
56
|
# may not (based on the contract) issue a prorated refund for the remainder of
|
57
57
|
# the billing cycle. Otherwise, Google defers the cancelation at renewal_time,
|
58
|
-
# and will not issue a refund.
|
58
|
+
# and will not issue a refund. - YouTube subscriptions must use this option
|
59
|
+
# currently. However, the user will still have access to the subscription until
|
60
|
+
# the end of the billing cycle.
|
59
61
|
# Corresponds to the JSON property `cancelImmediately`
|
60
62
|
# @return [Boolean]
|
61
63
|
attr_accessor :cancel_immediately
|
@@ -129,8 +131,9 @@ module Google
|
|
129
131
|
end
|
130
132
|
end
|
131
133
|
|
132
|
-
# Partner request for entitling the previously provisioned
|
133
|
-
# end user. The end user identity is inferred from the
|
134
|
+
# LINT.IfChange Partner request for entitling the previously provisioned
|
135
|
+
# subscription to an end user. The end user identity is inferred from the
|
136
|
+
# request OAuth context.
|
134
137
|
class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest
|
135
138
|
include Google::Apis::Core::Hashable
|
136
139
|
|
@@ -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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240616"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,7 +52,8 @@ module Google
|
|
52
52
|
end
|
53
53
|
|
54
54
|
# To retrieve the products that can be resold by the partner. It should be
|
55
|
-
# autenticated with a service account.
|
55
|
+
# autenticated with a service account. - This API doesn't apply to YouTube
|
56
|
+
# products currently.
|
56
57
|
# @param [String] parent
|
57
58
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
58
59
|
# @param [String] filter
|
@@ -138,8 +139,9 @@ module Google
|
|
138
139
|
execute_or_queue_command(command, &block)
|
139
140
|
end
|
140
141
|
|
141
|
-
#
|
142
|
-
#
|
142
|
+
# Retrieves the promotions, such as free trial, that can be used by the partner.
|
143
|
+
# - This API doesn't apply to YouTube promotions currently. It should be
|
144
|
+
# autenticated with a service account.
|
143
145
|
# @param [String] parent
|
144
146
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
145
147
|
# @param [String] filter
|
@@ -421,10 +423,10 @@ module Google
|
|
421
423
|
execute_or_queue_command(command, &block)
|
422
424
|
end
|
423
425
|
|
424
|
-
#
|
425
|
-
#
|
426
|
-
#
|
427
|
-
# partner using service accounts.
|
426
|
+
# Revokes the pending cancellation of a subscription, which is currently in `
|
427
|
+
# STATE_CANCEL_AT_END_OF_CYCLE` state. If the subscription is already cancelled,
|
428
|
+
# the request will fail. - **This API doesn't apply to YouTube subscriptions.**
|
429
|
+
# It should be called directly by the partner using service accounts.
|
428
430
|
# @param [String] name
|
429
431
|
# Required. The name of the subscription resource whose pending cancellation
|
430
432
|
# needs to be undone. It will have the format of "partners/`partner_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.43.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: 2024-
|
11
|
+
date: 2024-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.43.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: []
|