google-apis-cloudbilling_v1beta 0.7.0 → 0.9.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/OVERVIEW.md +1 -1
- data/lib/google/apis/cloudbilling_v1beta/classes.rb +1533 -0
- data/lib/google/apis/cloudbilling_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/cloudbilling_v1beta/representations.rb +976 -167
- data/lib/google/apis/cloudbilling_v1beta/service.rb +493 -1
- data/lib/google/apis/cloudbilling_v1beta.rb +1 -1
- metadata +3 -3
@@ -112,6 +112,12 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
+
class Decimal
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
115
121
|
class DualRegional
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
123
|
|
@@ -148,379 +154,1182 @@ module Google
|
|
148
154
|
include Google::Apis::Core::JsonObjectSupport
|
149
155
|
end
|
150
156
|
|
151
|
-
class
|
157
|
+
class GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo
|
152
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
159
|
|
154
160
|
include Google::Apis::Core::JsonObjectSupport
|
155
161
|
end
|
156
162
|
|
157
|
-
class
|
163
|
+
class GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
160
166
|
include Google::Apis::Core::JsonObjectSupport
|
161
167
|
end
|
162
168
|
|
163
|
-
class
|
169
|
+
class GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
171
|
|
166
172
|
include Google::Apis::Core::JsonObjectSupport
|
167
173
|
end
|
168
174
|
|
169
|
-
class
|
175
|
+
class GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount
|
170
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
177
|
|
172
178
|
include Google::Apis::Core::JsonObjectSupport
|
173
179
|
end
|
174
180
|
|
175
|
-
class
|
181
|
+
class GoogleCloudBillingBillingaccountpricesV1betaFixedPrice
|
176
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
183
|
|
178
184
|
include Google::Apis::Core::JsonObjectSupport
|
179
185
|
end
|
180
186
|
|
181
|
-
class
|
187
|
+
class GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount
|
182
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
189
|
|
184
190
|
include Google::Apis::Core::JsonObjectSupport
|
185
191
|
end
|
186
192
|
|
187
|
-
class
|
193
|
+
class GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling
|
188
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
195
|
|
190
196
|
include Google::Apis::Core::JsonObjectSupport
|
191
197
|
end
|
192
198
|
|
193
|
-
class
|
199
|
+
class GoogleCloudBillingBillingaccountpricesV1betaMergedPrice
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
196
202
|
include Google::Apis::Core::JsonObjectSupport
|
197
203
|
end
|
198
204
|
|
199
|
-
class
|
205
|
+
class GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice
|
200
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
207
|
|
202
208
|
include Google::Apis::Core::JsonObjectSupport
|
203
209
|
end
|
204
210
|
|
205
|
-
class
|
211
|
+
class GoogleCloudBillingBillingaccountpricesV1betaPriceReason
|
206
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
213
|
|
208
214
|
include Google::Apis::Core::JsonObjectSupport
|
209
215
|
end
|
210
216
|
|
211
|
-
class
|
217
|
+
class GoogleCloudBillingBillingaccountpricesV1betaRate
|
212
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
219
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
215
221
|
end
|
216
222
|
|
217
|
-
class
|
223
|
+
class GoogleCloudBillingBillingaccountpricesV1betaRateTier
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
220
226
|
include Google::Apis::Core::JsonObjectSupport
|
221
227
|
end
|
222
228
|
|
223
|
-
class
|
229
|
+
class GoogleCloudBillingBillingaccountpricesV1betaSourceDiscountOnTargetPrice
|
224
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
231
|
|
226
232
|
include Google::Apis::Core::JsonObjectSupport
|
227
233
|
end
|
228
234
|
|
229
|
-
class
|
235
|
+
class GoogleCloudBillingBillingaccountpricesV1betaUnitInfo
|
230
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
237
|
|
232
238
|
include Google::Apis::Core::JsonObjectSupport
|
233
239
|
end
|
234
240
|
|
235
|
-
class
|
241
|
+
class GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService
|
236
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
243
|
|
238
244
|
include Google::Apis::Core::JsonObjectSupport
|
239
245
|
end
|
240
246
|
|
241
|
-
class
|
247
|
+
class GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse
|
242
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
249
|
|
244
250
|
include Google::Apis::Core::JsonObjectSupport
|
245
251
|
end
|
246
252
|
|
247
|
-
class
|
253
|
+
class GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup
|
248
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
255
|
|
250
256
|
include Google::Apis::Core::JsonObjectSupport
|
251
257
|
end
|
252
258
|
|
253
|
-
class
|
259
|
+
class GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse
|
254
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
261
|
|
256
262
|
include Google::Apis::Core::JsonObjectSupport
|
257
263
|
end
|
258
264
|
|
259
|
-
class
|
265
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku
|
260
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
267
|
|
262
268
|
include Google::Apis::Core::JsonObjectSupport
|
263
269
|
end
|
264
270
|
|
265
|
-
class
|
271
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy
|
266
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
273
|
|
268
274
|
include Google::Apis::Core::JsonObjectSupport
|
269
275
|
end
|
270
276
|
|
271
|
-
class
|
277
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal
|
272
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
279
|
|
274
280
|
include Google::Apis::Core::JsonObjectSupport
|
275
281
|
end
|
276
282
|
|
277
|
-
class
|
283
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional
|
278
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
285
|
|
280
286
|
include Google::Apis::Core::JsonObjectSupport
|
281
287
|
end
|
282
288
|
|
283
|
-
class
|
289
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion
|
284
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
291
|
|
286
292
|
include Google::Apis::Core::JsonObjectSupport
|
287
293
|
end
|
288
294
|
|
289
|
-
class
|
295
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional
|
290
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
297
|
|
292
298
|
include Google::Apis::Core::JsonObjectSupport
|
293
299
|
end
|
294
300
|
|
295
|
-
class
|
301
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse
|
296
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
303
|
|
298
304
|
include Google::Apis::Core::JsonObjectSupport
|
299
305
|
end
|
300
306
|
|
301
|
-
class
|
307
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy
|
302
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
309
|
|
304
310
|
include Google::Apis::Core::JsonObjectSupport
|
305
311
|
end
|
306
312
|
|
307
|
-
class
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
property :source_region, as: 'sourceRegion'
|
312
|
-
end
|
313
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
313
317
|
end
|
314
318
|
|
315
|
-
class
|
316
|
-
|
317
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
318
|
-
property :cache_egress_destination, as: 'cacheEgressDestination'
|
319
|
-
property :cache_egress_rate, as: 'cacheEgressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
319
|
+
class GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
320
321
|
|
321
|
-
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
322
323
|
end
|
323
324
|
|
324
|
-
class
|
325
|
-
|
326
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
327
|
-
property :cache_fill_origin_service, as: 'cacheFillOriginService'
|
328
|
-
property :cache_fill_rate, as: 'cacheFillRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
325
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
329
327
|
|
330
|
-
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
331
330
|
|
332
|
-
|
331
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
333
|
|
334
|
-
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
335
|
end
|
336
336
|
|
337
|
-
class
|
338
|
-
|
339
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
340
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
337
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
341
339
|
|
342
|
-
|
343
|
-
end
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
344
341
|
end
|
345
342
|
|
346
|
-
class
|
347
|
-
|
348
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
349
|
-
collection :interconnect_attachments, as: 'interconnectAttachments', class: Google::Apis::CloudbillingV1beta::VlanAttachment, decorator: Google::Apis::CloudbillingV1beta::VlanAttachment::Representation
|
343
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
350
345
|
|
351
|
-
|
352
|
-
|
353
|
-
property :provisioned_link_count, as: 'provisionedLinkCount', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
354
348
|
|
355
|
-
|
349
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
356
353
|
end
|
357
354
|
|
358
|
-
class
|
359
|
-
|
360
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
361
|
-
property :destination_continent, as: 'destinationContinent'
|
362
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
355
|
+
class GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
357
|
|
364
|
-
|
365
|
-
end
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
366
359
|
end
|
367
360
|
|
368
|
-
class
|
369
|
-
|
370
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
371
|
-
property :data_retrieval, as: 'dataRetrieval', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
361
|
+
class GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
372
363
|
|
373
|
-
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
374
366
|
|
375
|
-
|
367
|
+
class GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
376
369
|
|
377
|
-
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
378
372
|
|
379
|
-
|
373
|
+
class GoogleCloudBillingPricesV1betaAggregationInfo
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
380
375
|
|
381
|
-
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
382
378
|
|
383
|
-
|
379
|
+
class GoogleCloudBillingPricesV1betaPrice
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
384
381
|
|
385
|
-
|
386
|
-
end
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
387
383
|
end
|
388
384
|
|
389
|
-
class
|
390
|
-
|
391
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
392
|
-
property :name, as: 'name'
|
393
|
-
property :vm_resource_based_cud, as: 'vmResourceBasedCud', class: Google::Apis::CloudbillingV1beta::VmResourceBasedCud, decorator: Google::Apis::CloudbillingV1beta::VmResourceBasedCud::Representation
|
385
|
+
class GoogleCloudBillingPricesV1betaRate
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
394
387
|
|
395
|
-
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
396
389
|
end
|
397
390
|
|
398
|
-
class
|
399
|
-
|
400
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
401
|
-
property :commitment_total_cost_estimate, as: 'commitmentTotalCostEstimate', class: Google::Apis::CloudbillingV1beta::CostEstimate, decorator: Google::Apis::CloudbillingV1beta::CostEstimate::Representation
|
391
|
+
class GoogleCloudBillingPricesV1betaRateTier
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
402
393
|
|
403
|
-
|
404
|
-
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
405
396
|
|
406
|
-
|
397
|
+
class GoogleCloudBillingPricesV1betaUnitInfo
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
401
|
end
|
408
402
|
|
409
|
-
class
|
410
|
-
|
411
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
412
|
-
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
413
|
-
property :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::CloudbillingV1beta::GuestAccelerator, decorator: Google::Apis::CloudbillingV1beta::GuestAccelerator::Representation
|
403
|
+
class GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
414
405
|
|
415
|
-
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
416
408
|
|
417
|
-
|
418
|
-
|
409
|
+
class GoogleCloudBillingSkugroupsV1betaSkuGroup
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
419
411
|
|
420
|
-
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
421
414
|
|
422
|
-
|
423
|
-
|
424
|
-
|
415
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
419
|
end
|
426
420
|
|
427
|
-
class
|
428
|
-
|
429
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
430
|
-
collection :credit_estimates, as: 'creditEstimates', class: Google::Apis::CloudbillingV1beta::CreditEstimate, decorator: Google::Apis::CloudbillingV1beta::CreditEstimate::Representation
|
421
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
431
423
|
|
432
|
-
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
433
426
|
|
434
|
-
|
427
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
429
|
|
436
|
-
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
431
|
end
|
438
432
|
|
439
|
-
class
|
440
|
-
|
441
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
442
|
-
property :currency_code, as: 'currencyCode'
|
443
|
-
collection :segment_cost_estimates, as: 'segmentCostEstimates', class: Google::Apis::CloudbillingV1beta::SegmentCostEstimate, decorator: Google::Apis::CloudbillingV1beta::SegmentCostEstimate::Representation
|
433
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
444
435
|
|
445
|
-
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
446
438
|
|
447
|
-
|
439
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
448
443
|
end
|
449
444
|
|
450
|
-
class
|
451
|
-
|
452
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
453
|
-
collection :commitments, as: 'commitments', class: Google::Apis::CloudbillingV1beta::Commitment, decorator: Google::Apis::CloudbillingV1beta::Commitment::Representation
|
445
|
+
class GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
454
447
|
|
455
|
-
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
456
450
|
|
457
|
-
|
451
|
+
class GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
458
453
|
|
459
|
-
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
460
455
|
end
|
461
456
|
|
462
|
-
class
|
463
|
-
|
464
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
465
|
-
property :credit_amount, as: 'creditAmount', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
457
|
+
class GoogleCloudBillingSkugroupskusV1betaSkuGroupSku
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
466
459
|
|
467
|
-
|
468
|
-
property :credit_type, as: 'creditType'
|
469
|
-
end
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
470
461
|
end
|
471
462
|
|
472
|
-
class
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
property :memory_size_gb, as: 'memorySizeGb'
|
477
|
-
property :virtual_cpu_count, :numeric_string => true, as: 'virtualCpuCount'
|
478
|
-
end
|
463
|
+
class GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
467
|
end
|
480
468
|
|
481
|
-
class
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
end
|
469
|
+
class GuestAccelerator
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
486
473
|
end
|
487
474
|
|
488
|
-
class
|
489
|
-
|
490
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
491
|
-
property :cost_scenario, as: 'costScenario', class: Google::Apis::CloudbillingV1beta::CostScenario, decorator: Google::Apis::CloudbillingV1beta::CostScenario::Representation
|
475
|
+
class InterRegionEgress
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
492
477
|
|
493
|
-
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
494
479
|
end
|
495
480
|
|
496
|
-
class
|
497
|
-
|
498
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
499
|
-
property :cost_estimation_result, as: 'costEstimationResult', class: Google::Apis::CloudbillingV1beta::CostEstimationResult, decorator: Google::Apis::CloudbillingV1beta::CostEstimationResult::Representation
|
481
|
+
class IntraRegionEgress
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
500
483
|
|
501
|
-
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
502
485
|
end
|
503
486
|
|
504
|
-
class
|
505
|
-
|
506
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
507
|
-
property :cost_scenario, as: 'costScenario', class: Google::Apis::CloudbillingV1beta::CostScenario, decorator: Google::Apis::CloudbillingV1beta::CostScenario::Representation
|
487
|
+
class MachineType
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
508
489
|
|
509
|
-
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
510
491
|
end
|
511
492
|
|
512
|
-
class
|
513
|
-
|
514
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
515
|
-
property :cost_estimation_result, as: 'costEstimationResult', class: Google::Apis::CloudbillingV1beta::CostEstimationResult, decorator: Google::Apis::CloudbillingV1beta::CostEstimationResult::Representation
|
493
|
+
class Money
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
516
495
|
|
517
|
-
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
518
497
|
end
|
519
498
|
|
520
|
-
class
|
521
|
-
|
499
|
+
class MultiRegional
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class PersistentDisk
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class PredefinedMachineType
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class PremiumTierEgressWorkload
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class Price
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class Rate
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class RateTier
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class Regional
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class ScenarioConfig
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class SegmentCostEstimate
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class Sku
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class SkuCostEstimate
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class StandardTierEgressWorkload
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class Usage
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class UsageRateTimeline
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class UsageRateTimelineEntry
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class VlanAttachment
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class VmResourceBasedCud
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class VmToVmEgressWorkload
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class Workload
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class WorkloadCostEstimate
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class CacheFillRegions
|
626
|
+
# @private
|
627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
628
|
+
property :destination_region, as: 'destinationRegion'
|
629
|
+
property :source_region, as: 'sourceRegion'
|
630
|
+
end
|
631
|
+
end
|
632
|
+
|
633
|
+
class CloudCdnEgressWorkload
|
634
|
+
# @private
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
property :cache_egress_destination, as: 'cacheEgressDestination'
|
637
|
+
property :cache_egress_rate, as: 'cacheEgressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
638
|
+
|
639
|
+
end
|
640
|
+
end
|
641
|
+
|
642
|
+
class CloudCdnWorkload
|
643
|
+
# @private
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
645
|
+
property :cache_fill_origin_service, as: 'cacheFillOriginService'
|
646
|
+
property :cache_fill_rate, as: 'cacheFillRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
647
|
+
|
648
|
+
property :cache_fill_regions, as: 'cacheFillRegions', class: Google::Apis::CloudbillingV1beta::CacheFillRegions, decorator: Google::Apis::CloudbillingV1beta::CacheFillRegions::Representation
|
649
|
+
|
650
|
+
property :cache_look_up_rate, as: 'cacheLookUpRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
651
|
+
|
652
|
+
end
|
653
|
+
end
|
654
|
+
|
655
|
+
class CloudInterconnectEgressWorkload
|
656
|
+
# @private
|
657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
658
|
+
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
659
|
+
|
660
|
+
property :interconnect_connection_location, as: 'interconnectConnectionLocation'
|
661
|
+
end
|
662
|
+
end
|
663
|
+
|
664
|
+
class CloudInterconnectWorkload
|
665
|
+
# @private
|
666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
667
|
+
collection :interconnect_attachments, as: 'interconnectAttachments', class: Google::Apis::CloudbillingV1beta::VlanAttachment, decorator: Google::Apis::CloudbillingV1beta::VlanAttachment::Representation
|
668
|
+
|
669
|
+
property :interconnect_type, as: 'interconnectType'
|
670
|
+
property :link_type, as: 'linkType'
|
671
|
+
property :provisioned_link_count, as: 'provisionedLinkCount', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
672
|
+
|
673
|
+
end
|
674
|
+
end
|
675
|
+
|
676
|
+
class CloudStorageEgressWorkload
|
677
|
+
# @private
|
678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
679
|
+
property :destination_continent, as: 'destinationContinent'
|
680
|
+
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
681
|
+
|
682
|
+
property :source_continent, as: 'sourceContinent'
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
686
|
+
class CloudStorageWorkload
|
687
|
+
# @private
|
688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
+
property :data_retrieval, as: 'dataRetrieval', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
690
|
+
|
691
|
+
property :data_stored, as: 'dataStored', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
692
|
+
|
693
|
+
property :dual_region, as: 'dualRegion', class: Google::Apis::CloudbillingV1beta::DualRegional, decorator: Google::Apis::CloudbillingV1beta::DualRegional::Representation
|
694
|
+
|
695
|
+
property :multi_region, as: 'multiRegion', class: Google::Apis::CloudbillingV1beta::MultiRegional, decorator: Google::Apis::CloudbillingV1beta::MultiRegional::Representation
|
696
|
+
|
697
|
+
property :operation_a, as: 'operationA', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
698
|
+
|
699
|
+
property :operation_b, as: 'operationB', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
700
|
+
|
701
|
+
property :region, as: 'region', class: Google::Apis::CloudbillingV1beta::Regional, decorator: Google::Apis::CloudbillingV1beta::Regional::Representation
|
702
|
+
|
703
|
+
property :storage_class, as: 'storageClass'
|
704
|
+
end
|
705
|
+
end
|
706
|
+
|
707
|
+
class Commitment
|
708
|
+
# @private
|
709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
property :name, as: 'name'
|
711
|
+
property :vm_resource_based_cud, as: 'vmResourceBasedCud', class: Google::Apis::CloudbillingV1beta::VmResourceBasedCud, decorator: Google::Apis::CloudbillingV1beta::VmResourceBasedCud::Representation
|
712
|
+
|
713
|
+
end
|
714
|
+
end
|
715
|
+
|
716
|
+
class CommitmentCostEstimate
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
property :commitment_total_cost_estimate, as: 'commitmentTotalCostEstimate', class: Google::Apis::CloudbillingV1beta::CostEstimate, decorator: Google::Apis::CloudbillingV1beta::CostEstimate::Representation
|
720
|
+
|
721
|
+
property :name, as: 'name'
|
722
|
+
collection :sku_cost_estimates, as: 'skuCostEstimates', class: Google::Apis::CloudbillingV1beta::SkuCostEstimate, decorator: Google::Apis::CloudbillingV1beta::SkuCostEstimate::Representation
|
723
|
+
|
724
|
+
end
|
725
|
+
end
|
726
|
+
|
727
|
+
class ComputeVmWorkload
|
728
|
+
# @private
|
729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
+
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
731
|
+
property :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::CloudbillingV1beta::GuestAccelerator, decorator: Google::Apis::CloudbillingV1beta::GuestAccelerator::Representation
|
732
|
+
|
733
|
+
property :instances_running, as: 'instancesRunning', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
734
|
+
|
735
|
+
collection :licenses, as: 'licenses'
|
736
|
+
property :machine_type, as: 'machineType', class: Google::Apis::CloudbillingV1beta::MachineType, decorator: Google::Apis::CloudbillingV1beta::MachineType::Representation
|
737
|
+
|
738
|
+
collection :persistent_disks, as: 'persistentDisks', class: Google::Apis::CloudbillingV1beta::PersistentDisk, decorator: Google::Apis::CloudbillingV1beta::PersistentDisk::Representation
|
739
|
+
|
740
|
+
property :preemptible, as: 'preemptible'
|
741
|
+
property :region, as: 'region'
|
742
|
+
end
|
743
|
+
end
|
744
|
+
|
745
|
+
class CostEstimate
|
746
|
+
# @private
|
747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
748
|
+
collection :credit_estimates, as: 'creditEstimates', class: Google::Apis::CloudbillingV1beta::CreditEstimate, decorator: Google::Apis::CloudbillingV1beta::CreditEstimate::Representation
|
749
|
+
|
750
|
+
property :net_cost_estimate, as: 'netCostEstimate', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
751
|
+
|
752
|
+
property :pre_credit_cost_estimate, as: 'preCreditCostEstimate', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
753
|
+
|
754
|
+
end
|
755
|
+
end
|
756
|
+
|
757
|
+
class CostEstimationResult
|
758
|
+
# @private
|
759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
760
|
+
property :currency_code, as: 'currencyCode'
|
761
|
+
collection :segment_cost_estimates, as: 'segmentCostEstimates', class: Google::Apis::CloudbillingV1beta::SegmentCostEstimate, decorator: Google::Apis::CloudbillingV1beta::SegmentCostEstimate::Representation
|
762
|
+
|
763
|
+
collection :skus, as: 'skus', class: Google::Apis::CloudbillingV1beta::Sku, decorator: Google::Apis::CloudbillingV1beta::Sku::Representation
|
764
|
+
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
768
|
+
class CostScenario
|
769
|
+
# @private
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
+
collection :commitments, as: 'commitments', class: Google::Apis::CloudbillingV1beta::Commitment, decorator: Google::Apis::CloudbillingV1beta::Commitment::Representation
|
772
|
+
|
773
|
+
property :scenario_config, as: 'scenarioConfig', class: Google::Apis::CloudbillingV1beta::ScenarioConfig, decorator: Google::Apis::CloudbillingV1beta::ScenarioConfig::Representation
|
774
|
+
|
775
|
+
collection :workloads, as: 'workloads', class: Google::Apis::CloudbillingV1beta::Workload, decorator: Google::Apis::CloudbillingV1beta::Workload::Representation
|
776
|
+
|
777
|
+
end
|
778
|
+
end
|
779
|
+
|
780
|
+
class CreditEstimate
|
781
|
+
# @private
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
783
|
+
property :credit_amount, as: 'creditAmount', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
784
|
+
|
785
|
+
property :credit_description, as: 'creditDescription'
|
786
|
+
property :credit_type, as: 'creditType'
|
787
|
+
end
|
788
|
+
end
|
789
|
+
|
790
|
+
class CustomMachineType
|
791
|
+
# @private
|
792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
793
|
+
property :machine_series, as: 'machineSeries'
|
794
|
+
property :memory_size_gb, as: 'memorySizeGb'
|
795
|
+
property :virtual_cpu_count, :numeric_string => true, as: 'virtualCpuCount'
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
799
|
+
class Decimal
|
800
|
+
# @private
|
801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
802
|
+
property :value, as: 'value'
|
803
|
+
end
|
804
|
+
end
|
805
|
+
|
806
|
+
class DualRegional
|
807
|
+
# @private
|
808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
809
|
+
property :name, as: 'name'
|
810
|
+
end
|
811
|
+
end
|
812
|
+
|
813
|
+
class EstimateCostScenarioForBillingAccountRequest
|
814
|
+
# @private
|
815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
816
|
+
property :cost_scenario, as: 'costScenario', class: Google::Apis::CloudbillingV1beta::CostScenario, decorator: Google::Apis::CloudbillingV1beta::CostScenario::Representation
|
817
|
+
|
818
|
+
end
|
819
|
+
end
|
820
|
+
|
821
|
+
class EstimateCostScenarioForBillingAccountResponse
|
822
|
+
# @private
|
823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
824
|
+
property :cost_estimation_result, as: 'costEstimationResult', class: Google::Apis::CloudbillingV1beta::CostEstimationResult, decorator: Google::Apis::CloudbillingV1beta::CostEstimationResult::Representation
|
825
|
+
|
826
|
+
end
|
827
|
+
end
|
828
|
+
|
829
|
+
class EstimateCostScenarioWithListPriceRequest
|
830
|
+
# @private
|
831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
832
|
+
property :cost_scenario, as: 'costScenario', class: Google::Apis::CloudbillingV1beta::CostScenario, decorator: Google::Apis::CloudbillingV1beta::CostScenario::Representation
|
833
|
+
|
834
|
+
end
|
835
|
+
end
|
836
|
+
|
837
|
+
class EstimateCostScenarioWithListPriceResponse
|
838
|
+
# @private
|
839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
840
|
+
property :cost_estimation_result, as: 'costEstimationResult', class: Google::Apis::CloudbillingV1beta::CostEstimationResult, decorator: Google::Apis::CloudbillingV1beta::CostEstimationResult::Representation
|
841
|
+
|
842
|
+
end
|
843
|
+
end
|
844
|
+
|
845
|
+
class EstimationTimePoint
|
846
|
+
# @private
|
847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
848
|
+
property :estimation_time_frame_offset, as: 'estimationTimeFrameOffset'
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
852
|
+
class GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo
|
853
|
+
# @private
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
855
|
+
property :interval, as: 'interval'
|
856
|
+
property :level, as: 'level'
|
857
|
+
end
|
858
|
+
end
|
859
|
+
|
860
|
+
class GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice
|
861
|
+
# @private
|
862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
863
|
+
property :currency_code, as: 'currencyCode'
|
864
|
+
property :name, as: 'name'
|
865
|
+
property :price_reason, as: 'priceReason', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaPriceReason, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaPriceReason::Representation
|
866
|
+
|
867
|
+
property :rate, as: 'rate', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaRate, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaRate::Representation
|
868
|
+
|
869
|
+
property :value_type, as: 'valueType'
|
870
|
+
end
|
871
|
+
end
|
872
|
+
|
873
|
+
class GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
end
|
877
|
+
end
|
878
|
+
|
879
|
+
class GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount
|
880
|
+
# @private
|
881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
882
|
+
property :discount_percent, as: 'discountPercent', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
883
|
+
|
884
|
+
property :discount_scope_type, as: 'discountScopeType'
|
885
|
+
property :fix_time, as: 'fixTime'
|
886
|
+
property :sku_group, as: 'skuGroup'
|
887
|
+
end
|
888
|
+
end
|
889
|
+
|
890
|
+
class GoogleCloudBillingBillingaccountpricesV1betaFixedPrice
|
891
|
+
# @private
|
892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
893
|
+
end
|
894
|
+
end
|
895
|
+
|
896
|
+
class GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount
|
897
|
+
# @private
|
898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
899
|
+
property :discount_percent, as: 'discountPercent', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
900
|
+
|
901
|
+
property :discount_scope_type, as: 'discountScopeType'
|
902
|
+
property :sku_group, as: 'skuGroup'
|
903
|
+
end
|
904
|
+
end
|
905
|
+
|
906
|
+
class GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling
|
907
|
+
# @private
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
912
|
+
class GoogleCloudBillingBillingaccountpricesV1betaMergedPrice
|
913
|
+
# @private
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
915
|
+
end
|
916
|
+
end
|
917
|
+
|
918
|
+
class GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice
|
919
|
+
# @private
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
921
|
+
property :source_discount_on_target_price, as: 'sourceDiscountOnTargetPrice', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaSourceDiscountOnTargetPrice, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaSourceDiscountOnTargetPrice::Representation
|
922
|
+
|
923
|
+
property :source_sku, as: 'sourceSku'
|
924
|
+
property :type, as: 'type'
|
925
|
+
end
|
926
|
+
end
|
927
|
+
|
928
|
+
class GoogleCloudBillingBillingaccountpricesV1betaPriceReason
|
929
|
+
# @private
|
930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
931
|
+
property :default_price, as: 'defaultPrice', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice::Representation
|
932
|
+
|
933
|
+
property :fixed_discount, as: 'fixedDiscount', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount::Representation
|
934
|
+
|
935
|
+
property :fixed_price, as: 'fixedPrice', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaFixedPrice, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaFixedPrice::Representation
|
936
|
+
|
937
|
+
property :floating_discount, as: 'floatingDiscount', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount::Representation
|
938
|
+
|
939
|
+
property :list_price_as_ceiling, as: 'listPriceAsCeiling', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling::Representation
|
940
|
+
|
941
|
+
property :merged_price, as: 'mergedPrice', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaMergedPrice, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaMergedPrice::Representation
|
942
|
+
|
943
|
+
property :migrated_price, as: 'migratedPrice', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice::Representation
|
944
|
+
|
945
|
+
property :type, as: 'type'
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
class GoogleCloudBillingBillingaccountpricesV1betaRate
|
950
|
+
# @private
|
951
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
952
|
+
property :aggregation_info, as: 'aggregationInfo', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo::Representation
|
953
|
+
|
954
|
+
collection :tiers, as: 'tiers', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaRateTier, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaRateTier::Representation
|
955
|
+
|
956
|
+
property :unit_info, as: 'unitInfo', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaUnitInfo, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaUnitInfo::Representation
|
957
|
+
|
958
|
+
end
|
959
|
+
end
|
960
|
+
|
961
|
+
class GoogleCloudBillingBillingaccountpricesV1betaRateTier
|
962
|
+
# @private
|
963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
964
|
+
property :contract_price, as: 'contractPrice', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
965
|
+
|
966
|
+
property :effective_discount_percent, as: 'effectiveDiscountPercent', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
967
|
+
|
968
|
+
property :list_price, as: 'listPrice', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
969
|
+
|
970
|
+
property :start_amount, as: 'startAmount', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
971
|
+
|
972
|
+
end
|
973
|
+
end
|
974
|
+
|
975
|
+
class GoogleCloudBillingBillingaccountpricesV1betaSourceDiscountOnTargetPrice
|
976
|
+
# @private
|
522
977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
523
|
-
property :
|
978
|
+
property :migrated_discount_percent, as: 'migratedDiscountPercent', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
979
|
+
|
980
|
+
end
|
981
|
+
end
|
982
|
+
|
983
|
+
class GoogleCloudBillingBillingaccountpricesV1betaUnitInfo
|
984
|
+
# @private
|
985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
986
|
+
property :unit, as: 'unit'
|
987
|
+
property :unit_description, as: 'unitDescription'
|
988
|
+
property :unit_quantity, as: 'unitQuantity', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
989
|
+
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :display_name, as: 'displayName'
|
997
|
+
property :name, as: 'name'
|
998
|
+
property :service_id, as: 'serviceId'
|
999
|
+
end
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
class GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse
|
1003
|
+
# @private
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1005
|
+
collection :billing_account_services, as: 'billingAccountServices', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService::Representation
|
1006
|
+
|
1007
|
+
property :next_page_token, as: 'nextPageToken'
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
class GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup
|
1012
|
+
# @private
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
+
property :display_name, as: 'displayName'
|
1015
|
+
property :name, as: 'name'
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse
|
1020
|
+
# @private
|
1021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1022
|
+
collection :billing_account_sku_groups, as: 'billingAccountSkuGroups', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup::Representation
|
1023
|
+
|
1024
|
+
property :next_page_token, as: 'nextPageToken'
|
1025
|
+
end
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku
|
1029
|
+
# @private
|
1030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1031
|
+
property :billing_account_service, as: 'billingAccountService'
|
1032
|
+
property :display_name, as: 'displayName'
|
1033
|
+
property :geo_taxonomy, as: 'geoTaxonomy', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy::Representation
|
1034
|
+
|
1035
|
+
property :name, as: 'name'
|
1036
|
+
property :product_taxonomy, as: 'productTaxonomy', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy::Representation
|
1037
|
+
|
1038
|
+
property :sku_id, as: 'skuId'
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy
|
1043
|
+
# @private
|
1044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
+
property :global_metadata, as: 'globalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal::Representation
|
1046
|
+
|
1047
|
+
property :multi_regional_metadata, as: 'multiRegionalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional::Representation
|
1048
|
+
|
1049
|
+
property :regional_metadata, as: 'regionalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional::Representation
|
1050
|
+
|
1051
|
+
property :type, as: 'type'
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
end
|
1059
|
+
end
|
1060
|
+
|
1061
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional
|
1062
|
+
# @private
|
1063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1064
|
+
collection :regions, as: 'regions', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion::Representation
|
1065
|
+
|
1066
|
+
end
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion
|
1070
|
+
# @private
|
1071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1072
|
+
property :region, as: 'region'
|
1073
|
+
end
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional
|
1077
|
+
# @private
|
1078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1079
|
+
property :region, as: 'region', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion::Representation
|
1080
|
+
|
1081
|
+
end
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse
|
1085
|
+
# @private
|
1086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
+
collection :billing_account_sku_group_skus, as: 'billingAccountSkuGroupSkus', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku::Representation
|
1088
|
+
|
1089
|
+
property :next_page_token, as: 'nextPageToken'
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy
|
1094
|
+
# @private
|
1095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1096
|
+
collection :taxonomy_categories, as: 'taxonomyCategories', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory::Representation
|
1097
|
+
|
1098
|
+
end
|
1099
|
+
end
|
1100
|
+
|
1101
|
+
class GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory
|
1102
|
+
# @private
|
1103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1104
|
+
property :category, as: 'category'
|
1105
|
+
end
|
1106
|
+
end
|
1107
|
+
|
1108
|
+
class GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku
|
1109
|
+
# @private
|
1110
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1111
|
+
property :billing_account_service, as: 'billingAccountService'
|
1112
|
+
property :display_name, as: 'displayName'
|
1113
|
+
property :geo_taxonomy, as: 'geoTaxonomy', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy::Representation
|
1114
|
+
|
1115
|
+
property :name, as: 'name'
|
1116
|
+
property :product_taxonomy, as: 'productTaxonomy', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy::Representation
|
1117
|
+
|
1118
|
+
property :sku_id, as: 'skuId'
|
1119
|
+
end
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy
|
1123
|
+
# @private
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
|
+
property :global_metadata, as: 'globalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal::Representation
|
1126
|
+
|
1127
|
+
property :multi_regional_metadata, as: 'multiRegionalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional::Representation
|
1128
|
+
|
1129
|
+
property :regional_metadata, as: 'regionalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional::Representation
|
1130
|
+
|
1131
|
+
property :type, as: 'type'
|
1132
|
+
end
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal
|
1136
|
+
# @private
|
1137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1138
|
+
end
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional
|
1142
|
+
# @private
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
collection :regions, as: 'regions', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion::Representation
|
1145
|
+
|
1146
|
+
end
|
1147
|
+
end
|
1148
|
+
|
1149
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion
|
1150
|
+
# @private
|
1151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1152
|
+
property :region, as: 'region'
|
1153
|
+
end
|
1154
|
+
end
|
1155
|
+
|
1156
|
+
class GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional
|
1157
|
+
# @private
|
1158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1159
|
+
property :region, as: 'region', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion::Representation
|
1160
|
+
|
1161
|
+
end
|
1162
|
+
end
|
1163
|
+
|
1164
|
+
class GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse
|
1165
|
+
# @private
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1167
|
+
collection :billing_account_skus, as: 'billingAccountSkus', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku::Representation
|
1168
|
+
|
1169
|
+
property :next_page_token, as: 'nextPageToken'
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy
|
1174
|
+
# @private
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1176
|
+
collection :taxonomy_categories, as: 'taxonomyCategories', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory::Representation
|
1177
|
+
|
1178
|
+
end
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory
|
1182
|
+
# @private
|
1183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
|
+
property :category, as: 'category'
|
1185
|
+
end
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class GoogleCloudBillingPricesV1betaAggregationInfo
|
1189
|
+
# @private
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
property :interval, as: 'interval'
|
1192
|
+
property :level, as: 'level'
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class GoogleCloudBillingPricesV1betaPrice
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
property :currency_code, as: 'currencyCode'
|
1200
|
+
property :name, as: 'name'
|
1201
|
+
property :rate, as: 'rate', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaRate, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaRate::Representation
|
1202
|
+
|
1203
|
+
property :value_type, as: 'valueType'
|
1204
|
+
end
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudBillingPricesV1betaRate
|
1208
|
+
# @private
|
1209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1210
|
+
property :aggregation_info, as: 'aggregationInfo', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaAggregationInfo, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaAggregationInfo::Representation
|
1211
|
+
|
1212
|
+
collection :tiers, as: 'tiers', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaRateTier, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaRateTier::Representation
|
1213
|
+
|
1214
|
+
property :unit_info, as: 'unitInfo', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaUnitInfo, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingPricesV1betaUnitInfo::Representation
|
1215
|
+
|
1216
|
+
end
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudBillingPricesV1betaRateTier
|
1220
|
+
# @private
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1222
|
+
property :list_price, as: 'listPrice', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
1223
|
+
|
1224
|
+
property :start_amount, as: 'startAmount', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
1225
|
+
|
1226
|
+
end
|
1227
|
+
end
|
1228
|
+
|
1229
|
+
class GoogleCloudBillingPricesV1betaUnitInfo
|
1230
|
+
# @private
|
1231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1232
|
+
property :unit, as: 'unit'
|
1233
|
+
property :unit_description, as: 'unitDescription'
|
1234
|
+
property :unit_quantity, as: 'unitQuantity', class: Google::Apis::CloudbillingV1beta::Decimal, decorator: Google::Apis::CloudbillingV1beta::Decimal::Representation
|
1235
|
+
|
1236
|
+
end
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
class GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
|
1240
|
+
# @private
|
1241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1242
|
+
property :next_page_token, as: 'nextPageToken'
|
1243
|
+
collection :sku_groups, as: 'skuGroups', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupsV1betaSkuGroup, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupsV1betaSkuGroup::Representation
|
1244
|
+
|
1245
|
+
end
|
1246
|
+
end
|
1247
|
+
|
1248
|
+
class GoogleCloudBillingSkugroupsV1betaSkuGroup
|
1249
|
+
# @private
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1251
|
+
property :display_name, as: 'displayName'
|
1252
|
+
property :name, as: 'name'
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
property :global_metadata, as: 'globalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal::Representation
|
1260
|
+
|
1261
|
+
property :multi_regional_metadata, as: 'multiRegionalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional::Representation
|
1262
|
+
|
1263
|
+
property :regional_metadata, as: 'regionalMetadata', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional::Representation
|
1264
|
+
|
1265
|
+
property :type, as: 'type'
|
1266
|
+
end
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal
|
1270
|
+
# @private
|
1271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
collection :regions, as: 'regions', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion::Representation
|
1279
|
+
|
1280
|
+
end
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion
|
1284
|
+
# @private
|
1285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
+
property :region, as: 'region'
|
1287
|
+
end
|
1288
|
+
end
|
1289
|
+
|
1290
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional
|
1291
|
+
# @private
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1293
|
+
property :region, as: 'region', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion::Representation
|
1294
|
+
|
1295
|
+
end
|
1296
|
+
end
|
1297
|
+
|
1298
|
+
class GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse
|
1299
|
+
# @private
|
1300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1301
|
+
property :next_page_token, as: 'nextPageToken'
|
1302
|
+
collection :sku_group_skus, as: 'skuGroupSkus', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaSkuGroupSku, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaSkuGroupSku::Representation
|
1303
|
+
|
1304
|
+
end
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
|
1308
|
+
# @private
|
1309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1310
|
+
collection :taxonomy_categories, as: 'taxonomyCategories', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory::Representation
|
1311
|
+
|
1312
|
+
end
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudBillingSkugroupskusV1betaSkuGroupSku
|
1316
|
+
# @private
|
1317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1318
|
+
property :display_name, as: 'displayName'
|
1319
|
+
property :geo_taxonomy, as: 'geoTaxonomy', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy::Representation
|
1320
|
+
|
1321
|
+
property :name, as: 'name'
|
1322
|
+
property :product_taxonomy, as: 'productTaxonomy', class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaProductTaxonomy, decorator: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaProductTaxonomy::Representation
|
1323
|
+
|
1324
|
+
property :service, as: 'service'
|
1325
|
+
property :sku_id, as: 'skuId'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :category, as: 'category'
|
524
1333
|
end
|
525
1334
|
end
|
526
1335
|
|