google-apis-paymentsresellersubscription_v1 0.30.0 → 0.31.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: 31a821d82ff2e92490b3ce71b2678036a353993a5b8edae79678bf22233d769d
4
- data.tar.gz: a9876b2e507917f77934beb56e528e2ae50c6da15eb8c79c9446f4fc072e2992
3
+ metadata.gz: 3ad38c0a6094f11d08cafeeb991defe1b1d2c60c67243b1cd429003f90694296
4
+ data.tar.gz: 68d77c8f8858388616f06caf18c05eb100d1a3c22e6c71cea02714a2cc613979
5
5
  SHA512:
6
- metadata.gz: 0c4424a313b0e71efef0efbd86a356ac73bf37e311e9915de8db0d99d2a221df6b88b51e2806ccd4ff7b491175f41ce3453bdc0327f7316c89fdf3fdaaf25910
7
- data.tar.gz: 891e8f56b31fb0abb9c1e1ed9ad138c94a733dbf63e3ede5f41bfac65b11c3788029f636e0f3c7bdb1d5b288dbef58dab1da850902f08009cafd0ba61e720bbc
6
+ metadata.gz: 839238b6271a218f710a5200e8b14020b3e81be05bc987f75a18bd0d8e926c7489b5ae933f3d3ba7eb3d5462a9e2820d735d5dc63d37f7d028e98a65445e3fd7
7
+ data.tar.gz: 0e2cbf097f9c2f7640465cca0b797bbb9b7211f9f752dd61f21a5269b1a217f8950930fb51dc37f9da63ca483e23a1c961d06c1389d16a9e3366f79c31fe53f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-paymentsresellersubscription_v1
2
2
 
3
+ ### v0.31.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230604
6
+
3
7
  ### v0.30.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230504
@@ -1058,6 +1058,11 @@ module Google
1058
1058
  class GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
1059
1059
  include Google::Apis::Core::Hashable
1060
1060
 
1061
+ # Output only. The access expiration time for this line item.
1062
+ # Corresponds to the JSON property `accessEndTime`
1063
+ # @return [String]
1064
+ attr_accessor :access_end_time
1065
+
1061
1066
  # The list of eligibility_ids which are applicable for the line item.
1062
1067
  # Corresponds to the JSON property `partnerEligibilityIds`
1063
1068
  # @return [Array<String>]
@@ -1069,6 +1074,7 @@ module Google
1069
1074
 
1070
1075
  # Update properties of this object
1071
1076
  def update!(**args)
1077
+ @access_end_time = args[:access_end_time] if args.key?(:access_end_time)
1072
1078
  @partner_eligibility_ids = args[:partner_eligibility_ids] if args.key?(:partner_eligibility_ids)
1073
1079
  end
1074
1080
  end
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230504"
25
+ REVISION = "20230604"
26
26
  end
27
27
  end
28
28
  end
@@ -520,6 +520,7 @@ module Google
520
520
  class GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
521
521
  # @private
522
522
  class Representation < Google::Apis::Core::JsonRepresentation
523
+ property :access_end_time, as: 'accessEndTime'
523
524
  collection :partner_eligibility_ids, as: 'partnerEligibilityIds'
524
525
  end
525
526
  end
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.30.0
4
+ version: 0.31.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-11 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.31.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: []