google-apis-androidpublisher_v3 0.29.0 → 0.30.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: 80437b0fed128186f8ec2faa98daff15df856a5d8844c2ab5e26da8d6e7d463e
4
- data.tar.gz: 1c436f279a432d3ba56e2d85a791764c8249653d38904d5cbb58ee71453359d2
3
+ metadata.gz: 5f87c1f51f9fe2b4b2baa481674f8d68045693dd4e6c14cef9924a12156f45c9
4
+ data.tar.gz: 8504c3c0960db052e3a3b7f66e0281f3ec518a1c8ea463580ccd58067fc24f3e
5
5
  SHA512:
6
- metadata.gz: 74cf149cde931e28a0fb91204433a949c7f2f8f4e21b349b55f62edc8172f48c38299165c4e14cef9e8b7ef94ce3aec203f5652c52a983b746f53ac288838b58
7
- data.tar.gz: 1e12f88de562812d7d7a8182553584d8a3004bb97cf7206dd3308fbf90892b0f139acba2bcff9e4efc1fc59244d61f0de9a3efe845299e0f19707cf96bdeb108
6
+ metadata.gz: e625802bbae6e27be90259ca93642c2061ebd016d399cb2c0a5700a44d50b6a028dabb541569d1cc520704a7a86ad5ae93224c9b22c3f1f32a2d580450f9f174
7
+ data.tar.gz: ddee45b721a3151616c02130ac6f7a4d20f12b5771f94040ca78548f964c9fb53dfe94b7d55652ba77e914da530649cd82df4e6209b358aae782ff6e26f99dd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.30.0 (2022-10-29)
4
+
5
+ * Regenerated from discovery document revision 20221025
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.29.0 (2022-09-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20220926
@@ -2747,6 +2747,14 @@ module Google
2747
2747
  attr_accessor :eligible_for_streaming_service_tax_rate
2748
2748
  alias_method :eligible_for_streaming_service_tax_rate?, :eligible_for_streaming_service_tax_rate
2749
2749
 
2750
+ # To collect communications or amusement taxes in the United States, choose the
2751
+ # appropriate tax category. By default Google will determine the collected rate
2752
+ # based on the buyer ZIP code. [Learn more](https://support.google.com/
2753
+ # googleplay/android-developer/answer/10463498#streaming_tax).
2754
+ # Corresponds to the JSON property `streamingTaxType`
2755
+ # @return [String]
2756
+ attr_accessor :streaming_tax_type
2757
+
2750
2758
  # Tax tier to specify reduced tax rate. Developers who sell digital news,
2751
2759
  # magazines, newspapers, books, or audiobooks in various regions may be eligible
2752
2760
  # for reduced tax rates. [Learn more](https://support.google.com/googleplay/
@@ -2762,6 +2770,7 @@ module Google
2762
2770
  # Update properties of this object
2763
2771
  def update!(**args)
2764
2772
  @eligible_for_streaming_service_tax_rate = args[:eligible_for_streaming_service_tax_rate] if args.key?(:eligible_for_streaming_service_tax_rate)
2773
+ @streaming_tax_type = args[:streaming_tax_type] if args.key?(:streaming_tax_type)
2765
2774
  @tax_tier = args[:tax_tier] if args.key?(:tax_tier)
2766
2775
  end
2767
2776
  end
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220926"
25
+ REVISION = "20221025"
26
26
  end
27
27
  end
28
28
  end
@@ -1629,6 +1629,7 @@ module Google
1629
1629
  # @private
1630
1630
  class Representation < Google::Apis::Core::JsonRepresentation
1631
1631
  property :eligible_for_streaming_service_tax_rate, as: 'eligibleForStreamingServiceTaxRate'
1632
+ property :streaming_tax_type, as: 'streamingTaxType'
1632
1633
  property :tax_tier, as: 'taxTier'
1633
1634
  end
1634
1635
  end
@@ -22,7 +22,9 @@ module Google
22
22
  module AndroidpublisherV3
23
23
  # Google Play Android Developer API
24
24
  #
25
- # Lets Android application developers access their Google Play accounts.
25
+ # Lets Android application developers access their Google Play accounts. At a
26
+ # high level, the expected workflow is to "insert" an Edit, make changes as
27
+ # necessary, and then "commit" it.
26
28
  #
27
29
  # @example
28
30
  # require 'google/apis/androidpublisher_v3'
@@ -21,7 +21,9 @@ module Google
21
21
  module Apis
22
22
  # Google Play Android Developer API
23
23
  #
24
- # Lets Android application developers access their Google Play accounts.
24
+ # Lets Android application developers access their Google Play accounts. At a
25
+ # high level, the expected workflow is to "insert" an Edit, make changes as
26
+ # necessary, and then "commit" it.
25
27
  #
26
28
  # @see https://developers.google.com/android-publisher
27
29
  module AndroidpublisherV3
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.29.0
4
+ version: 0.30.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.30.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: []