google-apis-androidpublisher_v3 0.12.0 → 0.16.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.
@@ -160,6 +160,48 @@ module Google
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
+ class GeneratedApksListResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GeneratedApksPerSigningKey
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GeneratedAssetPackSlice
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GeneratedSplitApk
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GeneratedStandaloneApk
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GeneratedUniversalApk
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Grant
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
163
205
  class Image
164
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
207
 
@@ -214,6 +256,12 @@ module Google
214
256
  include Google::Apis::Core::JsonObjectSupport
215
257
  end
216
258
 
259
+ class ListUsersResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
217
265
  class Listing
218
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
267
 
@@ -232,6 +280,12 @@ module Google
232
280
  include Google::Apis::Core::JsonObjectSupport
233
281
  end
234
282
 
283
+ class ManagedProductTaxAndComplianceSettings
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
235
289
  class Money
236
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
291
 
@@ -262,6 +316,12 @@ module Google
262
316
  include Google::Apis::Core::JsonObjectSupport
263
317
  end
264
318
 
319
+ class RegionalTaxRateInfo
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
265
325
  class Review
266
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
327
 
@@ -334,6 +394,12 @@ module Google
334
394
  include Google::Apis::Core::JsonObjectSupport
335
395
  end
336
396
 
397
+ class SubscriptionTaxAndComplianceSettings
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
337
403
  class SystemApksListResponse
338
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
405
 
@@ -364,18 +430,36 @@ module Google
364
430
  include Google::Apis::Core::JsonObjectSupport
365
431
  end
366
432
 
433
+ class TrackCountryAvailability
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
367
439
  class TrackRelease
368
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
441
 
370
442
  include Google::Apis::Core::JsonObjectSupport
371
443
  end
372
444
 
445
+ class TrackTargetedCountry
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
373
451
  class TracksListResponse
374
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
453
 
376
454
  include Google::Apis::Core::JsonObjectSupport
377
455
  end
378
456
 
457
+ class User
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
379
463
  class UserComment
380
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
465
 
@@ -629,6 +713,73 @@ module Google
629
713
  end
630
714
  end
631
715
 
716
+ class GeneratedApksListResponse
717
+ # @private
718
+ class Representation < Google::Apis::Core::JsonRepresentation
719
+ collection :generated_apks, as: 'generatedApks', class: Google::Apis::AndroidpublisherV3::GeneratedApksPerSigningKey, decorator: Google::Apis::AndroidpublisherV3::GeneratedApksPerSigningKey::Representation
720
+
721
+ end
722
+ end
723
+
724
+ class GeneratedApksPerSigningKey
725
+ # @private
726
+ class Representation < Google::Apis::Core::JsonRepresentation
727
+ property :certificate_sha256_hash, as: 'certificateSha256Hash'
728
+ collection :generated_asset_pack_slices, as: 'generatedAssetPackSlices', class: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice, decorator: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice::Representation
729
+
730
+ collection :generated_split_apks, as: 'generatedSplitApks', class: Google::Apis::AndroidpublisherV3::GeneratedSplitApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedSplitApk::Representation
731
+
732
+ collection :generated_standalone_apks, as: 'generatedStandaloneApks', class: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk::Representation
733
+
734
+ property :generated_universal_apk, as: 'generatedUniversalApk', class: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk::Representation
735
+
736
+ end
737
+ end
738
+
739
+ class GeneratedAssetPackSlice
740
+ # @private
741
+ class Representation < Google::Apis::Core::JsonRepresentation
742
+ property :download_id, as: 'downloadId'
743
+ property :module_name, as: 'moduleName'
744
+ property :slice_id, as: 'sliceId'
745
+ property :version, :numeric_string => true, as: 'version'
746
+ end
747
+ end
748
+
749
+ class GeneratedSplitApk
750
+ # @private
751
+ class Representation < Google::Apis::Core::JsonRepresentation
752
+ property :download_id, as: 'downloadId'
753
+ property :module_name, as: 'moduleName'
754
+ property :split_id, as: 'splitId'
755
+ property :variant_id, as: 'variantId'
756
+ end
757
+ end
758
+
759
+ class GeneratedStandaloneApk
760
+ # @private
761
+ class Representation < Google::Apis::Core::JsonRepresentation
762
+ property :download_id, as: 'downloadId'
763
+ property :variant_id, as: 'variantId'
764
+ end
765
+ end
766
+
767
+ class GeneratedUniversalApk
768
+ # @private
769
+ class Representation < Google::Apis::Core::JsonRepresentation
770
+ property :download_id, as: 'downloadId'
771
+ end
772
+ end
773
+
774
+ class Grant
775
+ # @private
776
+ class Representation < Google::Apis::Core::JsonRepresentation
777
+ collection :app_level_permissions, as: 'appLevelPermissions'
778
+ property :name, as: 'name'
779
+ property :package_name, as: 'packageName'
780
+ end
781
+ end
782
+
632
783
  class Image
633
784
  # @private
634
785
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -672,6 +823,8 @@ module Google
672
823
  property :grace_period, as: 'gracePeriod'
