google-apis-cloudchannel_v1 0.28.0 → 0.30.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/cloudchannel_v1/classes.rb +1073 -96
- data/lib/google/apis/cloudchannel_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudchannel_v1/representations.rb +415 -0
- data/lib/google/apis/cloudchannel_v1/service.rb +127 -0
- data/lib/google/apis/cloudchannel_v1.rb +3 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudchannelV1
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,12 +100,24 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class GoogleCloudChannelV1Column
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class GoogleCloudChannelV1CommitmentSettings
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
106
112
|
include Google::Apis::Core::JsonObjectSupport
|
107
113
|
end
|
108
114
|
|
115
|
+
class GoogleCloudChannelV1ConditionalOverride
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
109
121
|
class GoogleCloudChannelV1Constraints
|
110
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
123
|
|
@@ -148,6 +160,12 @@ module Google
|
|
148
160
|
include Google::Apis::Core::JsonObjectSupport
|
149
161
|
end
|
150
162
|
|
163
|
+
class GoogleCloudChannelV1DateRange
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
151
169
|
class GoogleCloudChannelV1EduData
|
152
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
171
|
|
@@ -166,6 +184,18 @@ module Google
|
|
166
184
|
include Google::Apis::Core::JsonObjectSupport
|
167
185
|
end
|
168
186
|
|
187
|
+
class GoogleCloudChannelV1FetchReportResultsRequest
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleCloudChannelV1FetchReportResultsResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
169
199
|
class GoogleCloudChannelV1ImportCustomerRequest
|
170
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
201
|
|
@@ -226,6 +256,12 @@ module Google
|
|
226
256
|
include Google::Apis::Core::JsonObjectSupport
|
227
257
|
end
|
228
258
|
|
259
|
+
class GoogleCloudChannelV1ListReportsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
229
265
|
class GoogleCloudChannelV1ListSkusResponse
|
230
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
267
|
|
@@ -388,12 +424,48 @@ module Google
|
|
388
424
|
include Google::Apis::Core::JsonObjectSupport
|
389
425
|
end
|
390
426
|
|
427
|
+
class GoogleCloudChannelV1Report
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudChannelV1ReportJob
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudChannelV1ReportResultsMetadata
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudChannelV1ReportStatus
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudChannelV1ReportValue
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
391
457
|
class GoogleCloudChannelV1RepricingAdjustment
|
392
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
459
|
|
394
460
|
include Google::Apis::Core::JsonObjectSupport
|
395
461
|
end
|
396
462
|
|
463
|
+
class GoogleCloudChannelV1RepricingCondition
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
397
469
|
class GoogleCloudChannelV1RepricingConfig
|
398
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
471
|
|
@@ -412,12 +484,36 @@ module Google
|
|
412
484
|
include Google::Apis::Core::JsonObjectSupport
|
413
485
|
end
|
414
486
|
|
487
|
+
class GoogleCloudChannelV1Row
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class GoogleCloudChannelV1RunReportJobRequest
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudChannelV1RunReportJobResponse
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
415
505
|
class GoogleCloudChannelV1Sku
|
416
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
507
|
|
418
508
|
include Google::Apis::Core::JsonObjectSupport
|
419
509
|
end
|
420
510
|
|
511
|
+
class GoogleCloudChannelV1SkuGroupCondition
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
421
517
|
class GoogleCloudChannelV1StartPaidServiceRequest
|
422
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
519
|
|
@@ -514,6 +610,12 @@ module Google
|
|
514
610
|
include Google::Apis::Core::JsonObjectSupport
|
515
611
|
end
|
516
612
|
|
613
|
+
class GoogleCloudChannelV1alpha1Column
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
517
619
|
class GoogleCloudChannelV1alpha1CommitmentSettings
|
518
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
621
|
|
@@ -526,6 +628,12 @@ module Google
|
|
526
628
|
include Google::Apis::Core::JsonObjectSupport
|
527
629
|
end
|
528
630
|
|
631
|
+
class GoogleCloudChannelV1alpha1DateRange
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
529
637
|
class GoogleCloudChannelV1alpha1Entitlement
|
530
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
639
|
|
@@ -568,6 +676,36 @@ module Google
|
|
568
676
|
include Google::Apis::Core::JsonObjectSupport
|
569
677
|
end
|
570
678
|
|
679
|
+
class GoogleCloudChannelV1alpha1Report
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class GoogleCloudChannelV1alpha1ReportJob
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class GoogleCloudChannelV1alpha1ReportResultsMetadata
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class GoogleCloudChannelV1alpha1ReportStatus
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class GoogleCloudChannelV1alpha1RunReportJobResponse
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
571
709
|
class GoogleCloudChannelV1alpha1SubscriberEvent
|
572
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
711
|
|
@@ -628,6 +766,12 @@ module Google
|
|
628
766
|
include Google::Apis::Core::JsonObjectSupport
|
629
767
|
end
|
630
768
|
|
769
|
+
class GoogleTypeDateTime
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
631
775
|
class GoogleTypeDecimal
|
632
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
777
|
|
@@ -646,6 +790,12 @@ module Google
|
|
646
790
|
include Google::Apis::Core::JsonObjectSupport
|
647
791
|
end
|
648
792
|
|
793
|
+
class GoogleTypeTimeZone
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
649
799
|
class GoogleCloudChannelV1ActivateEntitlementRequest
|
650
800
|
# @private
|
651
801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -771,6 +921,15 @@ module Google
|
|
771
921
|
end
|
772
922
|
end
|
773
923
|
|
924
|
+
class GoogleCloudChannelV1Column
|
925
|
+
# @private
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
927
|
+
property :column_id, as: 'columnId'
|
928
|
+
property :data_type, as: 'dataType'
|
929
|
+
property :display_name, as: 'displayName'
|
930
|
+
end
|
931
|
+
end
|
932
|
+
|
774
933
|
class GoogleCloudChannelV1CommitmentSettings
|
775
934
|
# @private
|
776
935
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -781,6 +940,17 @@ module Google
|
|
781
940
|
end
|
782
941
|
end
|
783
942
|
|
943
|
+
class GoogleCloudChannelV1ConditionalOverride
|
944
|
+
# @private
|
945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
946
|
+
property :adjustment, as: 'adjustment', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingAdjustment, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingAdjustment::Representation
|
947
|
+
|
948
|
+
property :rebilling_basis, as: 'rebillingBasis'
|
949
|
+
property :repricing_condition, as: 'repricingCondition', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingCondition, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingCondition::Representation
|
950
|
+
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
784
954
|
class GoogleCloudChannelV1Constraints
|
785
955
|
# @private
|
786
956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -858,6 +1028,20 @@ module Google
|
|
858
1028
|
end
|
859
1029
|
end
|
860
1030
|
|
1031
|
+
class GoogleCloudChannelV1DateRange
|
1032
|
+
# @private
|
1033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
|
+
property :invoice_end_date, as: 'invoiceEndDate', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
|
1035
|
+
|
1036
|
+
property :invoice_start_date, as: 'invoiceStartDate', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
|
1037
|
+
|
1038
|
+
property :usage_end_date_time, as: 'usageEndDateTime', class: Google::Apis::CloudchannelV1::GoogleTypeDateTime, decorator: Google::Apis::CloudchannelV1::GoogleTypeDateTime::Representation
|
1039
|
+
|
1040
|
+
property :usage_start_date_time, as: 'usageStartDateTime', class: Google::Apis::CloudchannelV1::GoogleTypeDateTime, decorator: Google::Apis::CloudchannelV1::GoogleTypeDateTime::Representation
|
1041
|
+
|
1042
|
+
end
|
1043
|
+
end
|
1044
|
+
|
861
1045
|
class GoogleCloudChannelV1EduData
|
862
1046
|
# @private
|
863
1047
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -898,6 +1082,25 @@ module Google
|
|
898
1082
|
end
|
899
1083
|
end
|
900
1084
|
|
1085
|
+
class GoogleCloudChannelV1FetchReportResultsRequest
|
1086
|
+
# @private
|
1087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1088
|
+
property :page_size, as: 'pageSize'
|
1089
|
+
property :page_token, as: 'pageToken'
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudChannelV1FetchReportResultsResponse
|
1094
|
+
# @private
|
1095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1096
|
+
property :next_page_token, as: 'nextPageToken'
|
1097
|
+
property :report_metadata, as: 'reportMetadata', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportResultsMetadata, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportResultsMetadata::Representation
|
1098
|
+
|
1099
|
+
collection :rows, as: 'rows', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Row, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Row::Representation
|
1100
|
+
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
901
1104
|
class GoogleCloudChannelV1ImportCustomerRequest
|
902
1105
|
# @private
|
903
1106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -991,6 +1194,15 @@ module Google
|
|
991
1194
|
end
|
992
1195
|
end
|
993
1196
|
|
1197
|
+
class GoogleCloudChannelV1ListReportsResponse
|
1198
|
+
# @private
|
1199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1200
|
+
property :next_page_token, as: 'nextPageToken'
|
1201
|
+
collection :reports, as: 'reports', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Report, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Report::Representation
|
1202
|
+
|
1203
|
+
end
|
1204
|
+
end
|
1205
|
+
|
994
1206
|
class GoogleCloudChannelV1ListSkusResponse
|
995
1207
|
# @private
|
996
1208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1075,6 +1287,7 @@ module Google
|
|
1075
1287
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1076
1288
|
property :constraints, as: 'constraints', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints::Representation
|
1077
1289
|
|
1290
|
+
property :deal_code, as: 'dealCode'
|
1078
1291
|
property :end_time, as: 'endTime'
|
1079
1292
|
property :marketing_info, as: 'marketingInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo::Representation
|
1080
1293
|
|
@@ -1268,6 +1481,64 @@ module Google
|
|
1268
1481
|
end
|
1269
1482
|
end
|
1270
1483
|
|
1484
|
+
class GoogleCloudChannelV1Report
|
1485
|
+
# @private
|
1486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1487
|
+
collection :columns, as: 'columns', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Column, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Column::Representation
|
1488
|
+
|
1489
|
+
property :description, as: 'description'
|
1490
|
+
property :display_name, as: 'displayName'
|
1491
|
+
property :name, as: 'name'
|
1492
|
+
end
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class GoogleCloudChannelV1ReportJob
|
1496
|
+
# @private
|
1497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1498
|
+
property :name, as: 'name'
|
1499
|
+
property :report_status, as: 'reportStatus', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportStatus, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportStatus::Representation
|
1500
|
+
|
1501
|
+
end
|
1502
|
+
end
|
1503
|
+
|
1504
|
+
class GoogleCloudChannelV1ReportResultsMetadata
|
1505
|
+
# @private
|
1506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1507
|
+
property :date_range, as: 'dateRange', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1DateRange, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1DateRange::Representation
|
1508
|
+
|
1509
|
+
property :preceding_date_range, as: 'precedingDateRange', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1DateRange, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1DateRange::Representation
|
1510
|
+
|
1511
|
+
property :report, as: 'report', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Report, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Report::Representation
|
1512
|
+
|
1513
|
+
property :row_count, :numeric_string => true, as: 'rowCount'
|
1514
|
+
end
|
1515
|
+
end
|
1516
|
+
|
1517
|
+
class GoogleCloudChannelV1ReportStatus
|
1518
|
+
# @private
|
1519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1520
|
+
property :end_time, as: 'endTime'
|
1521
|
+
property :start_time, as: 'startTime'
|
1522
|
+
property :state, as: 'state'
|
1523
|
+
end
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
class GoogleCloudChannelV1ReportValue
|
1527
|
+
# @private
|
1528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1529
|
+
property :date_time_value, as: 'dateTimeValue', class: Google::Apis::CloudchannelV1::GoogleTypeDateTime, decorator: Google::Apis::CloudchannelV1::GoogleTypeDateTime::Representation
|
1530
|
+
|
1531
|
+
property :date_value, as: 'dateValue', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
|
1532
|
+
|
1533
|
+
property :decimal_value, as: 'decimalValue', class: Google::Apis::CloudchannelV1::GoogleTypeDecimal, decorator: Google::Apis::CloudchannelV1::GoogleTypeDecimal::Representation
|
1534
|
+
|
1535
|
+
property :int_value, :numeric_string => true, as: 'intValue'
|
1536
|
+
property :money_value, as: 'moneyValue', class: Google::Apis::CloudchannelV1::GoogleTypeMoney, decorator: Google::Apis::CloudchannelV1::GoogleTypeMoney::Representation
|
1537
|
+
|
1538
|
+
property :string_value, as: 'stringValue'
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
|
1271
1542
|
class GoogleCloudChannelV1RepricingAdjustment
|
1272
1543
|
# @private
|
1273
1544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1276,6 +1547,14 @@ module Google
|
|
1276
1547
|
end
|
1277
1548
|
end
|
1278
1549
|
|
1550
|
+
class GoogleCloudChannelV1RepricingCondition
|
1551
|
+
# @private
|
1552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1553
|
+
property :sku_group_condition, as: 'skuGroupCondition', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1SkuGroupCondition, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1SkuGroupCondition::Representation
|
1554
|
+
|
1555
|
+
end
|
1556
|
+
end
|
1557
|
+
|
1279
1558
|
class GoogleCloudChannelV1RepricingConfig
|
1280
1559
|
# @private
|
1281
1560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1283,6 +1562,8 @@ module Google
|
|
1283
1562
|
|
1284
1563
|
property :channel_partner_granularity, as: 'channelPartnerGranularity', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity::Representation
|
1285
1564
|
|
1565
|
+
collection :conditional_overrides, as: 'conditionalOverrides', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ConditionalOverride, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ConditionalOverride::Representation
|
1566
|
+
|
1286
1567
|
property :effective_invoice_month, as: 'effectiveInvoiceMonth', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
|
1287
1568
|
|
1288
1569
|
property :entitlement_granularity, as: 'entitlementGranularity', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigEntitlementGranularity, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigEntitlementGranularity::Representation
|
@@ -1304,6 +1585,34 @@ module Google
|
|
1304
1585
|
end
|
1305
1586
|
end
|
1306
1587
|
|
1588
|
+
class GoogleCloudChannelV1Row
|
1589
|
+
# @private
|
1590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1591
|
+
collection :values, as: 'values', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportValue, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportValue::Representation
|
1592
|
+
|
1593
|
+
end
|
1594
|
+
end
|
1595
|
+
|
1596
|
+
class GoogleCloudChannelV1RunReportJobRequest
|
1597
|
+
# @private
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1599
|
+
property :date_range, as: 'dateRange', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1DateRange, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1DateRange::Representation
|
1600
|
+
|
1601
|
+
property :filter, as: 'filter'
|
1602
|
+
property :language_code, as: 'languageCode'
|
1603
|
+
end
|
1604
|
+
end
|
1605
|
+
|
1606
|
+
class GoogleCloudChannelV1RunReportJobResponse
|
1607
|
+
# @private
|
1608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1609
|
+
property :report_job, as: 'reportJob', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportJob, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportJob::Representation
|
1610
|
+
|
1611
|
+
property :report_metadata, as: 'reportMetadata', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportResultsMetadata, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ReportResultsMetadata::Representation
|
1612
|
+
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
|
1307
1616
|
class GoogleCloudChannelV1Sku
|
1308
1617
|
# @private
|
1309
1618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1315,6 +1624,13 @@ module Google
|
|
1315
1624
|
end
|
1316
1625
|
end
|
1317
1626
|
|
1627
|
+
class GoogleCloudChannelV1SkuGroupCondition
|
1628
|
+
# @private
|
1629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1630
|
+
property :sku_group, as: 'skuGroup'
|
1631
|
+
end
|
1632
|
+
end
|
1633
|
+
|
1318
1634
|
class GoogleCloudChannelV1StartPaidServiceRequest
|
1319
1635
|
# @private
|
1320
1636
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1452,6 +1768,15 @@ module Google
|
|
1452
1768
|
end
|
1453
1769
|
end
|
1454
1770
|
|
1771
|
+
class GoogleCloudChannelV1alpha1Column
|
1772
|
+
# @private
|
1773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1774
|
+
property :column_id, as: 'columnId'
|
1775
|
+
property :data_type, as: 'dataType'
|
1776
|
+
property :display_name, as: 'displayName'
|
1777
|
+
end
|
1778
|
+
end
|
1779
|
+
|
1455
1780
|
class GoogleCloudChannelV1alpha1CommitmentSettings
|
1456
1781
|
# @private
|
1457
1782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1470,6 +1795,20 @@ module Google
|
|
1470
1795
|
end
|
1471
1796
|
end
|
1472
1797
|
|
1798
|
+
class GoogleCloudChannelV1alpha1DateRange
|
1799
|
+
# @private
|
1800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1801
|
+
property :invoice_end_date, as: 'invoiceEndDate', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
|
1802
|
+
|
1803
|
+
property :invoice_start_date, as: 'invoiceStartDate', class: Google::Apis::CloudchannelV1::GoogleTypeDate, decorator: Google::Apis::CloudchannelV1::GoogleTypeDate::Representation
|
1804
|
+
|
1805
|
+
property :usage_end_date_time, as: 'usageEndDateTime', class: Google::Apis::CloudchannelV1::GoogleTypeDateTime, decorator: Google::Apis::CloudchannelV1::GoogleTypeDateTime::Representation
|
1806
|
+
|
1807
|
+
property :usage_start_date_time, as: 'usageStartDateTime', class: Google::Apis::CloudchannelV1::GoogleTypeDateTime, decorator: Google::Apis::CloudchannelV1::GoogleTypeDateTime::Representation
|
1808
|
+
|
1809
|
+
end
|
1810
|
+
end
|
1811
|
+
|
1473
1812
|
class GoogleCloudChannelV1alpha1Entitlement
|
1474
1813
|
# @private
|
1475
1814
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1552,6 +1891,58 @@ module Google
|
|
1552
1891
|
end
|
1553
1892
|
end
|
1554
1893
|
|
1894
|
+
class GoogleCloudChannelV1alpha1Report
|
1895
|
+
# @private
|
1896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1897
|
+
collection :columns, as: 'columns', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Column, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Column::Representation
|
1898
|
+
|
1899
|
+
property :description, as: 'description'
|
1900
|
+
property :display_name, as: 'displayName'
|
1901
|
+
property :name, as: 'name'
|
1902
|
+
end
|
1903
|
+
end
|
1904
|
+
|
1905
|
+
class GoogleCloudChannelV1alpha1ReportJob
|
1906
|
+
# @private
|
1907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1908
|
+
property :name, as: 'name'
|
1909
|
+
property :report_status, as: 'reportStatus', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportStatus, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportStatus::Representation
|
1910
|
+
|
1911
|
+
end
|
1912
|
+
end
|
1913
|
+
|
1914
|
+
class GoogleCloudChannelV1alpha1ReportResultsMetadata
|
1915
|
+
# @private
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
+
property :date_range, as: 'dateRange', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1DateRange, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1DateRange::Representation
|
1918
|
+
|
1919
|
+
property :preceding_date_range, as: 'precedingDateRange', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1DateRange, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1DateRange::Representation
|
1920
|
+
|
1921
|
+
property :report, as: 'report', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Report, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Report::Representation
|
1922
|
+
|
1923
|
+
property :row_count, :numeric_string => true, as: 'rowCount'
|
1924
|
+
end
|
1925
|
+
end
|
1926
|
+
|
1927
|
+
class GoogleCloudChannelV1alpha1ReportStatus
|
1928
|
+
# @private
|
1929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1930
|
+
property :end_time, as: 'endTime'
|
1931
|
+
property :start_time, as: 'startTime'
|
1932
|
+
property :state, as: 'state'
|
1933
|
+
end
|
1934
|
+
end
|
1935
|
+
|
1936
|
+
class GoogleCloudChannelV1alpha1RunReportJobResponse
|
1937
|
+
# @private
|
1938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1939
|
+
property :report_job, as: 'reportJob', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportJob, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportJob::Representation
|
1940
|
+
|
1941
|
+
property :report_metadata, as: 'reportMetadata', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportResultsMetadata, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ReportResultsMetadata::Representation
|
1942
|
+
|
1943
|
+
end
|
1944
|
+
end
|
1945
|
+
|
1555
1946
|
class GoogleCloudChannelV1alpha1SubscriberEvent
|
1556
1947
|
# @private
|
1557
1948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1642,6 +2033,22 @@ module Google
|
|
1642
2033
|
end
|
1643
2034
|
end
|
1644
2035
|
|
2036
|
+
class GoogleTypeDateTime
|
2037
|
+
# @private
|
2038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2039
|
+
property :day, as: 'day'
|
2040
|
+
property :hours, as: 'hours'
|
2041
|
+
property :minutes, as: 'minutes'
|
2042
|
+
property :month, as: 'month'
|
2043
|
+
property :nanos, as: 'nanos'
|
2044
|
+
property :seconds, as: 'seconds'
|
2045
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::CloudchannelV1::GoogleTypeTimeZone, decorator: Google::Apis::CloudchannelV1::GoogleTypeTimeZone::Representation
|
2046
|
+
|
2047
|
+
property :utc_offset, as: 'utcOffset'
|
2048
|
+
property :year, as: 'year'
|
2049
|
+
end
|
2050
|
+
end
|
2051
|
+
|
1645
2052
|
class GoogleTypeDecimal
|
1646
2053
|
# @private
|
1647
2054
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1674,6 +2081,14 @@ module Google
|
|
1674
2081
|
property :sublocality, as: 'sublocality'
|
1675
2082
|
end
|
1676
2083
|
end
|
2084
|
+
|
2085
|
+
class GoogleTypeTimeZone
|
2086
|
+
# @private
|
2087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2088
|
+
property :id, as: 'id'
|
2089
|
+
property :version, as: 'version'
|
2090
|
+
end
|
2091
|
+
end
|
1677
2092
|
end
|
1678
2093
|
end
|
1679
2094
|
end
|