google-apis-paymentsresellersubscription_v1 0.42.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: 5d4d36fe13caf4aa705abc74f57e4f23b8a89044457b3624d41f176f05ebff91
4
- data.tar.gz: 490b5d2c05f8a83e80fc50bbaf01baed80c11ad4484816777f6a1c2527b86118
3
+ metadata.gz: 25a72439c7db3290a93b10c6566264ac0272f04ce31de4aafbf477b81e2c418e
4
+ data.tar.gz: 247327166158c86ddb4250aab79664dbfc40f551e12beb02c7728e6a23f80c40
5
5
  SHA512:
6
- metadata.gz: e37da4a472b5771781059388064e4a26fa6d30d3e7a75ada559aaa0315444a5c08165584160459f41f513b6359e090f38d0b5cca1a679114c294369f1c388f5a
7
- data.tar.gz: b86227d34f1125c23419cf494a9ff2b889d4e793d85909c46a5803c17c3269e838bda54095a90f5c28e21889692eb8d6549a1ac7f1b1aa78e9e2d2ce1ed037b3
6
+ metadata.gz: 24eec46035c9e0f02735e9641991aea0d16995113d5910a6d23364f8bd357079fdbbe9e86654e95373308b4ee0918bbbbcf9f42c2f1a04309a213ce022109f76
7
+ data.tar.gz: 82a7e7de089da2b8c727b84f866569631bb12f1457789d1f41d526af230c47abc77a073afeba99b6c479baeabc9332b2ac49788347a36ffb218999140208f6e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.42.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -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 subscription to an
133
- # end user. The end user identity is inferred from the request OAuth context.
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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240404"
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
- # To retrieve the promotions, such as free trial, that can be used by the
142
- # partner. It should be autenticated with a service account.
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
- # Used by partners to revoke the pending cancellation of a subscription, which
425
- # is currently in `STATE_CANCEL_AT_END_OF_CYCLE` state. If the subscription is
426
- # already cancelled, the request will fail. It should be called directly by the
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.42.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-05-26 00:00:00.000000000 Z
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
@@ -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.42.0
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: []