673
824
  hash :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::InAppProductListing, decorator: Google::Apis::AndroidpublisherV3::InAppProductListing::Representation
674
825
 
826
+ property :managed_product_taxes_and_compliance_settings, as: 'managedProductTaxesAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::ManagedProductTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::ManagedProductTaxAndComplianceSettings::Representation
827
+
675
828
  property :package_name, as: 'packageName'
676
829
  hash :prices, as: 'prices', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
677
830
 
@@ -679,6 +832,8 @@ module Google
679
832
  property :sku, as: 'sku'
680
833
  property :status, as: 'status'
681
834
  property :subscription_period, as: 'subscriptionPeriod'
835
+ property :subscription_taxes_and_compliance_settings, as: 'subscriptionTaxesAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings::Representation
836
+
682
837
  property :trial_period, as: 'trialPeriod'
683
838
  end
684
839
  end
@@ -724,6 +879,15 @@ module Google
724
879
  end
725
880
  end
726
881
 
882
+ class ListUsersResponse
883
+ # @private
884
+ class Representation < Google::Apis::Core::JsonRepresentation
885
+ property :next_page_token, as: 'nextPageToken'
886
+ collection :users, as: 'users', class: Google::Apis::AndroidpublisherV3::User, decorator: Google::Apis::AndroidpublisherV3::User::Representation
887
+
888
+ end
889
+ end
890
+
727
891
  class Listing
728
892
  # @private
729
893
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -752,6 +916,15 @@ module Google
752
916
  end
753
917
  end
754
918
 
919
+ class ManagedProductTaxAndComplianceSettings
920
+ # @private
921
+ class Representation < Google::Apis::Core::JsonRepresentation
922
+ property :eea_withdrawal_right_type, as: 'eeaWithdrawalRightType'
923
+ hash :tax_rate_info_by_region_code, as: 'taxRateInfoByRegionCode', class: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo::Representation
924
+
925
+ end
926
+ end
927
+
755
928
  class Money
756
929
  # @private
757
930
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -805,6 +978,14 @@ module Google
805
978
  end
806
979
  end
807
980
 
981
+ class RegionalTaxRateInfo
982
+ # @private
983
+ class Representation < Google::Apis::Core::JsonRepresentation
984
+ property :eligible_for_streaming_service_tax_rate, as: 'eligibleForStreamingServiceTaxRate'
985
+ property :tax_tier, as: 'taxTier'
986
+ end
987
+ end
988
+
808
989
  class Review
809
990
  # @private
810
991
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -936,6 +1117,15 @@ module Google
936
1117
  end
937
1118
  end
938
1119
 
1120
+ class SubscriptionTaxAndComplianceSettings
1121
+ # @private
1122
+ class Representation < Google::Apis::Core::JsonRepresentation
1123
+ property :eea_withdrawal_right_type, as: 'eeaWithdrawalRightType'
1124
+ hash :tax_rate_info_by_region_code, as: 'taxRateInfoByRegionCode', class: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo::Representation
1125
+
1126
+ end
1127
+ end
1128
+
939
1129
  class SystemApksListResponse
940
1130
  # @private
941
1131
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -976,6 +1166,16 @@ module Google
976
1166
  end
977
1167
  end
978
1168
 
1169
+ class TrackCountryAvailability
1170
+ # @private
1171
+ class Representation < Google::Apis::Core::JsonRepresentation
1172
+ collection :countries, as: 'countries', class: Google::Apis::AndroidpublisherV3::TrackTargetedCountry, decorator: Google::Apis::AndroidpublisherV3::TrackTargetedCountry::Representation
1173
+
1174
+ property :rest_of_world, as: 'restOfWorld'
1175
+ property :sync_with_production, as: 'syncWithProduction'
1176
+ end
1177
+ end
1178
+
979
1179
  class TrackRelease
980
1180
  # @private
981
1181
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -991,6 +1191,13 @@ module Google
991
1191
  end
992
1192
  end
993
1193
 
1194
+ class TrackTargetedCountry
1195
+ # @private
1196
+ class Representation < Google::Apis::Core::JsonRepresentation
1197
+ property :country_code, as: 'countryCode'
1198
+ end
1199
+ end
1200
+
994
1201
  class TracksListResponse
995
1202
  # @private
996
1203
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1000,6 +1207,20 @@ module Google
1000
1207
  end
1001
1208
  end
1002
1209
 
1210
+ class User
1211
+ # @private
1212
+ class Representation < Google::Apis::Core::JsonRepresentation
1213
+ property :access_state, as: 'accessState'
1214
+ collection :developer_account_permissions, as: 'developerAccountPermissions'
1215
+ property :email, as: 'email'
1216
+ property :expiration_time, as: 'expirationTime'
1217
+ collection :grants, as: 'grants', class: Google::Apis::AndroidpublisherV3::Grant, decorator: Google::Apis::AndroidpublisherV3::Grant::Representation
1218
+
1219
+ property :name, as: 'name'
1220
+ property :partial, as: 'partial'
1221
+ end
1222
+ end
1223
+
1003
1224
  class UserComment
1004
1225
  # @private
1005
1226
  class Representation < Google::Apis::Core::JsonRepresentation