google-apis-servicemanagement_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 ServicemanagementV1
18
+ # Version of the google-apis-servicemanagement_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.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201211"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1467 @@
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 ServicemanagementV1
24
+
25
+ class Advice
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class Api
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AuditConfig
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AuditLogConfig
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AuthProvider
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AuthRequirement
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class Authentication
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AuthenticationRule
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class Backend
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class BackendRule
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Billing
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class BillingDestination
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Binding
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ChangeReport
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ConfigChange
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class ConfigFile
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class ConfigRef
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class ConfigSource
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class Context
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ContextRule
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Control
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class CustomError
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class CustomErrorRule
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class CustomHttpPattern
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class DeleteServiceStrategy
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class Diagnostic
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class DisableServiceResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class Documentation
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class DocumentationRule
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class EnableServiceRequest
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class EnableServiceResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Endpoint
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class Enum
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class EnumValue
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class Expr
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class Field
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class FlowErrorDetails
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GenerateConfigReportRequest
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GenerateConfigReportResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GetIamPolicyRequest
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GetPolicyOptions
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class Http
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class HttpRule
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class JwtLocation
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class LabelDescriptor
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class ListOperationsResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ListServiceConfigsResponse
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ListServiceRolloutsResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class ListServicesResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class LogDescriptor
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class Logging
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class LoggingDestination
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class ManagedService
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class MethodProp
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class MetricDescriptor
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class MetricDescriptorMetadata
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class MetricRule
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class Mixin
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class MonitoredResourceDescriptor
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class Monitoring
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class MonitoringDestination
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class OAuthRequirements
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class Operation
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class OperationMetadata
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class Option
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Page
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class Policy
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class Quota
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class QuotaLimit
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class ResourceReference
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class Rollout
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class Service
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class SetIamPolicyRequest
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class SourceContext
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class SourceInfo
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class Status
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class Step
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class SubmitConfigSourceRequest
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class SubmitConfigSourceResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class SystemParameter
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class SystemParameterRule
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class SystemParameters
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class TestIamPermissionsRequest
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class TestIamPermissionsResponse
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class TrafficPercentStrategy
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class Type
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class UndeleteServiceResponse
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class Usage
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class UsageRule
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class Advice
560
+ # @private
561
+ class Representation < Google::Apis::Core::JsonRepresentation
562
+ property :description, as: 'description'
563
+ end
564
+ end
565
+
566
+ class Api
567
+ # @private
568
+ class Representation < Google::Apis::Core::JsonRepresentation
569
+ collection :methods_prop, as: 'methods', class: Google::Apis::ServicemanagementV1::MethodProp, decorator: Google::Apis::ServicemanagementV1::MethodProp::Representation
570
+
571
+ collection :mixins, as: 'mixins', class: Google::Apis::ServicemanagementV1::Mixin, decorator: Google::Apis::ServicemanagementV1::Mixin::Representation
572
+
573
+ property :name, as: 'name'
574
+ collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
575
+
576
+ property :source_context, as: 'sourceContext', class: Google::Apis::ServicemanagementV1::SourceContext, decorator: Google::Apis::ServicemanagementV1::SourceContext::Representation
577
+
578
+ property :syntax, as: 'syntax'
579
+ property :version, as: 'version'
580
+ end
581
+ end
582
+
583
+ class AuditConfig
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ServicemanagementV1::AuditLogConfig, decorator: Google::Apis::ServicemanagementV1::AuditLogConfig::Representation
587
+
588
+ property :service, as: 'service'
589
+ end
590
+ end
591
+
592
+ class AuditLogConfig
593
+ # @private
594
+ class Representation < Google::Apis::Core::JsonRepresentation
595
+ collection :exempted_members, as: 'exemptedMembers'
596
+ property :log_type, as: 'logType'
597
+ end
598
+ end
599
+
600
+ class AuthProvider
601
+ # @private
602
+ class Representation < Google::Apis::Core::JsonRepresentation
603
+ property :audiences, as: 'audiences'
604
+ property :authorization_url, as: 'authorizationUrl'
605
+ property :id, as: 'id'
606
+ property :issuer, as: 'issuer'
607
+ property :jwks_uri, as: 'jwksUri'
608
+ collection :jwt_locations, as: 'jwtLocations', class: Google::Apis::ServicemanagementV1::JwtLocation, decorator: Google::Apis::ServicemanagementV1::JwtLocation::Representation
609
+
610
+ end
611
+ end
612
+
613
+ class AuthRequirement
614
+ # @private
615
+ class Representation < Google::Apis::Core::JsonRepresentation
616
+ property :audiences, as: 'audiences'
617
+ property :provider_id, as: 'providerId'
618
+ end
619
+ end
620
+
621
+ class Authentication
622
+ # @private
623
+ class Representation < Google::Apis::Core::JsonRepresentation
624
+ collection :providers, as: 'providers', class: Google::Apis::ServicemanagementV1::AuthProvider, decorator: Google::Apis::ServicemanagementV1::AuthProvider::Representation
625
+
626
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::AuthenticationRule, decorator: Google::Apis::ServicemanagementV1::AuthenticationRule::Representation
627
+
628
+ end
629
+ end
630
+
631
+ class AuthenticationRule
632
+ # @private
633
+ class Representation < Google::Apis::Core::JsonRepresentation
634
+ property :allow_without_credential, as: 'allowWithoutCredential'
635
+ property :oauth, as: 'oauth', class: Google::Apis::ServicemanagementV1::OAuthRequirements, decorator: Google::Apis::ServicemanagementV1::OAuthRequirements::Representation
636
+
637
+ collection :requirements, as: 'requirements', class: Google::Apis::ServicemanagementV1::AuthRequirement, decorator: Google::Apis::ServicemanagementV1::AuthRequirement::Representation
638
+
639
+ property :selector, as: 'selector'
640
+ end
641
+ end
642
+
643
+ class Backend
644
+ # @private
645
+ class Representation < Google::Apis::Core::JsonRepresentation
646
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::BackendRule, decorator: Google::Apis::ServicemanagementV1::BackendRule::Representation
647
+
648
+ end
649
+ end
650
+
651
+ class BackendRule
652
+ # @private
653
+ class Representation < Google::Apis::Core::JsonRepresentation
654
+ property :address, as: 'address'
655
+ property :deadline, as: 'deadline'
656
+ property :disable_auth, as: 'disableAuth'
657
+ property :jwt_audience, as: 'jwtAudience'
658
+ property :min_deadline, as: 'minDeadline'
659
+ property :operation_deadline, as: 'operationDeadline'
660
+ property :path_translation, as: 'pathTranslation'
661
+ property :protocol, as: 'protocol'
662
+ property :selector, as: 'selector'
663
+ end
664
+ end
665
+
666
+ class Billing
667
+ # @private
668
+ class Representation < Google::Apis::Core::JsonRepresentation
669
+ collection :consumer_destinations, as: 'consumerDestinations', class: Google::Apis::ServicemanagementV1::BillingDestination, decorator: Google::Apis::ServicemanagementV1::BillingDestination::Representation
670
+
671
+ end
672
+ end
673
+
674
+ class BillingDestination
675
+ # @private
676
+ class Representation < Google::Apis::Core::JsonRepresentation
677
+ collection :metrics, as: 'metrics'
678
+ property :monitored_resource, as: 'monitoredResource'
679
+ end
680
+ end
681
+
682
+ class Binding
683
+ # @private
684
+ class Representation < Google::Apis::Core::JsonRepresentation
685
+ property :condition, as: 'condition', class: Google::Apis::ServicemanagementV1::Expr, decorator: Google::Apis::ServicemanagementV1::Expr::Representation
686
+
687
+ collection :members, as: 'members'
688
+ property :role, as: 'role'
689
+ end
690
+ end
691
+
692
+ class ChangeReport
693
+ # @private
694
+ class Representation < Google::Apis::Core::JsonRepresentation
695
+ collection :config_changes, as: 'configChanges', class: Google::Apis::ServicemanagementV1::ConfigChange, decorator: Google::Apis::ServicemanagementV1::ConfigChange::Representation
696
+
697
+ end
698
+ end
699
+
700
+ class ConfigChange
701
+ # @private
702
+ class Representation < Google::Apis::Core::JsonRepresentation
703
+ collection :advices, as: 'advices', class: Google::Apis::ServicemanagementV1::Advice, decorator: Google::Apis::ServicemanagementV1::Advice::Representation
704
+
705
+ property :change_type, as: 'changeType'
706
+ property :element, as: 'element'
707
+ property :new_value, as: 'newValue'
708
+ property :old_value, as: 'oldValue'
709
+ end
710
+ end
711
+
712
+ class ConfigFile
713
+ # @private
714
+ class Representation < Google::Apis::Core::JsonRepresentation
715
+ property :file_contents, :base64 => true, as: 'fileContents'
716
+ property :file_path, as: 'filePath'
717
+ property :file_type, as: 'fileType'
718
+ end
719
+ end
720
+
721
+ class ConfigRef
722
+ # @private
723
+ class Representation < Google::Apis::Core::JsonRepresentation
724
+ property :name, as: 'name'
725
+ end
726
+ end
727
+
728
+ class ConfigSource
729
+ # @private
730
+ class Representation < Google::Apis::Core::JsonRepresentation
731
+ collection :files, as: 'files', class: Google::Apis::ServicemanagementV1::ConfigFile, decorator: Google::Apis::ServicemanagementV1::ConfigFile::Representation
732
+
733
+ property :id, as: 'id'
734
+ end
735
+ end
736
+
737
+ class Context
738
+ # @private
739
+ class Representation < Google::Apis::Core::JsonRepresentation
740
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::ContextRule, decorator: Google::Apis::ServicemanagementV1::ContextRule::Representation
741
+
742
+ end
743
+ end
744
+
745
+ class ContextRule
746
+ # @private
747
+ class Representation < Google::Apis::Core::JsonRepresentation
748
+ collection :allowed_request_extensions, as: 'allowedRequestExtensions'
749
+ collection :allowed_response_extensions, as: 'allowedResponseExtensions'
750
+ collection :provided, as: 'provided'
751
+ collection :requested, as: 'requested'
752
+ property :selector, as: 'selector'
753
+ end
754
+ end
755
+
756
+ class Control
757
+ # @private
758
+ class Representation < Google::Apis::Core::JsonRepresentation
759
+ property :environment, as: 'environment'
760
+ end
761
+ end
762
+
763
+ class CustomError
764
+ # @private
765
+ class Representation < Google::Apis::Core::JsonRepresentation
766
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::CustomErrorRule, decorator: Google::Apis::ServicemanagementV1::CustomErrorRule::Representation
767
+
768
+ collection :types, as: 'types'
769
+ end
770
+ end
771
+
772
+ class CustomErrorRule
773
+ # @private
774
+ class Representation < Google::Apis::Core::JsonRepresentation
775
+ property :is_error_type, as: 'isErrorType'
776
+ property :selector, as: 'selector'
777
+ end
778
+ end
779
+
780
+ class CustomHttpPattern
781
+ # @private
782
+ class Representation < Google::Apis::Core::JsonRepresentation
783
+ property :kind, as: 'kind'
784
+ property :path, as: 'path'
785
+ end
786
+ end
787
+
788
+ class DeleteServiceStrategy
789
+ # @private
790
+ class Representation < Google::Apis::Core::JsonRepresentation
791
+ end
792
+ end
793
+
794
+ class Diagnostic
795
+ # @private
796
+ class Representation < Google::Apis::Core::JsonRepresentation
797
+ property :kind, as: 'kind'
798
+ property :location, as: 'location'
799
+ property :message, as: 'message'
800
+ end
801
+ end
802
+
803
+ class DisableServiceResponse
804
+ # @private
805
+ class Representation < Google::Apis::Core::JsonRepresentation
806
+ end
807
+ end
808
+
809
+ class Documentation
810
+ # @private
811
+ class Representation < Google::Apis::Core::JsonRepresentation
812
+ property :documentation_root_url, as: 'documentationRootUrl'
813
+ property :overview, as: 'overview'
814
+ collection :pages, as: 'pages', class: Google::Apis::ServicemanagementV1::Page, decorator: Google::Apis::ServicemanagementV1::Page::Representation
815
+
816
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::DocumentationRule, decorator: Google::Apis::ServicemanagementV1::DocumentationRule::Representation
817
+
818
+ property :service_root_url, as: 'serviceRootUrl'
819
+ property :summary, as: 'summary'
820
+ end
821
+ end
822
+
823
+ class DocumentationRule
824
+ # @private
825
+ class Representation < Google::Apis::Core::JsonRepresentation
826
+ property :deprecation_description, as: 'deprecationDescription'
827
+ property :description, as: 'description'
828
+ property :selector, as: 'selector'
829
+ end
830
+ end
831
+
832
+ class EnableServiceRequest
833
+ # @private
834
+ class Representation < Google::Apis::Core::JsonRepresentation
835
+ property :consumer_id, as: 'consumerId'
836
+ end
837
+ end
838
+
839
+ class EnableServiceResponse
840
+ # @private
841
+ class Representation < Google::Apis::Core::JsonRepresentation
842
+ end
843
+ end
844
+
845
+ class Endpoint
846
+ # @private
847
+ class Representation < Google::Apis::Core::JsonRepresentation
848
+ collection :aliases, as: 'aliases'
849
+ property :allow_cors, as: 'allowCors'
850
+ property :name, as: 'name'
851
+ property :target, as: 'target'
852
+ end
853
+ end
854
+
855
+ class Enum
856
+ # @private
857
+ class Representation < Google::Apis::Core::JsonRepresentation
858
+ collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicemanagementV1::EnumValue, decorator: Google::Apis::ServicemanagementV1::EnumValue::Representation
859
+
860
+ property :name, as: 'name'
861
+ collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
862
+
863
+ property :source_context, as: 'sourceContext', class: Google::Apis::ServicemanagementV1::SourceContext, decorator: Google::Apis::ServicemanagementV1::SourceContext::Representation
864
+
865
+ property :syntax, as: 'syntax'
866
+ end
867
+ end
868
+
869
+ class EnumValue
870
+ # @private
871
+ class Representation < Google::Apis::Core::JsonRepresentation
872
+ property :name, as: 'name'
873
+ property :number, as: 'number'
874
+ collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
875
+
876
+ end
877
+ end
878
+
879
+ class Expr
880
+ # @private
881
+ class Representation < Google::Apis::Core::JsonRepresentation
882
+ property :description, as: 'description'
883
+ property :expression, as: 'expression'
884
+ property :location, as: 'location'
885
+ property :title, as: 'title'
886
+ end
887
+ end
888
+
889
+ class Field
890
+ # @private
891
+ class Representation < Google::Apis::Core::JsonRepresentation
892
+ property :cardinality, as: 'cardinality'
893
+ property :default_value, as: 'defaultValue'
894
+ property :json_name, as: 'jsonName'
895
+ property :kind, as: 'kind'
896
+ property :name, as: 'name'
897
+ property :number, as: 'number'
898
+ property :oneof_index, as: 'oneofIndex'
899
+ collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
900
+
901
+ property :packed, as: 'packed'
902
+ property :type_url, as: 'typeUrl'
903
+ end
904
+ end
905
+
906
+ class FlowErrorDetails
907
+ # @private
908
+ class Representation < Google::Apis::Core::JsonRepresentation
909
+ property :exception_type, as: 'exceptionType'
910
+ property :flow_step_id, as: 'flowStepId'
911
+ end
912
+ end
913
+
914
+ class GenerateConfigReportRequest
915
+ # @private
916
+ class Representation < Google::Apis::Core::JsonRepresentation
917
+ hash :new_config, as: 'newConfig'
918
+ hash :old_config, as: 'oldConfig'
919
+ end
920
+ end
921
+
922
+ class GenerateConfigReportResponse
923
+ # @private
924
+ class Representation < Google::Apis::Core::JsonRepresentation
925
+ collection :change_reports, as: 'changeReports', class: Google::Apis::ServicemanagementV1::ChangeReport, decorator: Google::Apis::ServicemanagementV1::ChangeReport::Representation
926
+
927
+ collection :diagnostics, as: 'diagnostics', class: Google::Apis::ServicemanagementV1::Diagnostic, decorator: Google::Apis::ServicemanagementV1::Diagnostic::Representation
928
+
929
+ property :id, as: 'id'
930
+ property :service_name, as: 'serviceName'
931
+ end
932
+ end
933
+
934
+ class GetIamPolicyRequest
935
+ # @private
936
+ class Representation < Google::Apis::Core::JsonRepresentation
937
+ property :options, as: 'options', class: Google::Apis::ServicemanagementV1::GetPolicyOptions, decorator: Google::Apis::ServicemanagementV1::GetPolicyOptions::Representation
938
+
939
+ end
940
+ end
941
+
942
+ class GetPolicyOptions
943
+ # @private
944
+ class Representation < Google::Apis::Core::JsonRepresentation
945
+ property :requested_policy_version, as: 'requestedPolicyVersion'
946
+ end
947
+ end
948
+
949
+ class Http
950
+ # @private
951
+ class Representation < Google::Apis::Core::JsonRepresentation
952
+ property :fully_decode_reserved_expansion, as: 'fullyDecodeReservedExpansion'
953
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::HttpRule, decorator: Google::Apis::ServicemanagementV1::HttpRule::Representation
954
+
955
+ end
956
+ end
957
+
958
+ class HttpRule
959
+ # @private
960
+ class Representation < Google::Apis::Core::JsonRepresentation
961
+ collection :additional_bindings, as: 'additionalBindings', class: Google::Apis::ServicemanagementV1::HttpRule, decorator: Google::Apis::ServicemanagementV1::HttpRule::Representation
962
+
963
+ property :body, as: 'body'
964
+ property :custom, as: 'custom', class: Google::Apis::ServicemanagementV1::CustomHttpPattern, decorator: Google::Apis::ServicemanagementV1::CustomHttpPattern::Representation
965
+
966
+ property :delete, as: 'delete'
967
+ property :get, as: 'get'
968
+ property :patch, as: 'patch'
969
+ property :post, as: 'post'
970
+ property :put, as: 'put'
971
+ property :response_body, as: 'responseBody'
972
+ property :selector, as: 'selector'
973
+ end
974
+ end
975
+
976
+ class JwtLocation
977
+ # @private
978
+ class Representation < Google::Apis::Core::JsonRepresentation
979
+ property :header, as: 'header'
980
+ property :query, as: 'query'
981
+ property :value_prefix, as: 'valuePrefix'
982
+ end
983
+ end
984
+
985
+ class LabelDescriptor
986
+ # @private
987
+ class Representation < Google::Apis::Core::JsonRepresentation
988
+ property :description, as: 'description'
989
+ property :key, as: 'key'
990
+ property :value_type, as: 'valueType'
991
+ end
992
+ end
993
+
994
+ class ListOperationsResponse
995
+ # @private
996
+ class Representation < Google::Apis::Core::JsonRepresentation
997
+ property :next_page_token, as: 'nextPageToken'
998
+ collection :operations, as: 'operations', class: Google::Apis::ServicemanagementV1::Operation, decorator: Google::Apis::ServicemanagementV1::Operation::Representation
999
+
1000
+ end
1001
+ end
1002
+
1003
+ class ListServiceConfigsResponse
1004
+ # @private
1005
+ class Representation < Google::Apis::Core::JsonRepresentation
1006
+ property :next_page_token, as: 'nextPageToken'
1007
+ collection :service_configs, as: 'serviceConfigs', class: Google::Apis::ServicemanagementV1::Service, decorator: Google::Apis::ServicemanagementV1::Service::Representation
1008
+
1009
+ end
1010
+ end
1011
+
1012
+ class ListServiceRolloutsResponse
1013
+ # @private
1014
+ class Representation < Google::Apis::Core::JsonRepresentation
1015
+ property :next_page_token, as: 'nextPageToken'
1016
+ collection :rollouts, as: 'rollouts', class: Google::Apis::ServicemanagementV1::Rollout, decorator: Google::Apis::ServicemanagementV1::Rollout::Representation
1017
+
1018
+ end
1019
+ end
1020
+
1021
+ class ListServicesResponse
1022
+ # @private
1023
+ class Representation < Google::Apis::Core::JsonRepresentation
1024
+ property :next_page_token, as: 'nextPageToken'
1025
+ collection :services, as: 'services', class: Google::Apis::ServicemanagementV1::ManagedService, decorator: Google::Apis::ServicemanagementV1::ManagedService::Representation
1026
+
1027
+ end
1028
+ end
1029
+
1030
+ class LogDescriptor
1031
+ # @private
1032
+ class Representation < Google::Apis::Core::JsonRepresentation
1033
+ property :description, as: 'description'
1034
+ property :display_name, as: 'displayName'
1035
+ collection :labels, as: 'labels', class: Google::Apis::ServicemanagementV1::LabelDescriptor, decorator: Google::Apis::ServicemanagementV1::LabelDescriptor::Representation
1036
+
1037
+ property :name, as: 'name'
1038
+ end
1039
+ end
1040
+
1041
+ class Logging
1042
+ # @private
1043
+ class Representation < Google::Apis::Core::JsonRepresentation
1044
+ collection :consumer_destinations, as: 'consumerDestinations', class: Google::Apis::ServicemanagementV1::LoggingDestination, decorator: Google::Apis::ServicemanagementV1::LoggingDestination::Representation
1045
+
1046
+ collection :producer_destinations, as: 'producerDestinations', class: Google::Apis::ServicemanagementV1::LoggingDestination, decorator: Google::Apis::ServicemanagementV1::LoggingDestination::Representation
1047
+
1048
+ end
1049
+ end
1050
+
1051
+ class LoggingDestination
1052
+ # @private
1053
+ class Representation < Google::Apis::Core::JsonRepresentation
1054
+ collection :logs, as: 'logs'
1055
+ property :monitored_resource, as: 'monitoredResource'
1056
+ end
1057
+ end
1058
+
1059
+ class ManagedService
1060
+ # @private
1061
+ class Representation < Google::Apis::Core::JsonRepresentation
1062
+ property :producer_project_id, as: 'producerProjectId'
1063
+ property :service_name, as: 'serviceName'
1064
+ end
1065
+ end
1066
+
1067
+ class MethodProp
1068
+ # @private
1069
+ class Representation < Google::Apis::Core::JsonRepresentation
1070
+ property :name, as: 'name'
1071
+ collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
1072
+
1073
+ property :request_streaming, as: 'requestStreaming'
1074
+ property :request_type_url, as: 'requestTypeUrl'
1075
+ property :response_streaming, as: 'responseStreaming'
1076
+ property :response_type_url, as: 'responseTypeUrl'
1077
+ property :syntax, as: 'syntax'
1078
+ end
1079
+ end
1080
+
1081
+ class MetricDescriptor
1082
+ # @private
1083
+ class Representation < Google::Apis::Core::JsonRepresentation
1084
+ property :description, as: 'description'
1085
+ property :display_name, as: 'displayName'
1086
+ collection :labels, as: 'labels', class: Google::Apis::ServicemanagementV1::LabelDescriptor, decorator: Google::Apis::ServicemanagementV1::LabelDescriptor::Representation
1087
+
1088
+ property :launch_stage, as: 'launchStage'
1089
+ property :metadata, as: 'metadata', class: Google::Apis::ServicemanagementV1::MetricDescriptorMetadata, decorator: Google::Apis::ServicemanagementV1::MetricDescriptorMetadata::Representation
1090
+
1091
+ property :metric_kind, as: 'metricKind'
1092
+ collection :monitored_resource_types, as: 'monitoredResourceTypes'
1093
+ property :name, as: 'name'
1094
+ property :type, as: 'type'
1095
+ property :unit, as: 'unit'
1096
+ property :value_type, as: 'valueType'
1097
+ end
1098
+ end
1099
+
1100
+ class MetricDescriptorMetadata
1101
+ # @private
1102
+ class Representation < Google::Apis::Core::JsonRepresentation
1103
+ property :ingest_delay, as: 'ingestDelay'
1104
+ property :launch_stage, as: 'launchStage'
1105
+ property :sample_period, as: 'samplePeriod'
1106
+ end
1107
+ end
1108
+
1109
+ class MetricRule
1110
+ # @private
1111
+ class Representation < Google::Apis::Core::JsonRepresentation
1112
+ hash :metric_costs, as: 'metricCosts'
1113
+ property :selector, as: 'selector'
1114
+ end
1115
+ end
1116
+
1117
+ class Mixin
1118
+ # @private
1119
+ class Representation < Google::Apis::Core::JsonRepresentation
1120
+ property :name, as: 'name'
1121
+ property :root, as: 'root'
1122
+ end
1123
+ end
1124
+
1125
+ class MonitoredResourceDescriptor
1126
+ # @private
1127
+ class Representation < Google::Apis::Core::JsonRepresentation
1128
+ property :description, as: 'description'
1129
+ property :display_name, as: 'displayName'
1130
+ collection :labels, as: 'labels', class: Google::Apis::ServicemanagementV1::LabelDescriptor, decorator: Google::Apis::ServicemanagementV1::LabelDescriptor::Representation
1131
+
1132
+ property :launch_stage, as: 'launchStage'
1133
+ property :name, as: 'name'
1134
+ property :type, as: 'type'
1135
+ end
1136
+ end
1137
+
1138
+ class Monitoring
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ collection :consumer_destinations, as: 'consumerDestinations', class: Google::Apis::ServicemanagementV1::MonitoringDestination, decorator: Google::Apis::ServicemanagementV1::MonitoringDestination::Representation
1142
+
1143
+ collection :producer_destinations, as: 'producerDestinations', class: Google::Apis::ServicemanagementV1::MonitoringDestination, decorator: Google::Apis::ServicemanagementV1::MonitoringDestination::Representation
1144
+
1145
+ end
1146
+ end
1147
+
1148
+ class MonitoringDestination
1149
+ # @private
1150
+ class Representation < Google::Apis::Core::JsonRepresentation
1151
+ collection :metrics, as: 'metrics'
1152
+ property :monitored_resource, as: 'monitoredResource'
1153
+ end
1154
+ end
1155
+
1156
+ class OAuthRequirements
1157
+ # @private
1158
+ class Representation < Google::Apis::Core::JsonRepresentation
1159
+ property :canonical_scopes, as: 'canonicalScopes'
1160
+ end
1161
+ end
1162
+
1163
+ class Operation
1164
+ # @private
1165
+ class Representation < Google::Apis::Core::JsonRepresentation
1166
+ property :done, as: 'done'
1167
+ property :error, as: 'error', class: Google::Apis::ServicemanagementV1::Status, decorator: Google::Apis::ServicemanagementV1::Status::Representation
1168
+
1169
+ hash :metadata, as: 'metadata'
1170
+ property :name, as: 'name'
1171
+ hash :response, as: 'response'
1172
+ end
1173
+ end
1174
+
1175
+ class OperationMetadata
1176
+ # @private
1177
+ class Representation < Google::Apis::Core::JsonRepresentation
1178
+ property :progress_percentage, as: 'progressPercentage'
1179
+ collection :resource_names, as: 'resourceNames'
1180
+ property :start_time, as: 'startTime'
1181
+ collection :steps, as: 'steps', class: Google::Apis::ServicemanagementV1::Step, decorator: Google::Apis::ServicemanagementV1::Step::Representation
1182
+
1183
+ end
1184
+ end
1185
+
1186
+ class Option
1187
+ # @private
1188
+ class Representation < Google::Apis::Core::JsonRepresentation
1189
+ property :name, as: 'name'
1190
+ hash :value, as: 'value'
1191
+ end
1192
+ end
1193
+
1194
+ class Page
1195
+ # @private
1196
+ class Representation < Google::Apis::Core::JsonRepresentation
1197
+ property :content, as: 'content'
1198
+ property :name, as: 'name'
1199
+ collection :subpages, as: 'subpages', class: Google::Apis::ServicemanagementV1::Page, decorator: Google::Apis::ServicemanagementV1::Page::Representation
1200
+
1201
+ end
1202
+ end
1203
+
1204
+ class Policy
1205
+ # @private
1206
+ class Representation < Google::Apis::Core::JsonRepresentation
1207
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::ServicemanagementV1::AuditConfig, decorator: Google::Apis::ServicemanagementV1::AuditConfig::Representation
1208
+
1209
+ collection :bindings, as: 'bindings', class: Google::Apis::ServicemanagementV1::Binding, decorator: Google::Apis::ServicemanagementV1::Binding::Representation
1210
+
1211
+ property :etag, :base64 => true, as: 'etag'
1212
+ property :version, as: 'version'
1213
+ end
1214
+ end
1215
+
1216
+ class Quota
1217
+ # @private
1218
+ class Representation < Google::Apis::Core::JsonRepresentation
1219
+ collection :limits, as: 'limits', class: Google::Apis::ServicemanagementV1::QuotaLimit, decorator: Google::Apis::ServicemanagementV1::QuotaLimit::Representation
1220
+
1221
+ collection :metric_rules, as: 'metricRules', class: Google::Apis::ServicemanagementV1::MetricRule, decorator: Google::Apis::ServicemanagementV1::MetricRule::Representation
1222
+
1223
+ end
1224
+ end
1225
+
1226
+ class QuotaLimit
1227
+ # @private
1228
+ class Representation < Google::Apis::Core::JsonRepresentation
1229
+ property :default_limit, :numeric_string => true, as: 'defaultLimit'
1230
+ property :description, as: 'description'
1231
+ property :display_name, as: 'displayName'
1232
+ property :duration, as: 'duration'
1233
+ property :free_tier, :numeric_string => true, as: 'freeTier'
1234
+ property :max_limit, :numeric_string => true, as: 'maxLimit'
1235
+ property :metric, as: 'metric'
1236
+ property :name, as: 'name'
1237
+ property :unit, as: 'unit'
1238
+ hash :values, as: 'values'
1239
+ end
1240
+ end
1241
+
1242
+ class ResourceReference
1243
+ # @private
1244
+ class Representation < Google::Apis::Core::JsonRepresentation
1245
+ property :child_type, as: 'childType'
1246
+ property :type, as: 'type'
1247
+ end
1248
+ end
1249
+
1250
+ class Rollout
1251
+ # @private
1252
+ class Representation < Google::Apis::Core::JsonRepresentation
1253
+ property :create_time, as: 'createTime'
1254
+ property :created_by, as: 'createdBy'
1255
+ property :delete_service_strategy, as: 'deleteServiceStrategy', class: Google::Apis::ServicemanagementV1::DeleteServiceStrategy, decorator: Google::Apis::ServicemanagementV1::DeleteServiceStrategy::Representation
1256
+
1257
+ property :rollout_id, as: 'rolloutId'
1258
+ property :service_name, as: 'serviceName'
1259
+ property :status, as: 'status'
1260
+ property :traffic_percent_strategy, as: 'trafficPercentStrategy', class: Google::Apis::ServicemanagementV1::TrafficPercentStrategy, decorator: Google::Apis::ServicemanagementV1::TrafficPercentStrategy::Representation
1261
+
1262
+ end
1263
+ end
1264
+
1265
+ class Service
1266
+ # @private
1267
+ class Representation < Google::Apis::Core::JsonRepresentation
1268
+ collection :apis, as: 'apis', class: Google::Apis::ServicemanagementV1::Api, decorator: Google::Apis::ServicemanagementV1::Api::Representation
1269
+
1270
+ property :authentication, as: 'authentication', class: Google::Apis::ServicemanagementV1::Authentication, decorator: Google::Apis::ServicemanagementV1::Authentication::Representation
1271
+
1272
+ property :backend, as: 'backend', class: Google::Apis::ServicemanagementV1::Backend, decorator: Google::Apis::ServicemanagementV1::Backend::Representation
1273
+
1274
+ property :billing, as: 'billing', class: Google::Apis::ServicemanagementV1::Billing, decorator: Google::Apis::ServicemanagementV1::Billing::Representation
1275
+
1276
+ property :config_version, as: 'configVersion'
1277
+ property :context, as: 'context', class: Google::Apis::ServicemanagementV1::Context, decorator: Google::Apis::ServicemanagementV1::Context::Representation
1278
+
1279
+ property :control, as: 'control', class: Google::Apis::ServicemanagementV1::Control, decorator: Google::Apis::ServicemanagementV1::Control::Representation
1280
+
1281
+ property :custom_error, as: 'customError', class: Google::Apis::ServicemanagementV1::CustomError, decorator: Google::Apis::ServicemanagementV1::CustomError::Representation
1282
+
1283
+ property :documentation, as: 'documentation', class: Google::Apis::ServicemanagementV1::Documentation, decorator: Google::Apis::ServicemanagementV1::Documentation::Representation
1284
+
1285
+ collection :endpoints, as: 'endpoints', class: Google::Apis::ServicemanagementV1::Endpoint, decorator: Google::Apis::ServicemanagementV1::Endpoint::Representation
1286
+
1287
+ collection :enums, as: 'enums', class: Google::Apis::ServicemanagementV1::Enum, decorator: Google::Apis::ServicemanagementV1::Enum::Representation
1288
+
1289
+ property :http, as: 'http', class: Google::Apis::ServicemanagementV1::Http, decorator: Google::Apis::ServicemanagementV1::Http::Representation
1290
+
1291
+ property :id, as: 'id'
1292
+ property :logging, as: 'logging', class: Google::Apis::ServicemanagementV1::Logging, decorator: Google::Apis::ServicemanagementV1::Logging::Representation
1293
+
1294
+ collection :logs, as: 'logs', class: Google::Apis::ServicemanagementV1::LogDescriptor, decorator: Google::Apis::ServicemanagementV1::LogDescriptor::Representation
1295
+
1296
+ collection :metrics, as: 'metrics', class: Google::Apis::ServicemanagementV1::MetricDescriptor, decorator: Google::Apis::ServicemanagementV1::MetricDescriptor::Representation
1297
+
1298
+ collection :monitored_resources, as: 'monitoredResources', class: Google::Apis::ServicemanagementV1::MonitoredResourceDescriptor, decorator: Google::Apis::ServicemanagementV1::MonitoredResourceDescriptor::Representation
1299
+
1300
+ property :monitoring, as: 'monitoring', class: Google::Apis::ServicemanagementV1::Monitoring, decorator: Google::Apis::ServicemanagementV1::Monitoring::Representation
1301
+
1302
+ property :name, as: 'name'
1303
+ property :producer_project_id, as: 'producerProjectId'
1304
+ property :quota, as: 'quota', class: Google::Apis::ServicemanagementV1::Quota, decorator: Google::Apis::ServicemanagementV1::Quota::Representation
1305
+
1306
+ property :source_info, as: 'sourceInfo', class: Google::Apis::ServicemanagementV1::SourceInfo, decorator: Google::Apis::ServicemanagementV1::SourceInfo::Representation
1307
+
1308
+ property :system_parameters, as: 'systemParameters', class: Google::Apis::ServicemanagementV1::SystemParameters, decorator: Google::Apis::ServicemanagementV1::SystemParameters::Representation
1309
+
1310
+ collection :system_types, as: 'systemTypes', class: Google::Apis::ServicemanagementV1::Type, decorator: Google::Apis::ServicemanagementV1::Type::Representation
1311
+
1312
+ property :title, as: 'title'
1313
+ collection :types, as: 'types', class: Google::Apis::ServicemanagementV1::Type, decorator: Google::Apis::ServicemanagementV1::Type::Representation
1314
+
1315
+ property :usage, as: 'usage', class: Google::Apis::ServicemanagementV1::Usage, decorator: Google::Apis::ServicemanagementV1::Usage::Representation
1316
+
1317
+ end
1318
+ end
1319
+
1320
+ class SetIamPolicyRequest
1321
+ # @private
1322
+ class Representation < Google::Apis::Core::JsonRepresentation
1323
+ property :policy, as: 'policy', class: Google::Apis::ServicemanagementV1::Policy, decorator: Google::Apis::ServicemanagementV1::Policy::Representation
1324
+
1325
+ property :update_mask, as: 'updateMask'
1326
+ end
1327
+ end
1328
+
1329
+ class SourceContext
1330
+ # @private
1331
+ class Representation < Google::Apis::Core::JsonRepresentation
1332
+ property :file_name, as: 'fileName'
1333
+ end
1334
+ end
1335
+
1336
+ class SourceInfo
1337
+ # @private
1338
+ class Representation < Google::Apis::Core::JsonRepresentation
1339
+ collection :source_files, as: 'sourceFiles'
1340
+ end
1341
+ end
1342
+
1343
+ class Status
1344
+ # @private
1345
+ class Representation < Google::Apis::Core::JsonRepresentation
1346
+ property :code, as: 'code'
1347
+ collection :details, as: 'details'
1348
+ property :message, as: 'message'
1349
+ end
1350
+ end
1351
+
1352
+ class Step
1353
+ # @private
1354
+ class Representation < Google::Apis::Core::JsonRepresentation
1355
+ property :description, as: 'description'
1356
+ property :status, as: 'status'
1357
+ end
1358
+ end
1359
+
1360
+ class SubmitConfigSourceRequest
1361
+ # @private
1362
+ class Representation < Google::Apis::Core::JsonRepresentation
1363
+ property :config_source, as: 'configSource', class: Google::Apis::ServicemanagementV1::ConfigSource, decorator: Google::Apis::ServicemanagementV1::ConfigSource::Representation
1364
+
1365
+ property :validate_only, as: 'validateOnly'
1366
+ end
1367
+ end
1368
+
1369
+ class SubmitConfigSourceResponse
1370
+ # @private
1371
+ class Representation < Google::Apis::Core::JsonRepresentation
1372
+ property :service_config, as: 'serviceConfig', class: Google::Apis::ServicemanagementV1::Service, decorator: Google::Apis::ServicemanagementV1::Service::Representation
1373
+
1374
+ end
1375
+ end
1376
+
1377
+ class SystemParameter
1378
+ # @private
1379
+ class Representation < Google::Apis::Core::JsonRepresentation
1380
+ property :http_header, as: 'httpHeader'
1381
+ property :name, as: 'name'
1382
+ property :url_query_parameter, as: 'urlQueryParameter'
1383
+ end
1384
+ end
1385
+
1386
+ class SystemParameterRule
1387
+ # @private
1388
+ class Representation < Google::Apis::Core::JsonRepresentation
1389
+ collection :parameters, as: 'parameters', class: Google::Apis::ServicemanagementV1::SystemParameter, decorator: Google::Apis::ServicemanagementV1::SystemParameter::Representation
1390
+
1391
+ property :selector, as: 'selector'
1392
+ end
1393
+ end
1394
+
1395
+ class SystemParameters
1396
+ # @private
1397
+ class Representation < Google::Apis::Core::JsonRepresentation
1398
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::SystemParameterRule, decorator: Google::Apis::ServicemanagementV1::SystemParameterRule::Representation
1399
+
1400
+ end
1401
+ end
1402
+
1403
+ class TestIamPermissionsRequest
1404
+ # @private
1405
+ class Representation < Google::Apis::Core::JsonRepresentation
1406
+ collection :permissions, as: 'permissions'
1407
+ end
1408
+ end
1409
+
1410
+ class TestIamPermissionsResponse
1411
+ # @private
1412
+ class Representation < Google::Apis::Core::JsonRepresentation
1413
+ collection :permissions, as: 'permissions'
1414
+ end
1415
+ end
1416
+
1417
+ class TrafficPercentStrategy
1418
+ # @private
1419
+ class Representation < Google::Apis::Core::JsonRepresentation
1420
+ hash :percentages, as: 'percentages'
1421
+ end
1422
+ end
1423
+
1424
+ class Type
1425
+ # @private
1426
+ class Representation < Google::Apis::Core::JsonRepresentation
1427
+ collection :fields, as: 'fields', class: Google::Apis::ServicemanagementV1::Field, decorator: Google::Apis::ServicemanagementV1::Field::Representation
1428
+
1429
+ property :name, as: 'name'
1430
+ collection :oneofs, as: 'oneofs'
1431
+ collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
1432
+
1433
+ property :source_context, as: 'sourceContext', class: Google::Apis::ServicemanagementV1::SourceContext, decorator: Google::Apis::ServicemanagementV1::SourceContext::Representation
1434
+
1435
+ property :syntax, as: 'syntax'
1436
+ end
1437
+ end
1438
+
1439
+ class UndeleteServiceResponse
1440
+ # @private
1441
+ class Representation < Google::Apis::Core::JsonRepresentation
1442
+ property :service, as: 'service', class: Google::Apis::ServicemanagementV1::ManagedService, decorator: Google::Apis::ServicemanagementV1::ManagedService::Representation
1443
+
1444
+ end
1445
+ end
1446
+
1447
+ class Usage
1448
+ # @private
1449
+ class Representation < Google::Apis::Core::JsonRepresentation
1450
+ property :producer_notification_channel, as: 'producerNotificationChannel'
1451
+ collection :requirements, as: 'requirements'
1452
+ collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::UsageRule, decorator: Google::Apis::ServicemanagementV1::UsageRule::Representation
1453
+
1454
+ end
1455
+ end
1456
+
1457
+ class UsageRule
1458
+ # @private
1459
+ class Representation < Google::Apis::Core::JsonRepresentation
1460
+ property :allow_unregistered_calls, as: 'allowUnregisteredCalls'
1461
+ property :selector, as: 'selector'
1462
+ property :skip_service_control, as: 'skipServiceControl'
1463
+ end
1464
+ end
1465
+ end
1466
+ end
1467
+ end