google-apis-cloudchannel_v1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-cloudchannel_v1.rb +15 -0
- data/lib/google/apis/cloudchannel_v1.rb +36 -0
- data/lib/google/apis/cloudchannel_v1/classes.rb +3223 -0
- data/lib/google/apis/cloudchannel_v1/gem_version.rb +28 -0
- data/lib/google/apis/cloudchannel_v1/representations.rb +1476 -0
- data/lib/google/apis/cloudchannel_v1/service.rb +1756 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module CloudchannelV1
|
18
|
+
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20210211"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1476 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module CloudchannelV1
|
24
|
+
|
25
|
+
class GoogleCloudChannelV1ActivateEntitlementRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudChannelV1AdminUser
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudChannelV1AssociationInfo
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleCloudChannelV1CancelEntitlementRequest
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleCloudChannelV1ChangeOfferRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleCloudChannelV1ChangeParametersRequest
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleCloudChannelV1ChangeRenewalSettingsRequest
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleCloudChannelV1ChannelPartnerLink
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleCloudChannelV1CloudIdentityCustomerAccount
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudChannelV1CloudIdentityInfo
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudChannelV1CommitmentSettings
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudChannelV1Constraints
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudChannelV1ContactInfo
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudChannelV1CreateEntitlementRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudChannelV1Customer
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudChannelV1CustomerConstraints
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudChannelV1CustomerEvent
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudChannelV1EduData
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudChannelV1Entitlement
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudChannelV1EntitlementEvent
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudChannelV1ListChannelPartnerLinksResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudChannelV1ListCustomersResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudChannelV1ListEntitlementsResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudChannelV1ListOffersResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleCloudChannelV1ListProductsResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleCloudChannelV1ListPurchasableOffersResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleCloudChannelV1ListPurchasableSkusResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleCloudChannelV1ListSkusResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleCloudChannelV1ListSubscribersResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleCloudChannelV1ListTransferableOffersRequest
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleCloudChannelV1ListTransferableOffersResponse
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleCloudChannelV1ListTransferableSkusRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudChannelV1ListTransferableSkusResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudChannelV1MarketingInfo
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudChannelV1Media
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudChannelV1Offer
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudChannelV1OperationMetadata
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudChannelV1Parameter
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudChannelV1ParameterDefinition
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudChannelV1Period
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudChannelV1Plan
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudChannelV1Price
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudChannelV1PriceByResource
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudChannelV1PricePhase
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudChannelV1PriceTier
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudChannelV1Product
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudChannelV1ProvisionCloudIdentityRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudChannelV1ProvisionedService
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class GoogleCloudChannelV1PurchasableOffer
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleCloudChannelV1PurchasableSku
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudChannelV1RegisterSubscriberRequest
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudChannelV1RegisterSubscriberResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudChannelV1RenewalSettings
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudChannelV1Sku
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudChannelV1StartPaidServiceRequest
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudChannelV1SubscriberEvent
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudChannelV1SuspendEntitlementRequest
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudChannelV1TransferEligibility
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudChannelV1TransferEntitlementsRequest
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudChannelV1TransferEntitlementsResponse
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudChannelV1TransferEntitlementsToGoogleRequest
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudChannelV1TransferableOffer
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudChannelV1TransferableSku
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudChannelV1TrialSettings
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudChannelV1UnregisterSubscriberRequest
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudChannelV1UnregisterSubscriberResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudChannelV1UpdateChannelPartnerLinkRequest
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudChannelV1Value
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudChannelV1alpha1AssociationInfo
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudChannelV1alpha1CommitmentSettings
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudChannelV1alpha1CustomerEvent
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudChannelV1alpha1Entitlement
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleCloudChannelV1alpha1EntitlementEvent
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class GoogleCloudChannelV1alpha1OperationMetadata
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleCloudChannelV1alpha1Parameter
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class GoogleCloudChannelV1alpha1Period
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class GoogleCloudChannelV1alpha1ProvisionedService
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudChannelV1alpha1RenewalSettings
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class GoogleCloudChannelV1alpha1SubscriberEvent
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleCloudChannelV1alpha1TransferEntitlementsResponse
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleCloudChannelV1alpha1TrialSettings
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudChannelV1alpha1Value
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleLongrunningCancelOperationRequest
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleLongrunningListOperationsResponse
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleLongrunningOperation
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class GoogleProtobufEmpty
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class GoogleRpcStatus
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleTypeMoney
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class GoogleTypePostalAddress
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class GoogleCloudChannelV1ActivateEntitlementRequest
|
572
|
+
# @private
|
573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
574
|
+
property :request_id, as: 'requestId'
|
575
|
+
end
|
576
|
+
end
|
577
|
+
|
578
|
+
class GoogleCloudChannelV1AdminUser
|
579
|
+
# @private
|
580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
581
|
+
property :email, as: 'email'
|
582
|
+
property :family_name, as: 'familyName'
|
583
|
+
property :given_name, as: 'givenName'
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
class GoogleCloudChannelV1AssociationInfo
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
property :base_entitlement, as: 'baseEntitlement'
|
591
|
+
end
|
592
|
+
end
|
593
|
+
|
594
|
+
class GoogleCloudChannelV1CancelEntitlementRequest
|
595
|
+
# @private
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
597
|
+
property :request_id, as: 'requestId'
|
598
|
+
end
|
599
|
+
end
|
600
|
+
|
601
|
+
class GoogleCloudChannelV1ChangeOfferRequest
|
602
|
+
# @private
|
603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
604
|
+
property :offer, as: 'offer'
|
605
|
+
collection :parameters, as: 'parameters', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter::Representation
|
606
|
+
|
607
|
+
property :purchase_order_id, as: 'purchaseOrderId'
|
608
|
+
property :request_id, as: 'requestId'
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
class GoogleCloudChannelV1ChangeParametersRequest
|
613
|
+
# @private
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
615
|
+
collection :parameters, as: 'parameters', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter::Representation
|
616
|
+
|
617
|
+
property :purchase_order_id, as: 'purchaseOrderId'
|
618
|
+
property :request_id, as: 'requestId'
|
619
|
+
end
|
620
|
+
end
|
621
|
+
|
622
|
+
class GoogleCloudChannelV1ChangeRenewalSettingsRequest
|
623
|
+
# @private
|
624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
625
|
+
property :renewal_settings, as: 'renewalSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RenewalSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RenewalSettings::Representation
|
626
|
+
|
627
|
+
property :request_id, as: 'requestId'
|
628
|
+
end
|
629
|
+
end
|
630
|
+
|
631
|
+
class GoogleCloudChannelV1ChannelPartnerLink
|
632
|
+
# @private
|
633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
634
|
+
property :channel_partner_cloud_identity_info, as: 'channelPartnerCloudIdentityInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo::Representation
|
635
|
+
|
636
|
+
property :create_time, as: 'createTime'
|
637
|
+
property :invite_link_uri, as: 'inviteLinkUri'
|
638
|
+
property :link_state, as: 'linkState'
|
639
|
+
property :name, as: 'name'
|
640
|
+
property :public_id, as: 'publicId'
|
641
|
+
property :reseller_cloud_identity_id, as: 'resellerCloudIdentityId'
|
642
|
+
property :update_time, as: 'updateTime'
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
646
|
+
class GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
|
647
|
+
# @private
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
649
|
+
property :domain, as: 'domain'
|
650
|
+
end
|
651
|
+
end
|
652
|
+
|
653
|
+
class GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse
|
654
|
+
# @private
|
655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
656
|
+
collection :cloud_identity_accounts, as: 'cloudIdentityAccounts', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityCustomerAccount, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityCustomerAccount::Representation
|
657
|
+
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
661
|
+
class GoogleCloudChannelV1CloudIdentityCustomerAccount
|
662
|
+
# @private
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
664
|
+
property :customer_cloud_identity_id, as: 'customerCloudIdentityId'
|
665
|
+
property :customer_name, as: 'customerName'
|
666
|
+
property :existing, as: 'existing'
|
667
|
+
property :owned, as: 'owned'
|
668
|
+
end
|
669
|
+
end
|
670
|
+
|
671
|
+
class GoogleCloudChannelV1CloudIdentityInfo
|
672
|
+
# @private
|
673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
674
|
+
property :admin_console_uri, as: 'adminConsoleUri'
|
675
|
+
property :alternate_email, as: 'alternateEmail'
|
676
|
+
property :customer_type, as: 'customerType'
|
677
|
+
property :edu_data, as: 'eduData', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1EduData, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1EduData::Representation
|
678
|
+
|
679
|
+
property :is_domain_verified, as: 'isDomainVerified'
|
680
|
+
property :language_code, as: 'languageCode'
|
681
|
+
property :phone_number, as: 'phoneNumber'
|
682
|
+
property :primary_domain, as: 'primaryDomain'
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
686
|
+
class GoogleCloudChannelV1CommitmentSettings
|
687
|
+
# @private
|
688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
+
property :end_time, as: 'endTime'
|
690
|
+
property :renewal_settings, as: 'renewalSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RenewalSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RenewalSettings::Representation
|
691
|
+
|
692
|
+
property :start_time, as: 'startTime'
|
693
|
+
end
|
694
|
+
end
|
695
|
+
|
696
|
+
class GoogleCloudChannelV1Constraints
|
697
|
+
# @private
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
699
|
+
property :customer_constraints, as: 'customerConstraints', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerConstraints, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerConstraints::Representation
|
700
|
+
|
701
|
+
end
|
702
|
+
end
|
703
|
+
|
704
|
+
class GoogleCloudChannelV1ContactInfo
|
705
|
+
# @private
|
706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
707
|
+
property :display_name, as: 'displayName'
|
708
|
+
property :email, as: 'email'
|
709
|
+
property :first_name, as: 'firstName'
|
710
|
+
property :last_name, as: 'lastName'
|
711
|
+
property :phone, as: 'phone'
|
712
|
+
property :title, as: 'title'
|
713
|
+
end
|
714
|
+
end
|
715
|
+
|
716
|
+
class GoogleCloudChannelV1CreateEntitlementRequest
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
property :entitlement, as: 'entitlement', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement::Representation
|
720
|
+
|
721
|
+
property :request_id, as: 'requestId'
|
722
|
+
end
|
723
|
+
end
|
724
|
+
|
725
|
+
class GoogleCloudChannelV1Customer
|
726
|
+
# @private
|
727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
728
|
+
property :alternate_email, as: 'alternateEmail'
|
729
|
+
property :channel_partner_id, as: 'channelPartnerId'
|
730
|
+
property :cloud_identity_id, as: 'cloudIdentityId'
|
731
|
+
property :cloud_identity_info, as: 'cloudIdentityInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo::Representation
|
732
|
+
|
733
|
+
property :create_time, as: 'createTime'
|
734
|
+
property :domain, as: 'domain'
|
735
|
+
property :language_code, as: 'languageCode'
|
736
|
+
property :name, as: 'name'
|
737
|
+
property :org_display_name, as: 'orgDisplayName'
|
738
|
+
property :org_postal_address, as: 'orgPostalAddress', class: Google::Apis::CloudchannelV1::GoogleTypePostalAddress, decorator: Google::Apis::CloudchannelV1::GoogleTypePostalAddress::Representation
|
739
|
+
|
740
|
+
property :primary_contact_info, as: 'primaryContactInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ContactInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ContactInfo::Representation
|
741
|
+
|
742
|
+
property :update_time, as: 'updateTime'
|
743
|
+
end
|
744
|
+
end
|
745
|
+
|
746
|
+
class GoogleCloudChannelV1CustomerConstraints
|
747
|
+
# @private
|
748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
749
|
+
collection :allowed_customer_types, as: 'allowedCustomerTypes'
|
750
|
+
collection :allowed_regions, as: 'allowedRegions'
|
751
|
+
collection :promotional_order_types, as: 'promotionalOrderTypes'
|
752
|
+
end
|
753
|
+
end
|
754
|
+
|
755
|
+
class GoogleCloudChannelV1CustomerEvent
|
756
|
+
# @private
|
757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
758
|
+
property :customer, as: 'customer'
|
759
|
+
property :event_type, as: 'eventType'
|
760
|
+
end
|
761
|
+
end
|
762
|
+
|
763
|
+
class GoogleCloudChannelV1EduData
|
764
|
+
# @private
|
765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
766
|
+
property :institute_size, as: 'instituteSize'
|
767
|
+
property :institute_type, as: 'instituteType'
|
768
|
+
property :website, as: 'website'
|
769
|
+
end
|
770
|
+
end
|
771
|
+
|
772
|
+
class GoogleCloudChannelV1Entitlement
|
773
|
+
# @private
|
774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
775
|
+
property :association_info, as: 'associationInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1AssociationInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1AssociationInfo::Representation
|
776
|
+
|
777
|
+
property :commitment_settings, as: 'commitmentSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CommitmentSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CommitmentSettings::Representation
|
778
|
+
|
779
|
+
property :create_time, as: 'createTime'
|
780
|
+
property :name, as: 'name'
|
781
|
+
property :offer, as: 'offer'
|
782
|
+
collection :parameters, as: 'parameters', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter::Representation
|
783
|
+
|
784
|
+
property :provisioned_service, as: 'provisionedService', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ProvisionedService, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ProvisionedService::Representation
|
785
|
+
|
786
|
+
property :provisioning_state, as: 'provisioningState'
|
787
|
+
property :purchase_order_id, as: 'purchaseOrderId'
|
788
|
+
collection :suspension_reasons, as: 'suspensionReasons'
|
789
|
+
property :trial_settings, as: 'trialSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TrialSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TrialSettings::Representation
|
790
|
+
|
791
|
+
property :update_time, as: 'updateTime'
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
795
|
+
class GoogleCloudChannelV1EntitlementEvent
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
property :entitlement, as: 'entitlement'
|
799
|
+
property :event_type, as: 'eventType'
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class GoogleCloudChannelV1ListChannelPartnerLinksResponse
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
collection :channel_partner_links, as: 'channelPartnerLinks', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerLink, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerLink::Representation
|
807
|
+
|
808
|
+
property :next_page_token, as: 'nextPageToken'
|
809
|
+
end
|
810
|
+
end
|
811
|
+
|
812
|
+
class GoogleCloudChannelV1ListCustomersResponse
|
813
|
+
# @private
|
814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
815
|
+
collection :customers, as: 'customers', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Customer, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Customer::Representation
|
816
|
+
|
817
|
+
property :next_page_token, as: 'nextPageToken'
|
818
|
+
end
|
819
|
+
end
|
820
|
+
|
821
|
+
class GoogleCloudChannelV1ListEntitlementsResponse
|
822
|
+
# @private
|
823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
824
|
+
collection :entitlements, as: 'entitlements', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement::Representation
|
825
|
+
|
826
|
+
property :next_page_token, as: 'nextPageToken'
|
827
|
+
end
|
828
|
+
end
|
829
|
+
|
830
|
+
class GoogleCloudChannelV1ListOffersResponse
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
property :next_page_token, as: 'nextPageToken'
|
834
|
+
collection :offers, as: 'offers', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer::Representation
|
835
|
+
|
836
|
+
end
|
837
|
+
end
|
838
|
+
|
839
|
+
class GoogleCloudChannelV1ListProductsResponse
|
840
|
+
# @private
|
841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
842
|
+
property :next_page_token, as: 'nextPageToken'
|
843
|
+
collection :products, as: 'products', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Product, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Product::Representation
|
844
|
+
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class GoogleCloudChannelV1ListPurchasableOffersResponse
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
property :next_page_token, as: 'nextPageToken'
|
852
|
+
collection :purchasable_offers, as: 'purchasableOffers', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableOffer, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableOffer::Representation
|
853
|
+
|
854
|
+
end
|
855
|
+
end
|
856
|
+
|
857
|
+
class GoogleCloudChannelV1ListPurchasableSkusResponse
|
858
|
+
# @private
|
859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
860
|
+
property :next_page_token, as: 'nextPageToken'
|
861
|
+
collection :purchasable_skus, as: 'purchasableSkus', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableSku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableSku::Representation
|
862
|
+
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
class GoogleCloudChannelV1ListSkusResponse
|
867
|
+
# @private
|
868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
869
|
+
property :next_page_token, as: 'nextPageToken'
|
870
|
+
collection :skus, as: 'skus', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku::Representation
|
871
|
+
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
875
|
+
class GoogleCloudChannelV1ListSubscribersResponse
|
876
|
+
# @private
|
877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
878
|
+
property :next_page_token, as: 'nextPageToken'
|
879
|
+
collection :service_accounts, as: 'serviceAccounts'
|
880
|
+
property :topic, as: 'topic'
|
881
|
+
end
|
882
|
+
end
|
883
|
+
|
884
|
+
class GoogleCloudChannelV1ListTransferableOffersRequest
|
885
|
+
# @private
|
886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
887
|
+
property :cloud_identity_id, as: 'cloudIdentityId'
|
888
|
+
property :customer_name, as: 'customerName'
|
889
|
+
property :language_code, as: 'languageCode'
|
890
|
+
property :page_size, as: 'pageSize'
|
891
|
+
property :page_token, as: 'pageToken'
|
892
|
+
property :sku, as: 'sku'
|
893
|
+
end
|
894
|
+
end
|
895
|
+
|
896
|
+
class GoogleCloudChannelV1ListTransferableOffersResponse
|
897
|
+
# @private
|
898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
899
|
+
property :next_page_token, as: 'nextPageToken'
|
900
|
+
collection :transferable_offers, as: 'transferableOffers', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableOffer, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableOffer::Representation
|
901
|
+
|
902
|
+
end
|
903
|
+
end
|
904
|
+
|
905
|
+
class GoogleCloudChannelV1ListTransferableSkusRequest
|
906
|
+
# @private
|
907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
908
|
+
property :auth_token, as: 'authToken'
|
909
|
+
property :cloud_identity_id, as: 'cloudIdentityId'
|
910
|
+
property :customer_name, as: 'customerName'
|
911
|
+
property :language_code, as: 'languageCode'
|
912
|
+
property :page_size, as: 'pageSize'
|
913
|
+
property :page_token, as: 'pageToken'
|
914
|
+
end
|
915
|
+
end
|
916
|
+
|
917
|
+
class GoogleCloudChannelV1ListTransferableSkusResponse
|
918
|
+
# @private
|
919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
920
|
+
property :next_page_token, as: 'nextPageToken'
|
921
|
+
collection :transferable_skus, as: 'transferableSkus', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku::Representation
|
922
|
+
|
923
|
+
end
|
924
|
+
end
|
925
|
+
|
926
|
+
class GoogleCloudChannelV1MarketingInfo
|
927
|
+
# @private
|
928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
+
property :default_logo, as: 'defaultLogo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Media, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Media::Representation
|
930
|
+
|
931
|
+
property :description, as: 'description'
|
932
|
+
property :display_name, as: 'displayName'
|
933
|
+
end
|
934
|
+
end
|
935
|
+
|
936
|
+
class GoogleCloudChannelV1Media
|
937
|
+
# @private
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
939
|
+
property :content, as: 'content'
|
940
|
+
property :title, as: 'title'
|
941
|
+
property :type, as: 'type'
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
945
|
+
class GoogleCloudChannelV1Offer
|
946
|
+
# @private
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :constraints, as: 'constraints', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints::Representation
|
949
|
+
|
950
|
+
property :end_time, as: 'endTime'
|
951
|
+
property :marketing_info, as: 'marketingInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo::Representation
|
952
|
+
|
953
|
+
property :name, as: 'name'
|
954
|
+
collection :parameter_definitions, as: 'parameterDefinitions', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ParameterDefinition, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ParameterDefinition::Representation
|
955
|
+
|
956
|
+
property :plan, as: 'plan', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Plan, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Plan::Representation
|
957
|
+
|
958
|
+
collection :price_by_resources, as: 'priceByResources', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PriceByResource, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PriceByResource::Representation
|
959
|
+
|
960
|
+
property :sku, as: 'sku', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku::Representation
|
961
|
+
|
962
|
+
property :start_time, as: 'startTime'
|
963
|
+
end
|
964
|
+
end
|
965
|
+
|
966
|
+
class GoogleCloudChannelV1OperationMetadata
|
967
|
+
# @private
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
969
|
+
property :operation_type, as: 'operationType'
|
970
|
+
end
|
971
|
+
end
|
972
|
+
|
973
|
+
class GoogleCloudChannelV1Parameter
|
974
|
+
# @private
|
975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
976
|
+
property :editable, as: 'editable'
|
977
|
+
property :name, as: 'name'
|
978
|
+
property :value, as: 'value', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value::Representation
|
979
|
+
|
980
|
+
end
|
981
|
+
end
|
982
|
+
|
983
|
+
class GoogleCloudChannelV1ParameterDefinition
|
984
|
+
# @private
|
985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
986
|
+
collection :allowed_values, as: 'allowedValues', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value::Representation
|
987
|
+
|
988
|
+
property :max_value, as: 'maxValue', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value::Representation
|
989
|
+
|
990
|
+
property :min_value, as: 'minValue', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value::Representation
|
991
|
+
|
992
|
+
property :name, as: 'name'
|
993
|
+
property :optional, as: 'optional'
|
994
|
+
property :parameter_type, as: 'parameterType'
|
995
|
+
end
|
996
|
+
end
|
997
|
+
|
998
|
+
class GoogleCloudChannelV1Period
|
999
|
+
# @private
|
1000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1001
|
+
property :duration, as: 'duration'
|
1002
|
+
property :period_type, as: 'periodType'
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class GoogleCloudChannelV1Plan
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
property :payment_cycle, as: 'paymentCycle', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Period, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Period::Representation
|
1010
|
+
|
1011
|
+
property :payment_plan, as: 'paymentPlan'
|
1012
|
+
property :payment_type, as: 'paymentType'
|
1013
|
+
property :trial_period, as: 'trialPeriod', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Period, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Period::Representation
|
1014
|
+
|
1015
|
+
end
|
1016
|
+
end
|
1017
|
+
|
1018
|
+
class GoogleCloudChannelV1Price
|
1019
|
+
# @private
|
1020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1021
|
+
property :base_price, as: 'basePrice', class: Google::Apis::CloudchannelV1::GoogleTypeMoney, decorator: Google::Apis::CloudchannelV1::GoogleTypeMoney::Representation
|
1022
|
+
|
1023
|
+
property :discount, as: 'discount'
|
1024
|
+
property :effective_price, as: 'effectivePrice', class: Google::Apis::CloudchannelV1::GoogleTypeMoney, decorator: Google::Apis::CloudchannelV1::GoogleTypeMoney::Representation
|
1025
|
+
|
1026
|
+
property :external_price_uri, as: 'externalPriceUri'
|
1027
|
+
end
|
1028
|
+
end
|
1029
|
+
|
1030
|
+
class GoogleCloudChannelV1PriceByResource
|
1031
|
+
# @private
|
1032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1033
|
+
property :price, as: 'price', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Price, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Price::Representation
|
1034
|
+
|
1035
|
+
collection :price_phases, as: 'pricePhases', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PricePhase, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PricePhase::Representation
|
1036
|
+
|
1037
|
+
property :resource_type, as: 'resourceType'
|
1038
|
+
end
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class GoogleCloudChannelV1PricePhase
|
1042
|
+
# @private
|
1043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1044
|
+
property :first_period, as: 'firstPeriod'
|
1045
|
+
property :last_period, as: 'lastPeriod'
|
1046
|
+
property :period_type, as: 'periodType'
|
1047
|
+
property :price, as: 'price', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Price, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Price::Representation
|
1048
|
+
|
1049
|
+
collection :price_tiers, as: 'priceTiers', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PriceTier, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1PriceTier::Representation
|
1050
|
+
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
class GoogleCloudChannelV1PriceTier
|
1055
|
+
# @private
|
1056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1057
|
+
property :first_resource, as: 'firstResource'
|
1058
|
+
property :last_resource, as: 'lastResource'
|
1059
|
+
property :price, as: 'price', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Price, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Price::Representation
|
1060
|
+
|
1061
|
+
end
|
1062
|
+
end
|
1063
|
+
|
1064
|
+
class GoogleCloudChannelV1Product
|
1065
|
+
# @private
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
|
+
property :marketing_info, as: 'marketingInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo::Representation
|
1068
|
+
|
1069
|
+
property :name, as: 'name'
|
1070
|
+
end
|
1071
|
+
end
|
1072
|
+
|
1073
|
+
class GoogleCloudChannelV1ProvisionCloudIdentityRequest
|
1074
|
+
# @private
|
1075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1076
|
+
property :cloud_identity_info, as: 'cloudIdentityInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo::Representation
|
1077
|
+
|
1078
|
+
property :user, as: 'user', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1AdminUser, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1AdminUser::Representation
|
1079
|
+
|
1080
|
+
property :validate_only, as: 'validateOnly'
|
1081
|
+
end
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class GoogleCloudChannelV1ProvisionedService
|
1085
|
+
# @private
|
1086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
+
property :product_id, as: 'productId'
|
1088
|
+
property :provisioning_id, as: 'provisioningId'
|
1089
|
+
property :sku_id, as: 'skuId'
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudChannelV1PurchasableOffer
|
1094
|
+
# @private
|
1095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1096
|
+
property :offer, as: 'offer', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer::Representation
|
1097
|
+
|
1098
|
+
end
|
1099
|
+
end
|
1100
|
+
|
1101
|
+
class GoogleCloudChannelV1PurchasableSku
|
1102
|
+
# @private
|
1103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1104
|
+
property :sku, as: 'sku', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku::Representation
|
1105
|
+
|
1106
|
+
end
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
class GoogleCloudChannelV1RegisterSubscriberRequest
|
1110
|
+
# @private
|
1111
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1112
|
+
property :service_account, as: 'serviceAccount'
|
1113
|
+
end
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
class GoogleCloudChannelV1RegisterSubscriberResponse
|
1117
|
+
# @private
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1119
|
+
property :topic, as: 'topic'
|
1120
|
+
end
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class GoogleCloudChannelV1RenewalSettings
|
1124
|
+
# @private
|
1125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1126
|
+
property :enable_renewal, as: 'enableRenewal'
|
1127
|
+
property :payment_cycle, as: 'paymentCycle', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Period, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Period::Representation
|
1128
|
+
|
1129
|
+
property :payment_plan, as: 'paymentPlan'
|
1130
|
+
property :resize_unit_count, as: 'resizeUnitCount'
|
1131
|
+
end
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class GoogleCloudChannelV1Sku
|
1135
|
+
# @private
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1137
|
+
property :marketing_info, as: 'marketingInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo::Representation
|
1138
|
+
|
1139
|
+
property :name, as: 'name'
|
1140
|
+
property :product, as: 'product', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Product, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Product::Representation
|
1141
|
+
|
1142
|
+
end
|
1143
|
+
end
|
1144
|
+
|
1145
|
+
class GoogleCloudChannelV1StartPaidServiceRequest
|
1146
|
+
# @private
|
1147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1148
|
+
property :request_id, as: 'requestId'
|
1149
|
+
end
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
class GoogleCloudChannelV1SubscriberEvent
|
1153
|
+
# @private
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1155
|
+
property :customer_event, as: 'customerEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerEvent::Representation
|
1156
|
+
|
1157
|
+
property :entitlement_event, as: 'entitlementEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1EntitlementEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1EntitlementEvent::Representation
|
1158
|
+
|
1159
|
+
end
|
1160
|
+
end
|
1161
|
+
|
1162
|
+
class GoogleCloudChannelV1SuspendEntitlementRequest
|
1163
|
+
# @private
|
1164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1165
|
+
property :request_id, as: 'requestId'
|
1166
|
+
end
|
1167
|
+
end
|
1168
|
+
|
1169
|
+
class GoogleCloudChannelV1TransferEligibility
|
1170
|
+
# @private
|
1171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1172
|
+
property :description, as: 'description'
|
1173
|
+
property :ineligibility_reason, as: 'ineligibilityReason'
|
1174
|
+
property :is_eligible, as: 'isEligible'
|
1175
|
+
end
|
1176
|
+
end
|
1177
|
+
|
1178
|
+
class GoogleCloudChannelV1TransferEntitlementsRequest
|
1179
|
+
# @private
|
1180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1181
|
+
property :auth_token, as: 'authToken'
|
1182
|
+
collection :entitlements, as: 'entitlements', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement::Representation
|
1183
|
+
|
1184
|
+
property :request_id, as: 'requestId'
|
1185
|
+
end
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class GoogleCloudChannelV1TransferEntitlementsResponse
|
1189
|
+
# @private
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
collection :entitlements, as: 'entitlements', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement::Representation
|
1192
|
+
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class GoogleCloudChannelV1TransferEntitlementsToGoogleRequest
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
collection :entitlements, as: 'entitlements', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement::Representation
|
1200
|
+
|
1201
|
+
property :request_id, as: 'requestId'
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class GoogleCloudChannelV1TransferableOffer
|
1206
|
+
# @private
|
1207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1208
|
+
property :offer, as: 'offer', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer::Representation
|
1209
|
+
|
1210
|
+
end
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudChannelV1TransferableSku
|
1214
|
+
# @private
|
1215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1216
|
+
property :sku, as: 'sku', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku::Representation
|
1217
|
+
|
1218
|
+
property :transfer_eligibility, as: 'transferEligibility', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEligibility, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEligibility::Representation
|
1219
|
+
|
1220
|
+
end
|
1221
|
+
end
|
1222
|
+
|
1223
|
+
class GoogleCloudChannelV1TrialSettings
|
1224
|
+
# @private
|
1225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1226
|
+
property :end_time, as: 'endTime'
|
1227
|
+
property :trial, as: 'trial'
|
1228
|
+
end
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class GoogleCloudChannelV1UnregisterSubscriberRequest
|
1232
|
+
# @private
|
1233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1234
|
+
property :service_account, as: 'serviceAccount'
|
1235
|
+
end
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
class GoogleCloudChannelV1UnregisterSubscriberResponse
|
1239
|
+
# @private
|
1240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
|
+
property :topic, as: 'topic'
|
1242
|
+
end
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class GoogleCloudChannelV1UpdateChannelPartnerLinkRequest
|
1246
|
+
# @private
|
1247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1248
|
+
property :channel_partner_link, as: 'channelPartnerLink', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerLink, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerLink::Representation
|
1249
|
+
|
1250
|
+
property :update_mask, as: 'updateMask'
|
1251
|
+
end
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class GoogleCloudChannelV1Value
|
1255
|
+
# @private
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1257
|
+
property :double_value, as: 'doubleValue'
|
1258
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
1259
|
+
hash :proto_value, as: 'protoValue'
|
1260
|
+
property :string_value, as: 'stringValue'
|
1261
|
+
end
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class GoogleCloudChannelV1alpha1AssociationInfo
|
1265
|
+
# @private
|
1266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
+
property :base_entitlement, as: 'baseEntitlement'
|
1268
|
+
end
|
1269
|
+
end
|
1270
|
+
|
1271
|
+
class GoogleCloudChannelV1alpha1CommitmentSettings
|
1272
|
+
# @private
|
1273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1274
|
+
property :end_time, as: 'endTime'
|
1275
|
+
property :renewal_settings, as: 'renewalSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1RenewalSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1RenewalSettings::Representation
|
1276
|
+
|
1277
|
+
property :start_time, as: 'startTime'
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
|
1281
|
+
class GoogleCloudChannelV1alpha1CustomerEvent
|
1282
|
+
# @private
|
1283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1284
|
+
property :customer, as: 'customer'
|
1285
|
+
property :event_type, as: 'eventType'
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
1289
|
+
class GoogleCloudChannelV1alpha1Entitlement
|
1290
|
+
# @private
|
1291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1292
|
+
property :assigned_units, as: 'assignedUnits'
|
1293
|
+
property :association_info, as: 'associationInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1AssociationInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1AssociationInfo::Representation
|
1294
|
+
|
1295
|
+
property :channel_partner_id, as: 'channelPartnerId'
|
1296
|
+
property :commitment_settings, as: 'commitmentSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CommitmentSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CommitmentSettings::Representation
|
1297
|
+
|
1298
|
+
property :create_time, as: 'createTime'
|
1299
|
+
property :max_units, as: 'maxUnits'
|
1300
|
+
property :name, as: 'name'
|
1301
|
+
property :num_units, as: 'numUnits'
|
1302
|
+
property :offer, as: 'offer'
|
1303
|
+
collection :parameters, as: 'parameters', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter::Representation
|
1304
|
+
|
1305
|
+
property :provisioned_service, as: 'provisionedService', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1ProvisionedService::Representation
|
1306
|
+
|
1307
|
+
property :provisioning_state, as: 'provisioningState'
|
1308
|
+
property :purchase_order_id, as: 'purchaseOrderId'
|
1309
|
+
collection :suspension_reasons, as: 'suspensionReasons'
|
1310
|
+
property :trial_settings, as: 'trialSettings', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1TrialSettings, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1TrialSettings::Representation
|
1311
|
+
|
1312
|
+
property :update_time, as: 'updateTime'
|
1313
|
+
end
|
1314
|
+
end
|
1315
|
+
|
1316
|
+
class GoogleCloudChannelV1alpha1EntitlementEvent
|
1317
|
+
# @private
|
1318
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1319
|
+
property :entitlement, as: 'entitlement'
|
1320
|
+
property :event_type, as: 'eventType'
|
1321
|
+
end
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class GoogleCloudChannelV1alpha1OperationMetadata
|
1325
|
+
# @private
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
|
+
property :operation_type, as: 'operationType'
|
1328
|
+
end
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class GoogleCloudChannelV1alpha1Parameter
|
1332
|
+
# @private
|
1333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1334
|
+
property :editable, as: 'editable'
|
1335
|
+
property :name, as: 'name'
|
1336
|
+
property :value, as: 'value', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Value, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Value::Representation
|
1337
|
+
|
1338
|
+
end
|
1339
|
+
end
|
1340
|
+
|
1341
|
+
class GoogleCloudChannelV1alpha1Period
|
1342
|
+
# @private
|
1343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1344
|
+
property :duration, as: 'duration'
|
1345
|
+
property :period_type, as: 'periodType'
|
1346
|
+
end
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
class GoogleCloudChannelV1alpha1ProvisionedService
|
1350
|
+
# @private
|
1351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1352
|
+
property :product_id, as: 'productId'
|
1353
|
+
property :provisioning_id, as: 'provisioningId'
|
1354
|
+
property :sku_id, as: 'skuId'
|
1355
|
+
end
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
class GoogleCloudChannelV1alpha1RenewalSettings
|
1359
|
+
# @private
|
1360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1361
|
+
property :disable_commitment, as: 'disableCommitment'
|
1362
|
+
property :enable_renewal, as: 'enableRenewal'
|
1363
|
+
property :payment_cycle, as: 'paymentCycle', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Period, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Period::Representation
|
1364
|
+
|
1365
|
+
property :payment_option, as: 'paymentOption'
|
1366
|
+
property :payment_plan, as: 'paymentPlan'
|
1367
|
+
property :resize_unit_count, as: 'resizeUnitCount'
|
1368
|
+
end
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class GoogleCloudChannelV1alpha1SubscriberEvent
|
1372
|
+
# @private
|
1373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1374
|
+
property :customer_event, as: 'customerEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CustomerEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CustomerEvent::Representation
|
1375
|
+
|
1376
|
+
property :entitlement_event, as: 'entitlementEvent', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1EntitlementEvent, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1EntitlementEvent::Representation
|
1377
|
+
|
1378
|
+
end
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class GoogleCloudChannelV1alpha1TransferEntitlementsResponse
|
1382
|
+
# @private
|
1383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1384
|
+
collection :entitlements, as: 'entitlements', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Entitlement, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Entitlement::Representation
|
1385
|
+
|
1386
|
+
end
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class GoogleCloudChannelV1alpha1TrialSettings
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
property :end_time, as: 'endTime'
|
1393
|
+
property :trial, as: 'trial'
|
1394
|
+
end
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
class GoogleCloudChannelV1alpha1Value
|
1398
|
+
# @private
|
1399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1400
|
+
property :double_value, as: 'doubleValue'
|
1401
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
1402
|
+
hash :proto_value, as: 'protoValue'
|
1403
|
+
property :string_value, as: 'stringValue'
|
1404
|
+
end
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class GoogleLongrunningCancelOperationRequest
|
1408
|
+
# @private
|
1409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1410
|
+
end
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
class GoogleLongrunningListOperationsResponse
|
1414
|
+
# @private
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1416
|
+
property :next_page_token, as: 'nextPageToken'
|
1417
|
+
collection :operations, as: 'operations', class: Google::Apis::CloudchannelV1::GoogleLongrunningOperation, decorator: Google::Apis::CloudchannelV1::GoogleLongrunningOperation::Representation
|
1418
|
+
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
class GoogleLongrunningOperation
|
1423
|
+
# @private
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1425
|
+
property :done, as: 'done'
|
1426
|
+
property :error, as: 'error', class: Google::Apis::CloudchannelV1::GoogleRpcStatus, decorator: Google::Apis::CloudchannelV1::GoogleRpcStatus::Representation
|
1427
|
+
|
1428
|
+
hash :metadata, as: 'metadata'
|
1429
|
+
property :name, as: 'name'
|
1430
|
+
hash :response, as: 'response'
|
1431
|
+
end
|
1432
|
+
end
|
1433
|
+
|
1434
|
+
class GoogleProtobufEmpty
|
1435
|
+
# @private
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1437
|
+
end
|
1438
|
+
end
|
1439
|
+
|
1440
|
+
class GoogleRpcStatus
|
1441
|
+
# @private
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1443
|
+
property :code, as: 'code'
|
1444
|
+
collection :details, as: 'details'
|
1445
|
+
property :message, as: 'message'
|
1446
|
+
end
|
1447
|
+
end
|
1448
|
+
|
1449
|
+
class GoogleTypeMoney
|
1450
|
+
# @private
|
1451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1452
|
+
property :currency_code, as: 'currencyCode'
|
1453
|
+
property :nanos, as: 'nanos'
|
1454
|
+
property :units, :numeric_string => true, as: 'units'
|
1455
|
+
end
|
1456
|
+
end
|
1457
|
+
|
1458
|
+
class GoogleTypePostalAddress
|
1459
|
+
# @private
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1461
|
+
collection :address_lines, as: 'addressLines'
|
1462
|
+
property :administrative_area, as: 'administrativeArea'
|
1463
|
+
property :language_code, as: 'languageCode'
|
1464
|
+
property :locality, as: 'locality'
|
1465
|
+
property :organization, as: 'organization'
|
1466
|
+
property :postal_code, as: 'postalCode'
|
1467
|
+
collection :recipients, as: 'recipients'
|
1468
|
+
property :region_code, as: 'regionCode'
|
1469
|
+
property :revision, as: 'revision'
|
1470
|
+
property :sorting_code, as: 'sortingCode'
|
1471
|
+
property :sublocality, as: 'sublocality'
|
1472
|
+
end
|
1473
|
+
end
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
end
|