google-apis-cloudchannel_v1 0.17.0 → 0.20.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.
@@ -70,6 +70,12 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
+ class GoogleCloudChannelV1ChannelPartnerRepricingConfig
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -136,6 +142,12 @@ module Google
136
142
  include Google::Apis::Core::JsonObjectSupport
137
143
  end
138
144
 
145
+ class GoogleCloudChannelV1CustomerRepricingConfig
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
139
151
  class GoogleCloudChannelV1EduData
140
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
153
 
@@ -166,6 +178,18 @@ module Google
166
178
  include Google::Apis::Core::JsonObjectSupport
167
179
  end
168
180
 
181
+ class GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudChannelV1ListCustomerRepricingConfigsResponse
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
169
193
  class GoogleCloudChannelV1ListCustomersResponse
170
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
195
 
@@ -274,6 +298,12 @@ module Google
274
298
  include Google::Apis::Core::JsonObjectSupport
275
299
  end
276
300
 
301
+ class GoogleCloudChannelV1PercentageAdjustment
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
277
307
  class GoogleCloudChannelV1Period
278
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
309
 
@@ -358,6 +388,30 @@ module Google
358
388
  include Google::Apis::Core::JsonObjectSupport
359
389
  end
360
390
 
391
+ class GoogleCloudChannelV1RepricingAdjustment
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudChannelV1RepricingConfig
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudChannelV1RepricingConfigEntitlementGranularity
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
361
415
  class GoogleCloudChannelV1Sku
362
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
417
 
@@ -454,6 +508,12 @@ module Google
454
508
  include Google::Apis::Core::JsonObjectSupport
455
509
  end
456
510
 
511
+ class GoogleCloudChannelV1alpha1ChannelPartnerEvent
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
457
517
  class GoogleCloudChannelV1alpha1CommitmentSettings
458
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
519
 
@@ -562,6 +622,18 @@ module Google
562
622
  include Google::Apis::Core::JsonObjectSupport
563
623
  end
564
624
 
625
+ class GoogleTypeDate
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GoogleTypeDecimal
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
565
637
  class GoogleTypeMoney
566
638
  class Representation < Google::Apis::Core::JsonRepresentation; end
567
639
 
@@ -649,6 +721,16 @@ module Google
649
721
  end
650
722
  end
651
723
 
724
+ class GoogleCloudChannelV1ChannelPartnerRepricingConfig
725
+ # @private
726
+ class Representation < Google::Apis::Core::JsonRepresentation
727
+ property :name, as: 'name'
728
+ property :repricing_config, as: 'repricingConfig', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfig, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfig::Representation
729
+
730
+ property :update_time, as: 'updateTime'
731
+ end
732
+ end
733
+
652
734
  class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
653
735
  # @private
654
736
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -766,6 +848,16 @@ module Google
766
848
  end
767
849
  end
768
850
 
851
+ class GoogleCloudChannelV1CustomerRepricingConfig
852
+ # @private
853
+ class Representation < Google::Apis::Core::JsonRepresentation
854
+ property :name, as: 'name'
855
+ property :repricing_config, as: 'repricingConfig', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfig, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfig::Representation
856
+
857
+ property :update_time, as: 'updateTime'
858
+ end
859
+ end
860
+
769
861
  class GoogleCloudChannelV1EduData
770
862
  # @private
771
863
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -827,6 +919,24 @@ module Google
827
919
  end
828
920
  end
829
921
 
922
+ class GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse
923
+ # @private
924
+ class Representation < Google::Apis::Core::JsonRepresentation
925
+ collection :channel_partner_repricing_configs, as: 'channelPartnerRepricingConfigs', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerRepricingConfig, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerRepricingConfig::Representation
926
+
927
+ property :next_page_token, as: 'nextPageToken'
928
+ end
929
+ end
930
+
931
+ class GoogleCloudChannelV1ListCustomerRepricingConfigsResponse
932
+ # @private
933
+ class Representation < Google::Apis::Core::JsonRepresentation
934
+ collection :customer_repricing_configs, as: 'customerRepricingConfigs', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerRepricingConfig, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerRepricingConfig::Representation
935
+
936
+ property :next_page_token, as: 'nextPageToken'
937
+ end
938
+ end
939
+
830
940
  class GoogleCloudChannelV1ListCustomersResponse
831
941
  # @private
832
942
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1013,6 +1123,14 @@ module Google
1013
1123
  end
