google-apis-paymentsresellersubscription_v1 0.47.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11ee265494a2296a55a2db2d9b90ecdd6f987dd1d8be59cf3e3158be64e5317c
|
4
|
+
data.tar.gz: 28050c58a545cfc4ddc9d8bb71ac4551bb2cc799666a5cd3cf4f6137ae44edf4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80ea5af41e49f35b98e80644ddef4bc48ed43e88c7e9c25d189bf0561bc7d45f80043938e38f7322236d4a636b27f507075d11ea3652dcc955d1dde78aeb04a7
|
7
|
+
data.tar.gz: 003d7c926f2782a6dc1e3b07e9b5c9513924b34e19dc1ce8879247c4fbc28f9de73aa14d020cf1503d048d9a0f15da0480eca08cad9891c657f1c843972c0067
|
data/CHANGELOG.md
CHANGED
@@ -506,8 +506,8 @@ module Google
|
|
506
506
|
class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
|
507
507
|
include Google::Apis::Core::Hashable
|
508
508
|
|
509
|
-
# Output only.
|
510
|
-
#
|
509
|
+
# Output only. This identifies whether the subscription is attached to a Google
|
510
|
+
# Home structure.
|
511
511
|
# Corresponds to the JSON property `attachedToGoogleStructure`
|
512
512
|
# @return [Boolean]
|
513
513
|
attr_accessor :attached_to_google_structure
|
@@ -696,7 +696,7 @@ module Google
|
|
696
696
|
# @return [Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig>]
|
697
697
|
attr_accessor :price_configs
|
698
698
|
|
699
|
-
# Output only.
|
699
|
+
# Output only. Specifies the type of the product.
|
700
700
|
# Corresponds to the JSON property `productType`
|
701
701
|
# @return [String]
|
702
702
|
attr_accessor :product_type
|
@@ -843,7 +843,7 @@ module Google
|
|
843
843
|
# @return [String]
|
844
844
|
attr_accessor :name
|
845
845
|
|
846
|
-
# Output only.
|
846
|
+
# Output only. Specifies the type of the promotion.
|
847
847
|
# Corresponds to the JSON property `promotionType`
|
848
848
|
# @return [String]
|
849
849
|
attr_accessor :promotion_type
|
@@ -917,8 +917,7 @@ module Google
|
|
917
917
|
# @return [Fixnum]
|
918
918
|
attr_accessor :discount_ratio_micros
|
919
919
|
|
920
|
-
# Output only.
|
921
|
-
# cycles.
|
920
|
+
# Output only. The duration of an introductory offer in billing cycles.
|
922
921
|
# Corresponds to the JSON property `recurrenceCount`
|
923
922
|
# @return [Fixnum]
|
924
923
|
attr_accessor :recurrence_count
|
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250312"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -51,9 +51,9 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
-
#
|
55
|
-
#
|
56
|
-
#
|
54
|
+
# Currently, it doesn't support **YouTube** products. Retrieves the products
|
55
|
+
# that can be resold by the partner. It should be autenticated with a service
|
56
|
+
# account.
|
57
57
|
# @param [String] parent
|
58
58
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
59
59
|
# @param [String] filter
|
@@ -104,9 +104,9 @@ module Google
|
|
104
104
|
execute_or_queue_command(command, &block)
|
105
105
|
end
|
106
106
|
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# which will skip the consent screen.
|
107
|
+
# Currently, it is only enabeld for **YouTube**. Finds eligible promotions for
|
108
|
+
# the current user. The API requires user authorization via OAuth. The bare
|
109
|
+
# minimum oauth scope `openid` is sufficient, which will skip the consent screen.
|
110
110
|
# @param [String] parent
|
111
111
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
112
112
|
# @param [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest] google_cloud_payments_reseller_subscription_v1_find_eligible_promotions_request_object
|
@@ -139,8 +139,8 @@ module Google
|
|
139
139
|
execute_or_queue_command(command, &block)
|
140
140
|
end
|
141
141
|
|
142
|
-
#
|
143
|
-
#
|
142
|
+
# Currently, it doesn't support **YouTube** promotions. Retrieves the promotions,
|
143
|
+
# such as free trial, that can be used by the partner. It should be
|
144
144
|
# autenticated with a service account.
|
145
145
|
# @param [String] parent
|
146
146
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
@@ -194,9 +194,9 @@ module Google
|
|
194
194
|
execute_or_queue_command(command, &block)
|
195
195
|
end
|
196
196
|
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
197
|
+
# Cancels a subscription service either immediately or by the end of the current
|
198
|
+
# billing cycle for their customers. It should be called directly by the partner
|
199
|
+
# using service accounts.
|
200
200
|
# @param [String] name
|
201
201
|
# Required. The name of the subscription resource to be cancelled. It will have
|
202
202
|
# the format of "partners/`partner_id`/subscriptions/`subscription_id`"
|
@@ -272,10 +272,9 @@ module Google
|
|
272
272
|
execute_or_queue_command(command, &block)
|
273
273
|
end
|
274
274
|
|
275
|
-
#
|
276
|
-
#
|
277
|
-
#
|
278
|
-
# OAuth.
|
275
|
+
# Entitles a previously provisioned subscription to the current end user. The
|
276
|
+
# end user identity is inferred from the authorized credential of the request.
|
277
|
+
# This API must be authorized by the end user using OAuth.
|
279
278
|
# @param [String] name
|
280
279
|
# Required. The name of the subscription resource that is entitled to the
|
281
280
|
# current end user. It will have the format of "partners/`partner_id`/
|
@@ -310,10 +309,10 @@ module Google
|
|
310
309
|
execute_or_queue_command(command, &block)
|
311
310
|
end
|
312
311
|
|
313
|
-
# [Opt-in only] Most partners should be on auto-extend by default.
|
314
|
-
#
|
315
|
-
#
|
316
|
-
#
|
312
|
+
# [Opt-in only] Most partners should be on auto-extend by default. Extends a
|
313
|
+
# subscription service for their customers on an ongoing basis for the
|
314
|
+
# subscription to remain active and renewable. It should be called directly by
|
315
|
+
# the partner using service accounts.
|
317
316
|
# @param [String] name
|
318
317
|
# Required. The name of the subscription resource to be extended. It will have
|
319
318
|
# the format of "partners/`partner_id`/subscriptions/`subscription_id`".
|
@@ -347,8 +346,8 @@ module Google
|
|
347
346
|
execute_or_queue_command(command, &block)
|
348
347
|
end
|
349
348
|
|
350
|
-
#
|
351
|
-
#
|
349
|
+
# Gets a subscription by id. It should be called directly by the partner using
|
350
|
+
# service accounts.
|
352
351
|
# @param [String] name
|
353
352
|
# Required. The name of the subscription resource to retrieve. It will have the
|
354
353
|
# format of "partners/`partner_id`/subscriptions/`subscription_id`"
|
@@ -423,10 +422,11 @@ module Google
|
|
423
422
|
execute_or_queue_command(command, &block)
|
424
423
|
end
|
425
424
|
|
426
|
-
#
|
425
|
+
# Currently, it is used by **Google One, Play Pass** partners. Revokes the
|
426
|
+
# pending cancellation of a subscription, which is currently in `
|
427
427
|
# STATE_CANCEL_AT_END_OF_CYCLE` state. If the subscription is already cancelled,
|
428
|
-
# the request will fail.
|
429
|
-
#
|
428
|
+
# the request will fail. It should be called directly by the partner using
|
429
|
+
# service accounts.
|
430
430
|
# @param [String] name
|
431
431
|
# Required. The name of the subscription resource whose pending cancellation
|
432
432
|
# needs to be undone. It will have the format of "partners/`partner_id`/
|
@@ -462,10 +462,10 @@ module Google
|
|
462
462
|
end
|
463
463
|
|
464
464
|
# This API replaces user authorized OAuth consent based APIs (Create, Entitle).
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
468
|
-
#
|
465
|
+
# Issues a timed session token for the given user intent. You can use the
|
466
|
+
# session token to redirect the user to Google to finish the signup flow. You
|
467
|
+
# can re-generate new session token repeatedly for the same request if necessary,
|
468
|
+
# regardless of the previous tokens being expired or not.
|
469
469
|
# @param [String] parent
|
470
470
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
471
471
|
# @param [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest] google_cloud_payments_reseller_subscription_v1_generate_user_session_request_object
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.48.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.48.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|