google-apis-androidpublisher_v3 0.56.0 → 0.58.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: bae3b900ab545127aa2d3656c7c6540d2848843004676a2a32f86f7dbffbc0ab
4
- data.tar.gz: 3cb4b44eb7c279370205bdc7084605b336291c2b7e1c346fb2616f8a356432d4
3
+ metadata.gz: e1610019642e40ef6d062e900a3764c0c37ae9d40a1bdea4ddae2cb0262b456c
4
+ data.tar.gz: b70886148bf21d11aa5e33d6e717534141f3f6d772c8e098a990ca479bad0f14
5
5
  SHA512:
6
- metadata.gz: 145e035b2567cbf2c1d2c2620cddfe898f3293cdce154d0630bcda3053de9ec249dab35bb88f2ac6462178b2590b53c619c79694850e1c21980a9c6952711628
7
- data.tar.gz: 9dcfcfe1f9a60e9e409dbf405362da1a578e2354545ba5ac1294c7bc4fadd1255f372cf163756548b173c39410e1558fff5e3e6234eb2ddfe8dcc259c58fd6ee
6
+ metadata.gz: 0bb124aa58a8bc8c22efe55ff5a1bdbf0f4e4426c18e0ecbd99727e5c9f8dff5da32d375d55741046a8bef93a20b3492ade19a0f8bca95198bfdada433b1faf6
7
+ data.tar.gz: 2a47dfc1d4d712379f6e6a63f914613c32c4536cc5a47931b5766428bef6ee44e0528b6aaf4286ff2042b8b75a86b21dbed01be2679464389085d9b00fe30738
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.58.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240222
6
+
7
+ ### v0.57.0 (2024-02-11)
8
+
9
+ * Regenerated from discovery document revision 20240207
10
+
3
11
  ### v0.56.0 (2024-02-04)
4
12
 
5
13
  * Regenerated from discovery document revision 20240129
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/android-publisher) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -618,8 +618,7 @@ module Google
618
618
  end
619
619
  end
620
620
 
621
- # Data format for a list of app versions. Only one app version is supported for
622
- # now.
621
+ # Data format for a list of app versions.
623
622
  class AppVersionList
624
623
  include Google::Apis::Core::Hashable
625
624
 
@@ -663,7 +662,7 @@ module Google
663
662
  end
664
663
  end
665
664
 
666
- # Request message for ArchiveSubscription.
665
+ # Deprecated: subscription archiving is not supported.
667
666
  class ArchiveSubscriptionRequest
668
667
  include Google::Apis::Core::Hashable
669
668
 
@@ -731,6 +730,13 @@ module Google
731
730
  class AutoRenewingBasePlanType
732
731
  include Google::Apis::Core::Hashable
733
732
 
733
+ # Optional. Account hold period of the subscription, specified in ISO 8601
734
+ # format. Acceptable values must be in DAYS and in the range P0D (zero days) to
735
+ # P30D (30 days). If not specified, the default value is P30D (30 days).
736
+ # Corresponds to the JSON property `accountHoldDuration`
737
+ # @return [String]
738
+ attr_accessor :account_hold_duration
739
+
734
740
  # Required. Subscription period, specified in ISO 8601 format. For a list of
735
741
  # acceptable billing periods, refer to the help center.
736
742
  # Corresponds to the JSON property `billingPeriodDuration`
@@ -782,6 +788,7 @@ module Google
782
788
 
783
789
  # Update properties of this object
784
790
  def update!(**args)
791
+ @account_hold_duration = args[:account_hold_duration] if args.key?(:account_hold_duration)
785
792
  @billing_period_duration = args[:billing_period_duration] if args.key?(:billing_period_duration)
786
793
  @grace_period_duration = args[:grace_period_duration] if args.key?(:grace_period_duration)
787
794
  @legacy_compatible = args[:legacy_compatible] if args.key?(:legacy_compatible)
@@ -4463,7 +4470,7 @@ module Google
4463
4470
  include Google::Apis::Core::Hashable
4464
4471
 
4465
4472
  # You must tell us if your app contains streaming products to correctly charge
4466
- # US state and local sales tax. Field only supported in United States.
4473
+ # US state and local sales tax. Field only supported in the United States.
4467
4474
  # Corresponds to the JSON property `eligibleForStreamingServiceTaxRate`
