google-apis-servicenetworking_v1beta 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 ServicenetworkingV1beta
18
+ # Version of the google-apis-servicenetworking_v1beta 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 = "20210105"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1327 @@
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 ServicenetworkingV1beta
24
+
25
+ class AddDnsRecordSetMetadata
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AddDnsZoneMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AddDnsZoneResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AddRolesMetadata
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AddRolesResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AddSubnetworkRequest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class Api
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AuthProvider
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AuthRequirement
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Authentication
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class AuthenticationRule
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Backend
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class BackendRule
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class Billing
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class BillingDestination
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class Connection
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class ConsumerConfig
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class ConsumerConfigMetadata
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 DeletePeeredDnsDomainMetadata
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class DnsRecordSet
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class DnsZone
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 Endpoint
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Enum
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class EnumValue
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class Field
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudServicenetworkingV1ConsumerConfigReservedRange
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudServicenetworkingV1betaSubnetwork
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class Http
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class HttpRule
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class JwtLocation
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class LabelDescriptor
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ListConnectionsResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class LogDescriptor
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class Logging
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class LoggingDestination
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class MethodProp
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class MetricDescriptor
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class MetricDescriptorMetadata
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class MetricRule
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class Mixin
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class MonitoredResourceDescriptor
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class Monitoring
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class MonitoringDestination
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class OAuthRequirements
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class Operation
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class Option
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class Page
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class PeeredDnsDomain
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class PeeredDnsDomainMetadata
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class PolicyBinding
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class Quota
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class QuotaLimit
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class Range
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class RemoveDnsRecordSetMetadata
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class RemoveDnsRecordSetResponse
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class RemoveDnsZoneMetadata
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class RemoveDnsZoneResponse
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Route
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class SearchRangeRequest
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class SecondaryIpRange
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class Service
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class SourceContext
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class SourceInfo
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class Status
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class Subnetwork
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class SystemParameter
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class SystemParameterRule
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class SystemParameters
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class Type
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class UpdateDnsRecordSetMetadata
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class Usage
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class UsageRule
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class AddDnsRecordSetMetadata
506
+ # @private
507
+ class Representation < Google::Apis::Core::JsonRepresentation
508
+ end
509
+ end
510
+
511
+ class AddDnsZoneMetadata
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ end
515
+ end
516
+
517
+ class AddDnsZoneResponse
518
+ # @private
519
+ class Representation < Google::Apis::Core::JsonRepresentation
520
+ property :consumer_peering_zone, as: 'consumerPeeringZone', class: Google::Apis::ServicenetworkingV1beta::DnsZone, decorator: Google::Apis::ServicenetworkingV1beta::DnsZone::Representation
521
+
522
+ property :producer_private_zone, as: 'producerPrivateZone', class: Google::Apis::ServicenetworkingV1beta::DnsZone, decorator: Google::Apis::ServicenetworkingV1beta::DnsZone::Representation
523
+
524
+ end
525
+ end
526
+
527
+ class AddRolesMetadata
528
+ # @private
529
+ class Representation < Google::Apis::Core::JsonRepresentation
530
+ end
531
+ end
532
+
533
+ class AddRolesResponse
534
+ # @private
535
+ class Representation < Google::Apis::Core::JsonRepresentation
536
+ collection :policy_binding, as: 'policyBinding', class: Google::Apis::ServicenetworkingV1beta::PolicyBinding, decorator: Google::Apis::ServicenetworkingV1beta::PolicyBinding::Representation
537
+
538
+ end
539
+ end
540
+
541
+ class AddSubnetworkRequest
542
+ # @private
543
+ class Representation < Google::Apis::Core::JsonRepresentation
544
+ property :consumer, as: 'consumer'
545
+ property :consumer_network, as: 'consumerNetwork'
546
+ property :description, as: 'description'
547
+ property :ip_prefix_length, as: 'ipPrefixLength'
548
+ property :region, as: 'region'
549
+ property :requested_address, as: 'requestedAddress'
550
+ property :subnetwork, as: 'subnetwork'
551
+ collection :subnetwork_users, as: 'subnetworkUsers'
552
+ end
553
+ end
554
+
555
+ class Api
556
+ # @private
557
+ class Representation < Google::Apis::Core::JsonRepresentation
558
+ collection :methods_prop, as: 'methods', class: Google::Apis::ServicenetworkingV1beta::MethodProp, decorator: Google::Apis::ServicenetworkingV1beta::MethodProp::Representation
559
+
560
+ collection :mixins, as: 'mixins', class: Google::Apis::ServicenetworkingV1beta::Mixin, decorator: Google::Apis::ServicenetworkingV1beta::Mixin::Representation
561
+
562
+ property :name, as: 'name'
563
+ collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
564
+
565
+ property :source_context, as: 'sourceContext', class: Google::Apis::ServicenetworkingV1beta::SourceContext, decorator: Google::Apis::ServicenetworkingV1beta::SourceContext::Representation
566
+
567
+ property :syntax, as: 'syntax'
568
+ property :version, as: 'version'
569
+ end
570
+ end
571
+
572
+ class AuthProvider
573
+ # @private
574
+ class Representation < Google::Apis::Core::JsonRepresentation
575
+ property :audiences, as: 'audiences'
576
+ property :authorization_url, as: 'authorizationUrl'
577
+ property :id, as: 'id'
578
+ property :issuer, as: 'issuer'
579
+ property :jwks_uri, as: 'jwksUri'
580
+ collection :jwt_locations, as: 'jwtLocations', class: Google::Apis::ServicenetworkingV1beta::JwtLocation, decorator: Google::Apis::ServicenetworkingV1beta::JwtLocation::Representation
581
+
582
+ end
583
+ end
584
+
585
+ class AuthRequirement
586
+ # @private
587
+ class Representation < Google::Apis::Core::JsonRepresentation
588
+ property :audiences, as: 'audiences'
589
+ property :provider_id, as: 'providerId'
590
+ end
591
+ end
592
+
593
+ class Authentication
594
+ # @private
595
+ class Representation < Google::Apis::Core::JsonRepresentation
596
+ collection :providers, as: 'providers', class: Google::Apis::ServicenetworkingV1beta::AuthProvider, decorator: Google::Apis::ServicenetworkingV1beta::AuthProvider::Representation
597
+
598
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::AuthenticationRule, decorator: Google::Apis::ServicenetworkingV1beta::AuthenticationRule::Representation
599
+
600
+ end
601
+ end
602
+
603
+ class AuthenticationRule
604
+ # @private
605
+ class Representation < Google::Apis::Core::JsonRepresentation
606
+ property :allow_without_credential, as: 'allowWithoutCredential'
607
+ property :oauth, as: 'oauth', class: Google::Apis::ServicenetworkingV1beta::OAuthRequirements, decorator: Google::Apis::ServicenetworkingV1beta::OAuthRequirements::Representation
608
+
609
+ collection :requirements, as: 'requirements', class: Google::Apis::ServicenetworkingV1beta::AuthRequirement, decorator: Google::Apis::ServicenetworkingV1beta::AuthRequirement::Representation
610
+
611
+ property :selector, as: 'selector'
612
+ end
613
+ end
614
+
615
+ class Backend
616
+ # @private
617
+ class Representation < Google::Apis::Core::JsonRepresentation
618
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::BackendRule, decorator: Google::Apis::ServicenetworkingV1beta::BackendRule::Representation
619
+
620
+ end
621
+ end
622
+
623
+ class BackendRule
624
+ # @private
625
+ class Representation < Google::Apis::Core::JsonRepresentation
626
+ property :address, as: 'address'
627
+ property :deadline, as: 'deadline'
628
+ property :disable_auth, as: 'disableAuth'
629
+ property :jwt_audience, as: 'jwtAudience'
630
+ property :min_deadline, as: 'minDeadline'
631
+ property :operation_deadline, as: 'operationDeadline'
632
+ property :path_translation, as: 'pathTranslation'
633
+ property :protocol, as: 'protocol'
634
+ property :selector, as: 'selector'
635
+ end
636
+ end
637
+
638
+ class Billing
639
+ # @private
640
+ class Representation < Google::Apis::Core::JsonRepresentation
641
+ collection :consumer_destinations, as: 'consumerDestinations', class: Google::Apis::ServicenetworkingV1beta::BillingDestination, decorator: Google::Apis::ServicenetworkingV1beta::BillingDestination::Representation
642
+
643
+ end
644
+ end
645
+
646
+ class BillingDestination
647
+ # @private
648
+ class Representation < Google::Apis::Core::JsonRepresentation
649
+ collection :metrics, as: 'metrics'
650
+ property :monitored_resource, as: 'monitoredResource'
651
+ end
652
+ end
653
+
654
+ class Connection
655
+ # @private
656
+ class Representation < Google::Apis::Core::JsonRepresentation
657
+ property :network, as: 'network'
658
+ property :peering, as: 'peering'
659
+ collection :reserved_peering_ranges, as: 'reservedPeeringRanges'
660
+ property :service, as: 'service'
661
+ end
662
+ end
663
+
664
+ class ConsumerConfig
665
+ # @private
666
+ class Representation < Google::Apis::Core::JsonRepresentation
667
+ property :consumer_export_custom_routes, as: 'consumerExportCustomRoutes'
668
+ property :consumer_export_subnet_routes_with_public_ip, as: 'consumerExportSubnetRoutesWithPublicIp'
669
+ property :consumer_import_custom_routes, as: 'consumerImportCustomRoutes'
670
+ property :consumer_import_subnet_routes_with_public_ip, as: 'consumerImportSubnetRoutesWithPublicIp'
671
+ property :producer_export_custom_routes, as: 'producerExportCustomRoutes'
672
+ property :producer_export_subnet_routes_with_public_ip, as: 'producerExportSubnetRoutesWithPublicIp'
673
+ property :producer_import_custom_routes, as: 'producerImportCustomRoutes'
674
+ property :producer_import_subnet_routes_with_public_ip, as: 'producerImportSubnetRoutesWithPublicIp'
675
+ property :producer_network, as: 'producerNetwork'
676
+ collection :reserved_ranges, as: 'reservedRanges', class: Google::Apis::ServicenetworkingV1beta::GoogleCloudServicenetworkingV1ConsumerConfigReservedRange, decorator: Google::Apis::ServicenetworkingV1beta::GoogleCloudServicenetworkingV1ConsumerConfigReservedRange::Representation
677
+
678
+ property :vpc_sc_reference_architecture_enabled, as: 'vpcScReferenceArchitectureEnabled'
679
+ end
680
+ end
681
+
682
+ class ConsumerConfigMetadata
683
+ # @private
684
+ class Representation < Google::Apis::Core::JsonRepresentation
685
+ end
686
+ end
687
+
688
+ class Context
689
+ # @private
690
+ class Representation < Google::Apis::Core::JsonRepresentation
691
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::ContextRule, decorator: Google::Apis::ServicenetworkingV1beta::ContextRule::Representation
692
+
693
+ end
694
+ end
695
+
696
+ class ContextRule
697
+ # @private
698
+ class Representation < Google::Apis::Core::JsonRepresentation
699
+ collection :allowed_request_extensions, as: 'allowedRequestExtensions'
700
+ collection :allowed_response_extensions, as: 'allowedResponseExtensions'
701
+ collection :provided, as: 'provided'
702
+ collection :requested, as: 'requested'
703
+ property :selector, as: 'selector'
704
+ end
705
+ end
706
+
707
+ class Control
708
+ # @private
709
+ class Representation < Google::Apis::Core::JsonRepresentation
710
+ property :environment, as: 'environment'
711
+ end
712
+ end
713
+
714
+ class CustomError
715
+ # @private
716
+ class Representation < Google::Apis::Core::JsonRepresentation
717
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::CustomErrorRule, decorator: Google::Apis::ServicenetworkingV1beta::CustomErrorRule::Representation
718
+
719
+ collection :types, as: 'types'
720
+ end
721
+ end
722
+
723
+ class CustomErrorRule
724
+ # @private
725
+ class Representation < Google::Apis::Core::JsonRepresentation
726
+ property :is_error_type, as: 'isErrorType'
727
+ property :selector, as: 'selector'
728
+ end
729
+ end
730
+
731
+ class CustomHttpPattern
732
+ # @private
733
+ class Representation < Google::Apis::Core::JsonRepresentation
734
+ property :kind, as: 'kind'
735
+ property :path, as: 'path'
736
+ end
737
+ end
738
+
739
+ class DeletePeeredDnsDomainMetadata
740
+ # @private
741
+ class Representation < Google::Apis::Core::JsonRepresentation
742
+ end
743
+ end
744
+
745
+ class DnsRecordSet
746
+ # @private
747
+ class Representation < Google::Apis::Core::JsonRepresentation
748
+ collection :data, as: 'data'
749
+ property :domain, as: 'domain'
750
+ property :ttl, as: 'ttl'
751
+ property :type, as: 'type'
752
+ end
753
+ end
754
+
755
+ class DnsZone
756
+ # @private
757
+ class Representation < Google::Apis::Core::JsonRepresentation
758
+ property :dns_suffix, as: 'dnsSuffix'
759
+ property :name, as: 'name'
760
+ end
761
+ end
762
+
763
+ class Documentation
764
+ # @private
765
+ class Representation < Google::Apis::Core::JsonRepresentation
766
+ property :documentation_root_url, as: 'documentationRootUrl'
767
+ property :overview, as: 'overview'
768
+ collection :pages, as: 'pages', class: Google::Apis::ServicenetworkingV1beta::Page, decorator: Google::Apis::ServicenetworkingV1beta::Page::Representation
769
+
770
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::DocumentationRule, decorator: Google::Apis::ServicenetworkingV1beta::DocumentationRule::Representation
771
+
772
+ property :service_root_url, as: 'serviceRootUrl'
773
+ property :summary, as: 'summary'
774
+ end
775
+ end
776
+
777
+ class DocumentationRule
778
+ # @private
779
+ class Representation < Google::Apis::Core::JsonRepresentation
780
+ property :deprecation_description, as: 'deprecationDescription'
781
+ property :description, as: 'description'
782
+ property :selector, as: 'selector'
783
+ end
784
+ end
785
+
786
+ class Endpoint
787
+ # @private
788
+ class Representation < Google::Apis::Core::JsonRepresentation
789
+ collection :aliases, as: 'aliases'
790
+ property :allow_cors, as: 'allowCors'
791
+ property :name, as: 'name'
792
+ property :target, as: 'target'
793
+ end
794
+ end
795
+
796
+ class Enum
797
+ # @private
798
+ class Representation < Google::Apis::Core::JsonRepresentation
799
+ collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicenetworkingV1beta::EnumValue, decorator: Google::Apis::ServicenetworkingV1beta::EnumValue::Representation
800
+
801
+ property :name, as: 'name'
802
+ collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
803
+
804
+ property :source_context, as: 'sourceContext', class: Google::Apis::ServicenetworkingV1beta::SourceContext, decorator: Google::Apis::ServicenetworkingV1beta::SourceContext::Representation
805
+
806
+ property :syntax, as: 'syntax'
807
+ end
808
+ end
809
+
810
+ class EnumValue
811
+ # @private
812
+ class Representation < Google::Apis::Core::JsonRepresentation
813
+ property :name, as: 'name'
814
+ property :number, as: 'number'
815
+ collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
816
+
817
+ end
818
+ end
819
+
820
+ class Field
821
+ # @private
822
+ class Representation < Google::Apis::Core::JsonRepresentation
823
+ property :cardinality, as: 'cardinality'
824
+ property :default_value, as: 'defaultValue'
825
+ property :json_name, as: 'jsonName'
826
+ property :kind, as: 'kind'
827
+ property :name, as: 'name'
828
+ property :number, as: 'number'
829
+ property :oneof_index, as: 'oneofIndex'
830
+ collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
831
+
832
+ property :packed, as: 'packed'
833
+ property :type_url, as: 'typeUrl'
834
+ end
835
+ end
836
+
837
+ class GoogleCloudServicenetworkingV1ConsumerConfigReservedRange
838
+ # @private
839
+ class Representation < Google::Apis::Core::JsonRepresentation
840
+ property :address, as: 'address'
841
+ property :ip_prefix_length, as: 'ipPrefixLength'
842
+ property :name, as: 'name'
843
+ end
844
+ end
845
+
846
+ class GoogleCloudServicenetworkingV1betaSubnetwork
847
+ # @private
848
+ class Representation < Google::Apis::Core::JsonRepresentation
849
+ property :ip_cidr_range, as: 'ipCidrRange'
850
+ property :name, as: 'name'
851
+ property :network, as: 'network'
852
+ property :outside_allocation, as: 'outsideAllocation'
853
+ end
854
+ end
855
+
856
+ class Http
857
+ # @private
858
+ class Representation < Google::Apis::Core::JsonRepresentation
859
+ property :fully_decode_reserved_expansion, as: 'fullyDecodeReservedExpansion'
860
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::HttpRule, decorator: Google::Apis::ServicenetworkingV1beta::HttpRule::Representation
861
+
862
+ end
863
+ end
864
+
865
+ class HttpRule
866
+ # @private
867
+ class Representation < Google::Apis::Core::JsonRepresentation
868
+ collection :additional_bindings, as: 'additionalBindings', class: Google::Apis::ServicenetworkingV1beta::HttpRule, decorator: Google::Apis::ServicenetworkingV1beta::HttpRule::Representation
869
+
870
+ property :body, as: 'body'
871
+ property :custom, as: 'custom', class: Google::Apis::ServicenetworkingV1beta::CustomHttpPattern, decorator: Google::Apis::ServicenetworkingV1beta::CustomHttpPattern::Representation
872
+
873
+ property :delete, as: 'delete'
874
+ property :get, as: 'get'
875
+ property :patch, as: 'patch'
876
+ property :post, as: 'post'
877
+ property :put, as: 'put'
878
+ property :response_body, as: 'responseBody'
879
+ property :selector, as: 'selector'
880
+ end
881
+ end
882
+
883
+ class JwtLocation
884
+ # @private
885
+ class Representation < Google::Apis::Core::JsonRepresentation
886
+ property :header, as: 'header'
887
+ property :query, as: 'query'
888
+ property :value_prefix, as: 'valuePrefix'
889
+ end
890
+ end
891
+
892
+ class LabelDescriptor
893
+ # @private
894
+ class Representation < Google::Apis::Core::JsonRepresentation
895
+ property :description, as: 'description'
896
+ property :key, as: 'key'
897
+ property :value_type, as: 'valueType'
898
+ end
899
+ end
900
+
901
+ class ListConnectionsResponse
902
+ # @private
903
+ class Representation < Google::Apis::Core::JsonRepresentation
904
+ collection :connections, as: 'connections', class: Google::Apis::ServicenetworkingV1beta::Connection, decorator: Google::Apis::ServicenetworkingV1beta::Connection::Representation
905
+
906
+ end
907
+ end
908
+
909
+ class LogDescriptor
910
+ # @private
911
+ class Representation < Google::Apis::Core::JsonRepresentation
912
+ property :description, as: 'description'
913
+ property :display_name, as: 'displayName'
914
+ collection :labels, as: 'labels', class: Google::Apis::ServicenetworkingV1beta::LabelDescriptor, decorator: Google::Apis::ServicenetworkingV1beta::LabelDescriptor::Representation
915
+
916
+ property :name, as: 'name'
917
+ end
918
+ end
919
+
920
+ class Logging
921
+ # @private
922
+ class Representation < Google::Apis::Core::JsonRepresentation
923
+ collection :consumer_destinations, as: 'consumerDestinations', class: Google::Apis::ServicenetworkingV1beta::LoggingDestination, decorator: Google::Apis::ServicenetworkingV1beta::LoggingDestination::Representation
924
+
925
+ collection :producer_destinations, as: 'producerDestinations', class: Google::Apis::ServicenetworkingV1beta::LoggingDestination, decorator: Google::Apis::ServicenetworkingV1beta::LoggingDestination::Representation
926
+
927
+ end
928
+ end
929
+
930
+ class LoggingDestination
931
+ # @private
932
+ class Representation < Google::Apis::Core::JsonRepresentation
933
+ collection :logs, as: 'logs'
934
+ property :monitored_resource, as: 'monitoredResource'
935
+ end
936
+ end
937
+
938
+ class MethodProp
939
+ # @private
940
+ class Representation < Google::Apis::Core::JsonRepresentation
941
+ property :name, as: 'name'
942
+ collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
943
+
944
+ property :request_streaming, as: 'requestStreaming'
945
+ property :request_type_url, as: 'requestTypeUrl'
946
+ property :response_streaming, as: 'responseStreaming'
947
+ property :response_type_url, as: 'responseTypeUrl'
948
+ property :syntax, as: 'syntax'
949
+ end
950
+ end
951
+
952
+ class MetricDescriptor
953
+ # @private
954
+ class Representation < Google::Apis::Core::JsonRepresentation
955
+ property :description, as: 'description'
956
+ property :display_name, as: 'displayName'
957
+ collection :labels, as: 'labels', class: Google::Apis::ServicenetworkingV1beta::LabelDescriptor, decorator: Google::Apis::ServicenetworkingV1beta::LabelDescriptor::Representation
958
+
959
+ property :launch_stage, as: 'launchStage'
960
+ property :metadata, as: 'metadata', class: Google::Apis::ServicenetworkingV1beta::MetricDescriptorMetadata, decorator: Google::Apis::ServicenetworkingV1beta::MetricDescriptorMetadata::Representation
961
+
962
+ property :metric_kind, as: 'metricKind'
963
+ collection :monitored_resource_types, as: 'monitoredResourceTypes'
964
+ property :name, as: 'name'
965
+ property :type, as: 'type'
966
+ property :unit, as: 'unit'
967
+ property :value_type, as: 'valueType'
968
+ end
969
+ end
970
+
971
+ class MetricDescriptorMetadata
972
+ # @private
973
+ class Representation < Google::Apis::Core::JsonRepresentation
974
+ property :ingest_delay, as: 'ingestDelay'
975
+ property :launch_stage, as: 'launchStage'
976
+ property :sample_period, as: 'samplePeriod'
977
+ end
978
+ end
979
+
980
+ class MetricRule
981
+ # @private
982
+ class Representation < Google::Apis::Core::JsonRepresentation
983
+ hash :metric_costs, as: 'metricCosts'
984
+ property :selector, as: 'selector'
985
+ end
986
+ end
987
+
988
+ class Mixin
989
+ # @private
990
+ class Representation < Google::Apis::Core::JsonRepresentation
991
+ property :name, as: 'name'
992
+ property :root, as: 'root'
993
+ end
994
+ end
995
+
996
+ class MonitoredResourceDescriptor
997
+ # @private
998
+ class Representation < Google::Apis::Core::JsonRepresentation
999
+ property :description, as: 'description'
1000
+ property :display_name, as: 'displayName'
1001
+ collection :labels, as: 'labels', class: Google::Apis::ServicenetworkingV1beta::LabelDescriptor, decorator: Google::Apis::ServicenetworkingV1beta::LabelDescriptor::Representation
1002
+
1003
+ property :launch_stage, as: 'launchStage'
1004
+ property :name, as: 'name'
1005
+ property :type, as: 'type'
1006
+ end
1007
+ end
1008
+
1009
+ class Monitoring
1010
+ # @private
1011
+ class Representation < Google::Apis::Core::JsonRepresentation
1012
+ collection :consumer_destinations, as: 'consumerDestinations', class: Google::Apis::ServicenetworkingV1beta::MonitoringDestination, decorator: Google::Apis::ServicenetworkingV1beta::MonitoringDestination::Representation
1013
+
1014
+ collection :producer_destinations, as: 'producerDestinations', class: Google::Apis::ServicenetworkingV1beta::MonitoringDestination, decorator: Google::Apis::ServicenetworkingV1beta::MonitoringDestination::Representation
1015
+
1016
+ end
1017
+ end
1018
+
1019
+ class MonitoringDestination
1020
+ # @private
1021
+ class Representation < Google::Apis::Core::JsonRepresentation
1022
+ collection :metrics, as: 'metrics'
1023
+ property :monitored_resource, as: 'monitoredResource'
1024
+ end
1025
+ end
1026
+
1027
+ class OAuthRequirements
1028
+ # @private
1029
+ class Representation < Google::Apis::Core::JsonRepresentation
1030
+ property :canonical_scopes, as: 'canonicalScopes'
1031
+ end
1032
+ end
1033
+
1034
+ class Operation
1035
+ # @private
1036
+ class Representation < Google::Apis::Core::JsonRepresentation
1037
+ property :done, as: 'done'
1038
+ property :error, as: 'error', class: Google::Apis::ServicenetworkingV1beta::Status, decorator: Google::Apis::ServicenetworkingV1beta::Status::Representation
1039
+
1040
+ hash :metadata, as: 'metadata'
1041
+ property :name, as: 'name'
1042
+ hash :response, as: 'response'
1043
+ end
1044
+ end
1045
+
1046
+ class Option
1047
+ # @private
1048
+ class Representation < Google::Apis::Core::JsonRepresentation
1049
+ property :name, as: 'name'
1050
+ hash :value, as: 'value'
1051
+ end
1052
+ end
1053
+
1054
+ class Page
1055
+ # @private
1056
+ class Representation < Google::Apis::Core::JsonRepresentation
1057
+ property :content, as: 'content'
1058
+ property :name, as: 'name'
1059
+ collection :subpages, as: 'subpages', class: Google::Apis::ServicenetworkingV1beta::Page, decorator: Google::Apis::ServicenetworkingV1beta::Page::Representation
1060
+
1061
+ end
1062
+ end
1063
+
1064
+ class PeeredDnsDomain
1065
+ # @private
1066
+ class Representation < Google::Apis::Core::JsonRepresentation
1067
+ property :dns_suffix, as: 'dnsSuffix'
1068
+ property :name, as: 'name'
1069
+ end
1070
+ end
1071
+
1072
+ class PeeredDnsDomainMetadata
1073
+ # @private
1074
+ class Representation < Google::Apis::Core::JsonRepresentation
1075
+ end
1076
+ end
1077
+
1078
+ class PolicyBinding
1079
+ # @private
1080
+ class Representation < Google::Apis::Core::JsonRepresentation
1081
+ property :member, as: 'member'
1082
+ property :role, as: 'role'
1083
+ end
1084
+ end
1085
+
1086
+ class Quota
1087
+ # @private
1088
+ class Representation < Google::Apis::Core::JsonRepresentation
1089
+ collection :limits, as: 'limits', class: Google::Apis::ServicenetworkingV1beta::QuotaLimit, decorator: Google::Apis::ServicenetworkingV1beta::QuotaLimit::Representation
1090
+
1091
+ collection :metric_rules, as: 'metricRules', class: Google::Apis::ServicenetworkingV1beta::MetricRule, decorator: Google::Apis::ServicenetworkingV1beta::MetricRule::Representation
1092
+
1093
+ end
1094
+ end
1095
+
1096
+ class QuotaLimit
1097
+ # @private
1098
+ class Representation < Google::Apis::Core::JsonRepresentation
1099
+ property :default_limit, :numeric_string => true, as: 'defaultLimit'
1100
+ property :description, as: 'description'
1101
+ property :display_name, as: 'displayName'
1102
+ property :duration, as: 'duration'
1103
+ property :free_tier, :numeric_string => true, as: 'freeTier'
1104
+ property :max_limit, :numeric_string => true, as: 'maxLimit'
1105
+ property :metric, as: 'metric'
1106
+ property :name, as: 'name'
1107
+ property :unit, as: 'unit'
1108
+ hash :values, as: 'values'
1109
+ end
1110
+ end
1111
+
1112
+ class Range
1113
+ # @private
1114
+ class Representation < Google::Apis::Core::JsonRepresentation
1115
+ property :ip_cidr_range, as: 'ipCidrRange'
1116
+ property :network, as: 'network'
1117
+ end
1118
+ end
1119
+
1120
+ class RemoveDnsRecordSetMetadata
1121
+ # @private
1122
+ class Representation < Google::Apis::Core::JsonRepresentation
1123
+ end
1124
+ end
1125
+
1126
+ class RemoveDnsRecordSetResponse
1127
+ # @private
1128
+ class Representation < Google::Apis::Core::JsonRepresentation
1129
+ end
1130
+ end
1131
+
1132
+ class RemoveDnsZoneMetadata
1133
+ # @private
1134
+ class Representation < Google::Apis::Core::JsonRepresentation
1135
+ end
1136
+ end
1137
+
1138
+ class RemoveDnsZoneResponse
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ end
1142
+ end
1143
+
1144
+ class Route
1145
+ # @private
1146
+ class Representation < Google::Apis::Core::JsonRepresentation
1147
+ property :dest_range, as: 'destRange'
1148
+ property :name, as: 'name'
1149
+ property :network, as: 'network'
1150
+ property :next_hop_gateway, as: 'nextHopGateway'
1151
+ end
1152
+ end
1153
+
1154
+ class SearchRangeRequest
1155
+ # @private
1156
+ class Representation < Google::Apis::Core::JsonRepresentation
1157
+ property :ip_prefix_length, as: 'ipPrefixLength'
1158
+ property :network, as: 'network'
1159
+ end
1160
+ end
1161
+
1162
+ class SecondaryIpRange
1163
+ # @private
1164
+ class Representation < Google::Apis::Core::JsonRepresentation
1165
+ property :ip_cidr_range, as: 'ipCidrRange'
1166
+ property :range_name, as: 'rangeName'
1167
+ end
1168
+ end
1169
+
1170
+ class Service
1171
+ # @private
1172
+ class Representation < Google::Apis::Core::JsonRepresentation
1173
+ collection :apis, as: 'apis', class: Google::Apis::ServicenetworkingV1beta::Api, decorator: Google::Apis::ServicenetworkingV1beta::Api::Representation
1174
+
1175
+ property :authentication, as: 'authentication', class: Google::Apis::ServicenetworkingV1beta::Authentication, decorator: Google::Apis::ServicenetworkingV1beta::Authentication::Representation
1176
+
1177
+ property :backend, as: 'backend', class: Google::Apis::ServicenetworkingV1beta::Backend, decorator: Google::Apis::ServicenetworkingV1beta::Backend::Representation
1178
+
1179
+ property :billing, as: 'billing', class: Google::Apis::ServicenetworkingV1beta::Billing, decorator: Google::Apis::ServicenetworkingV1beta::Billing::Representation
1180
+
1181
+ property :config_version, as: 'configVersion'
1182
+ property :context, as: 'context', class: Google::Apis::ServicenetworkingV1beta::Context, decorator: Google::Apis::ServicenetworkingV1beta::Context::Representation
1183
+
1184
+ property :control, as: 'control', class: Google::Apis::ServicenetworkingV1beta::Control, decorator: Google::Apis::ServicenetworkingV1beta::Control::Representation
1185
+
1186
+ property :custom_error, as: 'customError', class: Google::Apis::ServicenetworkingV1beta::CustomError, decorator: Google::Apis::ServicenetworkingV1beta::CustomError::Representation
1187
+
1188
+ property :documentation, as: 'documentation', class: Google::Apis::ServicenetworkingV1beta::Documentation, decorator: Google::Apis::ServicenetworkingV1beta::Documentation::Representation
1189
+
1190
+ collection :endpoints, as: 'endpoints', class: Google::Apis::ServicenetworkingV1beta::Endpoint, decorator: Google::Apis::ServicenetworkingV1beta::Endpoint::Representation
1191
+
1192
+ collection :enums, as: 'enums', class: Google::Apis::ServicenetworkingV1beta::Enum, decorator: Google::Apis::ServicenetworkingV1beta::Enum::Representation
1193
+
1194
+ property :http, as: 'http', class: Google::Apis::ServicenetworkingV1beta::Http, decorator: Google::Apis::ServicenetworkingV1beta::Http::Representation
1195
+
1196
+ property :id, as: 'id'
1197
+ property :logging, as: 'logging', class: Google::Apis::ServicenetworkingV1beta::Logging, decorator: Google::Apis::ServicenetworkingV1beta::Logging::Representation
1198
+
1199
+ collection :logs, as: 'logs', class: Google::Apis::ServicenetworkingV1beta::LogDescriptor, decorator: Google::Apis::ServicenetworkingV1beta::LogDescriptor::Representation
1200
+
1201
+ collection :metrics, as: 'metrics', class: Google::Apis::ServicenetworkingV1beta::MetricDescriptor, decorator: Google::Apis::ServicenetworkingV1beta::MetricDescriptor::Representation
1202
+
1203
+ collection :monitored_resources, as: 'monitoredResources', class: Google::Apis::ServicenetworkingV1beta::MonitoredResourceDescriptor, decorator: Google::Apis::ServicenetworkingV1beta::MonitoredResourceDescriptor::Representation
1204
+
1205
+ property :monitoring, as: 'monitoring', class: Google::Apis::ServicenetworkingV1beta::Monitoring, decorator: Google::Apis::ServicenetworkingV1beta::Monitoring::Representation
1206
+
1207
+ property :name, as: 'name'
1208
+ property :producer_project_id, as: 'producerProjectId'
1209
+ property :quota, as: 'quota', class: Google::Apis::ServicenetworkingV1beta::Quota, decorator: Google::Apis::ServicenetworkingV1beta::Quota::Representation
1210
+
1211
+ property :source_info, as: 'sourceInfo', class: Google::Apis::ServicenetworkingV1beta::SourceInfo, decorator: Google::Apis::ServicenetworkingV1beta::SourceInfo::Representation
1212
+
1213
+ property :system_parameters, as: 'systemParameters', class: Google::Apis::ServicenetworkingV1beta::SystemParameters, decorator: Google::Apis::ServicenetworkingV1beta::SystemParameters::Representation
1214
+
1215
+ collection :system_types, as: 'systemTypes', class: Google::Apis::ServicenetworkingV1beta::Type, decorator: Google::Apis::ServicenetworkingV1beta::Type::Representation
1216
+
1217
+ property :title, as: 'title'
1218
+ collection :types, as: 'types', class: Google::Apis::ServicenetworkingV1beta::Type, decorator: Google::Apis::ServicenetworkingV1beta::Type::Representation
1219
+
1220
+ property :usage, as: 'usage', class: Google::Apis::ServicenetworkingV1beta::Usage, decorator: Google::Apis::ServicenetworkingV1beta::Usage::Representation
1221
+
1222
+ end
1223
+ end
1224
+
1225
+ class SourceContext
1226
+ # @private
1227
+ class Representation < Google::Apis::Core::JsonRepresentation
1228
+ property :file_name, as: 'fileName'
1229
+ end
1230
+ end
1231
+
1232
+ class SourceInfo
1233
+ # @private
1234
+ class Representation < Google::Apis::Core::JsonRepresentation
1235
+ collection :source_files, as: 'sourceFiles'
1236
+ end
1237
+ end
1238
+
1239
+ class Status
1240
+ # @private
1241
+ class Representation < Google::Apis::Core::JsonRepresentation
1242
+ property :code, as: 'code'
1243
+ collection :details, as: 'details'
1244
+ property :message, as: 'message'
1245
+ end
1246
+ end
1247
+
1248
+ class Subnetwork
1249
+ # @private
1250
+ class Representation < Google::Apis::Core::JsonRepresentation
1251
+ property :ip_cidr_range, as: 'ipCidrRange'
1252
+ property :name, as: 'name'
1253
+ property :network, as: 'network'
1254
+ property :outside_allocation, as: 'outsideAllocation'
1255
+ collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ServicenetworkingV1beta::SecondaryIpRange, decorator: Google::Apis::ServicenetworkingV1beta::SecondaryIpRange::Representation
1256
+
1257
+ end
1258
+ end
1259
+
1260
+ class SystemParameter
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ property :http_header, as: 'httpHeader'
1264
+ property :name, as: 'name'
1265
+ property :url_query_parameter, as: 'urlQueryParameter'
1266
+ end
1267
+ end
1268
+
1269
+ class SystemParameterRule
1270
+ # @private
1271
+ class Representation < Google::Apis::Core::JsonRepresentation
1272
+ collection :parameters, as: 'parameters', class: Google::Apis::ServicenetworkingV1beta::SystemParameter, decorator: Google::Apis::ServicenetworkingV1beta::SystemParameter::Representation
1273
+
1274
+ property :selector, as: 'selector'
1275
+ end
1276
+ end
1277
+
1278
+ class SystemParameters
1279
+ # @private
1280
+ class Representation < Google::Apis::Core::JsonRepresentation
1281
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::SystemParameterRule, decorator: Google::Apis::ServicenetworkingV1beta::SystemParameterRule::Representation
1282
+
1283
+ end
1284
+ end
1285
+
1286
+ class Type
1287
+ # @private
1288
+ class Representation < Google::Apis::Core::JsonRepresentation
1289
+ collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1beta::Field, decorator: Google::Apis::ServicenetworkingV1beta::Field::Representation
1290
+
1291
+ property :name, as: 'name'
1292
+ collection :oneofs, as: 'oneofs'
1293
+ collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
1294
+
1295
+ property :source_context, as: 'sourceContext', class: Google::Apis::ServicenetworkingV1beta::SourceContext, decorator: Google::Apis::ServicenetworkingV1beta::SourceContext::Representation
1296
+
1297
+ property :syntax, as: 'syntax'
1298
+ end
1299
+ end
1300
+
1301
+ class UpdateDnsRecordSetMetadata
1302
+ # @private
1303
+ class Representation < Google::Apis::Core::JsonRepresentation
1304
+ end
1305
+ end
1306
+
1307
+ class Usage
1308
+ # @private
1309
+ class Representation < Google::Apis::Core::JsonRepresentation
1310
+ property :producer_notification_channel, as: 'producerNotificationChannel'
1311
+ collection :requirements, as: 'requirements'
1312
+ collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::UsageRule, decorator: Google::Apis::ServicenetworkingV1beta::UsageRule::Representation
1313
+
1314
+ end
1315
+ end
1316
+
1317
+ class UsageRule
1318
+ # @private
1319
+ class Representation < Google::Apis::Core::JsonRepresentation
1320
+ property :allow_unregistered_calls, as: 'allowUnregisteredCalls'
1321
+ property :selector, as: 'selector'
1322
+ property :skip_service_control, as: 'skipServiceControl'
1323
+ end
1324
+ end
1325
+ end
1326
+ end
1327
+ end