1014
1124
  end
1015
1125
 
1126
+ class GoogleCloudChannelV1PercentageAdjustment
1127
+ # @private
1128
+ class Representation < Google::Apis::Core::JsonRepresentation
1129
+ property :percentage, as: 'percentage', class: Google::Apis::CloudchannelV1::GoogleTypeDecimal, decorator: Google::Apis::CloudchannelV1::GoogleTypeDecimal::Representation
1130
+
1131
+ end
1132
+ end
1133
+
1016
1134
  class GoogleCloudChannelV1Period
1017
1135
  # @private
1018
1136
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1150,6 +1268,42 @@ module Google
1150
1268
  end
1151
1269
  end
1152
1270
 
1271
+ class GoogleCloudChannelV1RepricingAdjustment
1272
+ # @private
1273
+ class Representation < Google::Apis::Core::JsonRepresentation
1274
+ property :percentage_adjustment, as: 'percentageAdjustment', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PercentageAdjustment, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PercentageAdjustment::Representation
1275
+
1276
+ end
1277
+ end
1278
+
1279
+ class GoogleCloudChannelV1RepricingConfig
1280
+ # @private
1281
+ class Representation < Google::Apis::Core::JsonRepresentation
1282
+ property :adjustment, as: 'adjustment', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingAdjustment, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingAdjustment::Representation
1283
+
1284
+ property :channel_partner_granularity, as: 'channelPartnerGranularity', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity::Representation
1285
+
1286
+ property :effective_invoice_month, as: 'effectiveInvoiceMonth', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
1287
+
1288
+ property :entitlement_granularity, as: 'entitlementGranularity', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigEntitlementGranularity, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigEntitlementGranularity::Representation
1289
+
1290
+ property :rebilling_basis, as: 'rebillingBasis'
1291
+ end
1292
+ end
1293
+
1294
+ class GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity
1295
+ # @private
1296
+ class Representation < Google::Apis::Core::JsonRepresentation
1297
+ end
1298
+ end
1299
+
1300
+ class GoogleCloudChannelV1RepricingConfigEntitlementGranularity
1301
+ # @private
1302
+ class Representation < Google::Apis::Core::JsonRepresentation
1303
+ property :entitlement, as: 'entitlement'
1304
+ end
1305
+ end
1306
+
1153
1307
  class GoogleCloudChannelV1Sku
1154
1308
  # @private
1155
1309
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1290,6 +1444,14 @@ module Google
1290
1444
  end
1291
1445
  end
1292
1446
 
1447
+ class GoogleCloudChannelV1alpha1ChannelPartnerEvent
1448
+ # @private
1449
+ class Representation < Google::Apis::Core::JsonRepresentation
1450
+ property :channel_partner, as: 'channelPartner'
1451
+ property :event_type, as: 'eventType'
1452
+ end
1453
+ end
1454
+
1293
1455
  class GoogleCloudChannelV1alpha1CommitmentSettings
1294
1456
  # @private
1295
1457
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1393,6 +1555,8 @@ module Google
1393
1555
  class GoogleCloudChannelV1alpha1SubscriberEvent
1394
1556
  # @private
1395
1557
  class Representation < Google::Apis::Core::JsonRepresentation
1558
+ property :channel_partner_event, as: 'channelPartnerEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ChannelPartnerEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ChannelPartnerEvent::Representation
1559
+
1396
1560
  property :customer_event, as: 'customerEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CustomerEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CustomerEvent::Representation
1397
1561
 
1398
1562
  property :entitlement_event, as: 'entitlementEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1EntitlementEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1EntitlementEvent::Representation
@@ -1469,6 +1633,22 @@ module Google
1469
1633
  end
1470
1634
  end
1471
1635
 
1636
+ class GoogleTypeDate
1637
+ # @private
1638
+ class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :day, as: 'day'
1640
+ property :month, as: 'month'
1641
+ property :year, as: 'year'
1642
+ end
1643
+ end
1644
+
1645
+ class GoogleTypeDecimal
1646
+ # @private
1647
+ class Representation < Google::Apis::Core::JsonRepresentation
1648
+ property :value, as: 'value'
1649
+ end
1650
+ end
1651
+
1472
1652
  class GoogleTypeMoney
1473
1653
  # @private
1474
1654
  class Representation < Google::Apis::Core::JsonRepresentation