4468
4475
  # @return [Boolean]
4469
4476
  attr_accessor :eligible_for_streaming_service_tax_rate
@@ -4839,10 +4846,10 @@ module Google
4839
4846
 
4840
4847
  # Required. Contents of the CSV file containing Data Safety responses. For the
4841
4848
  # format of this file, see the Help Center documentation at https://support.
4842
- # google.com/googleplay/android-developer/answer/10787469?hl=en#zippy=%
4843
- # 2Cunderstand-the-csv-format To download an up to date template, follow the
4844
- # steps at https://support.google.com/googleplay/android-developer/answer/
4845
- # 10787469?hl=en#zippy=%2Cexport-to-a-csv-file
4849
+ # google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cunderstand-
4850
+ # the-csv-format To download an up to date template, follow the steps at https://
4851
+ # support.google.com/googleplay/android-developer/answer/10787469?#zippy=%
4852
+ # 2Cexport-to-a-csv-file
4846
4853
  # Corresponds to the JSON property `safetyLabels`
4847
4854
  # @return [String]
4848
4855
  attr_accessor :safety_labels
@@ -5092,9 +5099,7 @@ module Google
5092
5099
  class Subscription
5093
5100
  include Google::Apis::Core::Hashable
5094
5101
 
5095
- # Output only. Whether this subscription is archived. Archived subscriptions are
5096
- # not available to any subscriber any longer, cannot be updated, and are not
5097
- # returned in list requests unless the show archived flag is passed in.
5102
+ # Output only. Deprecated: subscription archiving is not supported.
5098
5103
  # Corresponds to the JSON property `archived`
5099
5104
  # @return [Boolean]
5100
5105
  attr_accessor :archived
@@ -6067,8 +6072,7 @@ module Google
6067
6072
  # @return [Google::Apis::AndroidpublisherV3::Regions]
6068
6073
  attr_accessor :regions
6069
6074
 
6070
- # Data format for a list of app versions. Only one app version is supported for
6071
- # now.
6075
+ # Data format for a list of app versions.
6072
6076
  # Corresponds to the JSON property `versionList`
6073
6077
  # @return [Google::Apis::AndroidpublisherV3::AppVersionList]
6074
6078
  attr_accessor :version_list
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidpublisherV3
18
18
  # Version of the google-apis-androidpublisher_v3 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240129"
25
+ REVISION = "20240222"
26
26
  end
27
27
  end
28
28
  end
@@ -1591,6 +1591,7 @@ module Google
1591
1591
  class AutoRenewingBasePlanType
1592
1592
  # @private
1593
1593
  class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :account_hold_duration, as: 'accountHoldDuration'
1594
1595
  property :billing_period_duration, as: 'billingPeriodDuration'
1595
1596
  property :grace_period_duration, as: 'gracePeriodDuration'
1596
1597
  property :legacy_compatible, as: 'legacyCompatible'
@@ -2586,10 +2586,7 @@ module Google
2586
2586
  execute_or_queue_command(command, &block)
2587
2587
  end
2588
2588
 
2589
- # Archives a subscription. Can only be done if at least one base plan was active
2590
- # in the past, and no base plan is available for new or existing subscribers
2591
- # currently. This action is irreversible, and the subscription ID will remain
2592
- # reserved.
2589
+ # Deprecated: subscription archiving is not supported.
2593
2590
  # @param [String] package_name
2594
2591
  # Required. The parent app (package name) of the app of the subscription to
2595
2592
  # delete.
@@ -2828,8 +2825,7 @@ module Google
2828
2825
  # provided to `ListSubscriptions` must match the call that provided the page
2829
2826
  # token.
2830
2827
  # @param [Boolean] show_archived
2831
- # Whether archived subscriptions should be included in the response. Defaults to
2832
- # false.
2828
+ # Deprecated: subscription archiving is not supported.
2833
2829
  # @param [String] fields
2834
2830
  # Selector specifying which fields to include in a partial response.
2835
2831
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.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-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.12.0
19
+ version: 0.14.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.12.0
29
+ version: 0.14.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-androidpublisher_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play Android Developer API V3