google-apis-sqladmin_v1beta4 0.41.0 → 0.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +217 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +2670 -66
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +3 -3
- data/lib/google/apis/sqladmin_v1beta4/representations.rb +991 -0
- data/lib/google/apis/sqladmin_v1beta4/service.rb +903 -105
- data/lib/google/apis/sqladmin_v1beta4.rb +1 -1
- metadata +7 -10
|
@@ -28,12 +28,36 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
class AcquireSsrsLeaseContext
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class AdvancedMachineFeatures
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
31
43
|
class ApiWarning
|
|
32
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
45
|
|
|
34
46
|
include Google::Apis::Core::JsonObjectSupport
|
|
35
47
|
end
|
|
36
48
|
|
|
49
|
+
class AvailableDatabaseVersion
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class Backup
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
37
61
|
class BackupConfiguration
|
|
38
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
63
|
|
|
@@ -46,6 +70,12 @@ module Google
|
|
|
46
70
|
include Google::Apis::Core::JsonObjectSupport
|
|
47
71
|
end
|
|
48
72
|
|
|
73
|
+
class BackupReencryptionConfig
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
49
79
|
class BackupRetentionSettings
|
|
50
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
81
|
|
|
@@ -76,12 +106,42 @@ module Google
|
|
|
76
106
|
include Google::Apis::Core::JsonObjectSupport
|
|
77
107
|
end
|
|
78
108
|
|
|
109
|
+
class Column
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class ConnectPoolNodeConfig
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
79
121
|
class ConnectSettings
|
|
80
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
123
|
|
|
82
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
83
125
|
end
|
|
84
126
|
|
|
127
|
+
class ConnectionPoolConfig
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class ConnectionPoolFlags
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class DataCacheConfig
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
85
145
|
class Database
|
|
86
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
147
|
|
|
@@ -112,6 +172,12 @@ module Google
|
|
|
112
172
|
include Google::Apis::Core::JsonObjectSupport
|
|
113
173
|
end
|
|
114
174
|
|
|
175
|
+
class DemoteContext
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
115
181
|
class DemoteMasterConfiguration
|
|
116
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
183
|
|
|
@@ -148,6 +214,24 @@ module Google
|
|
|
148
214
|
include Google::Apis::Core::JsonObjectSupport
|
|
149
215
|
end
|
|
150
216
|
|
|
217
|
+
class DnsNameMapping
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class Empty
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class ExecuteSqlPayload
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
151
235
|
class ExportContext
|
|
152
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
237
|
|
|
@@ -171,6 +255,18 @@ module Google
|
|
|
171
255
|
|
|
172
256
|
include Google::Apis::Core::JsonObjectSupport
|
|
173
257
|
end
|
|
258
|
+
|
|
259
|
+
class PostgresExportOptions
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
class TdeExportOptions
|
|
269
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
174
270
|
|
|
175
271
|
include Google::Apis::Core::JsonObjectSupport
|
|
176
272
|
end
|
|
@@ -178,12 +274,24 @@ module Google
|
|
|
178
274
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
275
|
end
|
|
180
276
|
|
|
277
|
+
class ExternalSyncSelectedObject
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
181
283
|
class FailoverContext
|
|
182
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
285
|
|
|
184
286
|
include Google::Apis::Core::JsonObjectSupport
|
|
185
287
|
end
|
|
186
288
|
|
|
289
|
+
class FinalBackupConfig
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
187
295
|
class Flag
|
|
188
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
297
|
|
|
@@ -196,6 +304,12 @@ module Google
|
|
|
196
304
|
include Google::Apis::Core::JsonObjectSupport
|
|
197
305
|
end
|
|
198
306
|
|
|
307
|
+
class GeminiInstanceConfig
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
199
313
|
class GenerateEphemeralCertRequest
|
|
200
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
315
|
|
|
@@ -228,6 +342,24 @@ module Google
|
|
|
228
342
|
|
|
229
343
|
include Google::Apis::Core::JsonObjectSupport
|
|
230
344
|
end
|
|
345
|
+
|
|
346
|
+
class SqlImportOptions
|
|
347
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
348
|
+
|
|
349
|
+
class PostgresImportOptions
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
class TdeImportOptions
|
|
359
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
360
|
+
|
|
361
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
362
|
+
end
|
|
231
363
|
|
|
232
364
|
include Google::Apis::Core::JsonObjectSupport
|
|
233
365
|
end
|
|
@@ -244,6 +376,12 @@ module Google
|
|
|
244
376
|
include Google::Apis::Core::JsonObjectSupport
|
|
245
377
|
end
|
|
246
378
|
|
|
379
|
+
class InstancesAcquireSsrsLeaseRequest
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
247
385
|
class CloneInstancesRequest
|
|
248
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
387
|
|
|
@@ -256,6 +394,12 @@ module Google
|
|
|
256
394
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
395
|
end
|
|
258
396
|
|
|
397
|
+
class InstancesDemoteRequest
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
259
403
|
class ExportInstancesRequest
|
|
260
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
405
|
|
|
@@ -286,6 +430,24 @@ module Google
|
|
|
286
430
|
include Google::Apis::Core::JsonObjectSupport
|
|
287
431
|
end
|
|
288
432
|
|
|
433
|
+
class InstancesListServerCertificatesResponse
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class InstancesPreCheckMajorVersionUpgradeRequest
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class InstancesReencryptRequest
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
289
451
|
class RestoreInstancesBackupRequest
|
|
290
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
453
|
|
|
@@ -298,12 +460,24 @@ module Google
|
|
|
298
460
|
include Google::Apis::Core::JsonObjectSupport
|
|
299
461
|
end
|
|
300
462
|
|
|
463
|
+
class InstancesRotateServerCertificateRequest
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
301
469
|
class InstancesTruncateLogRequest
|
|
302
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
471
|
|
|
304
472
|
include Google::Apis::Core::JsonObjectSupport
|
|
305
473
|
end
|
|
306
474
|
|
|
475
|
+
class Interval
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
307
481
|
class IpConfiguration
|
|
308
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
483
|
|
|
@@ -316,6 +490,12 @@ module Google
|
|
|
316
490
|
include Google::Apis::Core::JsonObjectSupport
|
|
317
491
|
end
|
|
318
492
|
|
|
493
|
+
class ListBackupsResponse
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
319
499
|
class LocationPreference
|
|
320
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
501
|
|
|
@@ -328,6 +508,18 @@ module Google
|
|
|
328
508
|
include Google::Apis::Core::JsonObjectSupport
|
|
329
509
|
end
|
|
330
510
|
|
|
511
|
+
class Message
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class Metadata
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
331
523
|
class MySqlReplicaConfiguration
|
|
332
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
525
|
|
|
@@ -364,6 +556,12 @@ module Google
|
|
|
364
556
|
include Google::Apis::Core::JsonObjectSupport
|
|
365
557
|
end
|
|
366
558
|
|
|
559
|
+
class OperationMetadata
|
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
+
|
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
+
end
|
|
564
|
+
|
|
367
565
|
class ListOperationsResponse
|
|
368
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
567
|
|
|
@@ -382,12 +580,72 @@ module Google
|
|
|
382
580
|
include Google::Apis::Core::JsonObjectSupport
|
|
383
581
|
end
|
|
384
582
|
|
|
583
|
+
class PerformDiskShrinkContext
|
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
585
|
+
|
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
587
|
+
end
|
|
588
|
+
|
|
589
|
+
class PointInTimeRestoreContext
|
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
|
+
|
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class PoolNodeConfig
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class PreCheckMajorVersionUpgradeContext
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class PreCheckResponse
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class PscAutoConnectionConfig
|
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class PscConfig
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
class QueryResult
|
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
|
+
|
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class ReadPoolAutoScaleConfig
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
385
637
|
class ReplicaConfiguration
|
|
386
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
639
|
|
|
388
640
|
include Google::Apis::Core::JsonObjectSupport
|
|
389
641
|
end
|
|
390
642
|
|
|
643
|
+
class ReplicationCluster
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
647
|
+
end
|
|
648
|
+
|
|
391
649
|
class Reschedule
|
|
392
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
651
|
|
|
@@ -406,6 +664,24 @@ module Google
|
|
|
406
664
|
include Google::Apis::Core::JsonObjectSupport
|
|
407
665
|
end
|
|
408
666
|
|
|
667
|
+
class RotateServerCertificateContext
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class Row
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
class SelectedObjects
|
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
681
|
+
|
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
683
|
+
end
|
|
684
|
+
|
|
409
685
|
class Settings
|
|
410
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
687
|
|
|
@@ -424,12 +700,48 @@ module Google
|
|
|
424
700
|
include Google::Apis::Core::JsonObjectSupport
|
|
425
701
|
end
|
|
426
702
|
|
|
703
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
705
|
+
|
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
class SqlInstancesExecuteSqlResponse
|
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
711
|
+
|
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
713
|
+
end
|
|
714
|
+
|
|
715
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
717
|
+
|
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
723
|
+
|
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
725
|
+
end
|
|
726
|
+
|
|
727
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
729
|
+
|
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
731
|
+
end
|
|
732
|
+
|
|
427
733
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
|
428
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
735
|
|
|
430
736
|
include Google::Apis::Core::JsonObjectSupport
|
|
431
737
|
end
|
|
432
738
|
|
|
739
|
+
class SqlInstancesResetReplicaSizeRequest
|
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
741
|
+
|
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
743
|
+
end
|
|
744
|
+
|
|
433
745
|
class SqlInstancesStartExternalSyncRequest
|
|
434
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
747
|
|
|
@@ -478,6 +790,12 @@ module Google
|
|
|
478
790
|
include Google::Apis::Core::JsonObjectSupport
|
|
479
791
|
end
|
|
480
792
|
|
|
793
|
+
class SqlSubOperationType
|
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
795
|
+
|
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
797
|
+
end
|
|
798
|
+
|
|
481
799
|
class SslCert
|
|
482
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
801
|
|
|
@@ -514,12 +832,24 @@ module Google
|
|
|
514
832
|
include Google::Apis::Core::JsonObjectSupport
|
|
515
833
|
end
|
|
516
834
|
|
|
835
|
+
class Status
|
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
|
+
|
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
839
|
+
end
|
|
840
|
+
|
|
517
841
|
class SyncFlags
|
|
518
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
843
|
|
|
520
844
|
include Google::Apis::Core::JsonObjectSupport
|
|
521
845
|
end
|
|
522
846
|
|
|
847
|
+
class TargetMetric
|
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
849
|
+
|
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
851
|
+
end
|
|
852
|
+
|
|
523
853
|
class Tier
|
|
524
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
855
|
|
|
@@ -556,6 +886,12 @@ module Google
|
|
|
556
886
|
include Google::Apis::Core::JsonObjectSupport
|
|
557
887
|
end
|
|
558
888
|
|
|
889
|
+
class Value
|
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
|
+
|
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
893
|
+
end
|
|
894
|
+
|
|
559
895
|
class AclEntry
|
|
560
896
|
# @private
|
|
561
897
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -566,6 +902,23 @@ module Google
|
|
|
566
902
|
end
|
|
567
903
|
end
|
|
568
904
|
|
|
905
|
+
class AcquireSsrsLeaseContext
|
|
906
|
+
# @private
|
|
907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
908
|
+
property :duration, as: 'duration'
|
|
909
|
+
property :report_database, as: 'reportDatabase'
|
|
910
|
+
property :service_login, as: 'serviceLogin'
|
|
911
|
+
property :setup_login, as: 'setupLogin'
|
|
912
|
+
end
|
|
913
|
+
end
|
|
914
|
+
|
|
915
|
+
class AdvancedMachineFeatures
|
|
916
|
+
# @private
|
|
917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
918
|
+
property :threads_per_core, as: 'threadsPerCore'
|
|
919
|
+
end
|
|
920
|
+
end
|
|
921
|
+
|
|
569
922
|
class ApiWarning
|
|
570
923
|
# @private
|
|
571
924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -575,11 +928,53 @@ module Google
|
|
|
575
928
|
end
|
|
576
929
|
end
|
|
577
930
|
|
|
931
|
+
class AvailableDatabaseVersion
|
|
932
|
+
# @private
|
|
933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
934
|
+
property :display_name, as: 'displayName'
|
|
935
|
+
property :major_version, as: 'majorVersion'
|
|
936
|
+
property :name, as: 'name'
|
|
937
|
+
end
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
class Backup
|
|
941
|
+
# @private
|
|
942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
943
|
+
property :backup_interval, as: 'backupInterval', class: Google::Apis::SqladminV1beta4::Interval, decorator: Google::Apis::SqladminV1beta4::Interval::Representation
|
|
944
|
+
|
|
945
|
+
property :backup_kind, as: 'backupKind'
|
|
946
|
+
property :backup_run, as: 'backupRun'
|
|
947
|
+
property :database_version, as: 'databaseVersion'
|
|
948
|
+
property :description, as: 'description'
|
|
949
|
+
property :error, as: 'error', class: Google::Apis::SqladminV1beta4::OperationError, decorator: Google::Apis::SqladminV1beta4::OperationError::Representation
|
|
950
|
+
|
|
951
|
+
property :expiry_time, as: 'expiryTime'
|
|
952
|
+
property :instance, as: 'instance'
|
|
953
|
+
property :instance_deletion_time, as: 'instanceDeletionTime'
|
|
954
|
+
property :instance_settings, as: 'instanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
955
|
+
|
|
956
|
+
property :kind, as: 'kind'
|
|
957
|
+
property :kms_key, as: 'kmsKey'
|
|
958
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
|
959
|
+
property :location, as: 'location'
|
|
960
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
|
961
|
+
property :name, as: 'name'
|
|
962
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
963
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
964
|
+
property :self_link, as: 'selfLink'
|
|
965
|
+
property :state, as: 'state'
|
|
966
|
+
property :time_zone, as: 'timeZone'
|
|
967
|
+
property :ttl_days, :numeric_string => true, as: 'ttlDays'
|
|
968
|
+
property :type, as: 'type'
|
|
969
|
+
end
|
|
970
|
+
end
|
|
971
|
+
|
|
578
972
|
class BackupConfiguration
|
|
579
973
|
# @private
|
|
580
974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
581
975
|
property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::SqladminV1beta4::BackupRetentionSettings, decorator: Google::Apis::SqladminV1beta4::BackupRetentionSettings::Representation
|
|
582
976
|
|
|
977
|
+
property :backup_tier, as: 'backupTier'
|
|
583
978
|
property :binary_log_enabled, as: 'binaryLogEnabled'
|
|
584
979
|
property :enabled, as: 'enabled'
|
|
585
980
|
property :kind, as: 'kind'
|
|
@@ -588,6 +983,7 @@ module Google
|
|
|
588
983
|
property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
|
|
589
984
|
property :start_time, as: 'startTime'
|
|
590
985
|
property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
|
|
986
|
+
property :transactional_log_storage_state, as: 'transactionalLogStorageState'
|
|
591
987
|
end
|
|
592
988
|
end
|
|
593
989
|
|
|
@@ -596,6 +992,15 @@ module Google
|
|
|
596
992
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
597
993
|
property :backup_id, :numeric_string => true, as: 'backupId'
|
|
598
994
|
property :kind, as: 'kind'
|
|
995
|
+
property :name, as: 'name'
|
|
996
|
+
end
|
|
997
|
+
end
|
|
998
|
+
|
|
999
|
+
class BackupReencryptionConfig
|
|
1000
|
+
# @private
|
|
1001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1002
|
+
property :backup_limit, as: 'backupLimit'
|
|
1003
|
+
property :backup_type, as: 'backupType'
|
|
599
1004
|
end
|
|
600
1005
|
end
|
|
601
1006
|
|
|
@@ -611,6 +1016,7 @@ module Google
|
|
|
611
1016
|
# @private
|
|
612
1017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
613
1018
|
property :backup_kind, as: 'backupKind'
|
|
1019
|
+
property :database_version, as: 'databaseVersion'
|
|
614
1020
|
property :description, as: 'description'
|
|
615
1021
|
property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration::Representation
|
|
616
1022
|
|
|
@@ -624,6 +1030,7 @@ module Google
|
|
|
624
1030
|
property :instance, as: 'instance'
|
|
625
1031
|
property :kind, as: 'kind'
|
|
626
1032
|
property :location, as: 'location'
|
|
1033
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
|
627
1034
|
property :self_link, as: 'selfLink'
|
|
628
1035
|
property :start_time, as: 'startTime'
|
|
629
1036
|
property :status, as: 'status'
|
|
@@ -663,6 +1070,29 @@ module Google
|
|
|
663
1070
|
property :kind, as: 'kind'
|
|
664
1071
|
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
|
|
665
1072
|
property :point_in_time, as: 'pointInTime'
|
|
1073
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
1074
|
+
property :preferred_zone, as: 'preferredZone'
|
|
1075
|
+
property :source_instance_deletion_time, as: 'sourceInstanceDeletionTime'
|
|
1076
|
+
end
|
|
1077
|
+
end
|
|
1078
|
+
|
|
1079
|
+
class Column
|
|
1080
|
+
# @private
|
|
1081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1082
|
+
property :name, as: 'name'
|
|
1083
|
+
property :type, as: 'type'
|
|
1084
|
+
end
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
class ConnectPoolNodeConfig
|
|
1088
|
+
# @private
|
|
1089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1090
|
+
property :dns_name, as: 'dnsName'
|
|
1091
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1092
|
+
|
|
1093
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
1094
|
+
|
|
1095
|
+
property :name, as: 'name'
|
|
666
1096
|
end
|
|
667
1097
|
end
|
|
668
1098
|
|
|
@@ -670,13 +1100,48 @@ module Google
|
|
|
670
1100
|
# @private
|
|
671
1101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
672
1102
|
property :backend_type, as: 'backendType'
|
|
1103
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
673
1104
|
property :database_version, as: 'databaseVersion'
|
|
1105
|
+
property :dns_name, as: 'dnsName'
|
|
1106
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1107
|
+
|
|
674
1108
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
675
1109
|
|
|
676
1110
|
property :kind, as: 'kind'
|
|
1111
|
+
collection :mdx_protocol_support, as: 'mdxProtocolSupport'
|
|
1112
|
+
property :node_count, as: 'nodeCount'
|
|
1113
|
+
collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig::Representation
|
|
1114
|
+
|
|
1115
|
+
property :psc_enabled, as: 'pscEnabled'
|
|
677
1116
|
property :region, as: 'region'
|
|
678
1117
|
property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
679
1118
|
|
|
1119
|
+
property :server_ca_mode, as: 'serverCaMode'
|
|
1120
|
+
end
|
|
1121
|
+
end
|
|
1122
|
+
|
|
1123
|
+
class ConnectionPoolConfig
|
|
1124
|
+
# @private
|
|
1125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1126
|
+
property :connection_pooling_enabled, as: 'connectionPoolingEnabled'
|
|
1127
|
+
collection :flags, as: 'flags', class: Google::Apis::SqladminV1beta4::ConnectionPoolFlags, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolFlags::Representation
|
|
1128
|
+
|
|
1129
|
+
property :pooler_count, as: 'poolerCount'
|
|
1130
|
+
end
|
|
1131
|
+
end
|
|
1132
|
+
|
|
1133
|
+
class ConnectionPoolFlags
|
|
1134
|
+
# @private
|
|
1135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1136
|
+
property :name, as: 'name'
|
|
1137
|
+
property :value, as: 'value'
|
|
1138
|
+
end
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
class DataCacheConfig
|
|
1142
|
+
# @private
|
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1144
|
+
property :data_cache_enabled, as: 'dataCacheEnabled'
|
|
680
1145
|
end
|
|
681
1146
|
end
|
|
682
1147
|
|
|
@@ -718,10 +1183,16 @@ module Google
|
|
|
718
1183
|
|
|
719
1184
|
property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation
|
|
720
1185
|
|
|
1186
|
+
property :dns_name, as: 'dnsName'
|
|
1187
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1188
|
+
|
|
721
1189
|
property :etag, as: 'etag'
|
|
722
1190
|
property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation
|
|
723
1191
|
|
|
724
1192
|
property :gce_zone, as: 'gceZone'
|
|
1193
|
+
property :gemini_config, as: 'geminiConfig', class: Google::Apis::SqladminV1beta4::GeminiInstanceConfig, decorator: Google::Apis::SqladminV1beta4::GeminiInstanceConfig::Representation
|
|
1194
|
+
|
|
1195
|
+
property :include_replicas_for_major_version_upgrade, as: 'includeReplicasForMajorVersionUpgrade'
|
|
725
1196
|
property :instance_type, as: 'instanceType'
|
|
726
1197
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
727
1198
|
|
|
@@ -731,16 +1202,24 @@ module Google
|
|
|
731
1202
|
property :master_instance_name, as: 'masterInstanceName'
|
|
732
1203
|
property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
|
|
733
1204
|
property :name, as: 'name'
|
|
1205
|
+
property :node_count, as: 'nodeCount'
|
|
1206
|
+
collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::PoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::PoolNodeConfig::Representation
|
|
1207
|
+
|
|
734
1208
|
property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1beta4::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1beta4::OnPremisesConfiguration::Representation
|
|
735
1209
|
|
|
736
1210
|
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
|
737
1211
|
|
|
1212
|
+
property :primary_dns_name, as: 'primaryDnsName'
|
|
738
1213
|
property :project, as: 'project'
|
|
1214
|
+
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
|
739
1215
|
property :region, as: 'region'
|
|
740
1216
|
property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1beta4::ReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::ReplicaConfiguration::Representation
|
|
741
1217
|
|
|
742
1218
|
collection :replica_names, as: 'replicaNames'
|
|
1219
|
+
property :replication_cluster, as: 'replicationCluster', class: Google::Apis::SqladminV1beta4::ReplicationCluster, decorator: Google::Apis::SqladminV1beta4::ReplicationCluster::Representation
|
|
1220
|
+
|
|
743
1221
|
property :root_password, as: 'rootPassword'
|
|
1222
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
744
1223
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
745
1224
|
property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance::Representation
|
|
746
1225
|
|
|
@@ -751,8 +1230,14 @@ module Google
|
|
|
751
1230
|
property :service_account_email_address, as: 'serviceAccountEmailAddress'
|
|
752
1231
|
property :settings, as: 'settings', class: Google::Apis::SqladminV1beta4::Settings, decorator: Google::Apis::SqladminV1beta4::Settings::Representation
|
|
753
1232
|
|
|
1233
|
+
property :sql_network_architecture, as: 'sqlNetworkArchitecture'
|
|
754
1234
|
property :state, as: 'state'
|
|
755
1235
|
collection :suspension_reason, as: 'suspensionReason'
|
|
1236
|
+
property :switch_transaction_logs_to_cloud_storage_enabled, as: 'switchTransactionLogsToCloudStorageEnabled'
|
|
1237
|
+
hash :tags, as: 'tags'
|
|
1238
|
+
collection :upgradable_database_versions, as: 'upgradableDatabaseVersions', class: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion, decorator: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion::Representation
|
|
1239
|
+
|
|
1240
|
+
property :write_endpoint, as: 'writeEndpoint'
|
|
756
1241
|
end
|
|
757
1242
|
|
|
758
1243
|
class FailoverReplica
|
|
@@ -773,6 +1258,14 @@ module Google
|
|
|
773
1258
|
end
|
|
774
1259
|
end
|
|
775
1260
|
|
|
1261
|
+
class DemoteContext
|
|
1262
|
+
# @private
|
|
1263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1264
|
+
property :kind, as: 'kind'
|
|
1265
|
+
property :source_representative_instance_name, as: 'sourceRepresentativeInstanceName'
|
|
1266
|
+
end
|
|
1267
|
+
end
|
|
1268
|
+
|
|
776
1269
|
class DemoteMasterConfiguration
|
|
777
1270
|
# @private
|
|
778
1271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -831,6 +1324,33 @@ module Google
|
|
|
831
1324
|
end
|
|
832
1325
|
end
|
|
833
1326
|
|
|
1327
|
+
class DnsNameMapping
|
|
1328
|
+
# @private
|
|
1329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1330
|
+
property :connection_type, as: 'connectionType'
|
|
1331
|
+
property :dns_scope, as: 'dnsScope'
|
|
1332
|
+
property :name, as: 'name'
|
|
1333
|
+
end
|
|
1334
|
+
end
|
|
1335
|
+
|
|
1336
|
+
class Empty
|
|
1337
|
+
# @private
|
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1339
|
+
end
|
|
1340
|
+
end
|
|
1341
|
+
|
|
1342
|
+
class ExecuteSqlPayload
|
|
1343
|
+
# @private
|
|
1344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1345
|
+
property :auto_iam_authn, as: 'autoIamAuthn'
|
|
1346
|
+
property :database, as: 'database'
|
|
1347
|
+
property :partial_result_mode, as: 'partialResultMode'
|
|
1348
|
+
property :row_limit, :numeric_string => true, as: 'rowLimit'
|
|
1349
|
+
property :sql_statement, as: 'sqlStatement'
|
|
1350
|
+
property :user, as: 'user'
|
|
1351
|
+
end
|
|
1352
|
+
end
|
|
1353
|
+
|
|
834
1354
|
class ExportContext
|
|
835
1355
|
# @private
|
|
836
1356
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -844,12 +1364,19 @@ module Google
|
|
|
844
1364
|
property :offload, as: 'offload'
|
|
845
1365
|
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::Representation
|
|
846
1366
|
|
|
1367
|
+
property :tde_export_options, as: 'tdeExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions::Representation
|
|
1368
|
+
|
|
847
1369
|
property :uri, as: 'uri'
|
|
848
1370
|
end
|
|
849
1371
|
|
|
850
1372
|
class BakExportOptions
|
|
851
1373
|
# @private
|
|
852
1374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1375
|
+
property :bak_type, as: 'bakType'
|
|
1376
|
+
property :copy_only, as: 'copyOnly'
|
|
1377
|
+
property :differential_base, as: 'differentialBase'
|
|
1378
|
+
property :export_log_end_time, as: 'exportLogEndTime'
|
|
1379
|
+
property :export_log_start_time, as: 'exportLogStartTime'
|
|
853
1380
|
property :stripe_count, as: 'stripeCount'
|
|
854
1381
|
property :striped, as: 'striped'
|
|
855
1382
|
end
|
|
@@ -871,8 +1398,12 @@ module Google
|
|
|
871
1398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
872
1399
|
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
|
|
873
1400
|
|
|
1401
|
+
property :parallel, as: 'parallel'
|
|
1402
|
+
property :postgres_export_options, as: 'postgresExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions::Representation
|
|
1403
|
+
|
|
874
1404
|
property :schema_only, as: 'schemaOnly'
|
|
875
1405
|
collection :tables, as: 'tables'
|
|
1406
|
+
property :threads, as: 'threads'
|
|
876
1407
|
end
|
|
877
1408
|
|
|
878
1409
|
class MysqlExportOptions
|
|
@@ -881,6 +1412,31 @@ module Google
|
|
|
881
1412
|
property :master_data, as: 'masterData'
|
|
882
1413
|
end
|
|
883
1414
|
end
|
|
1415
|
+
|
|
1416
|
+
class PostgresExportOptions
|
|
1417
|
+
# @private
|
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1419
|
+
property :clean, as: 'clean'
|
|
1420
|
+
property :if_exists, as: 'ifExists'
|
|
1421
|
+
end
|
|
1422
|
+
end
|
|
1423
|
+
end
|
|
1424
|
+
|
|
1425
|
+
class TdeExportOptions
|
|
1426
|
+
# @private
|
|
1427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1428
|
+
property :certificate_path, as: 'certificatePath'
|
|
1429
|
+
property :name, as: 'name'
|
|
1430
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1431
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1432
|
+
end
|
|
1433
|
+
end
|
|
1434
|
+
end
|
|
1435
|
+
|
|
1436
|
+
class ExternalSyncSelectedObject
|
|
1437
|
+
# @private
|
|
1438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1439
|
+
property :database, as: 'database'
|
|
884
1440
|
end
|
|
885
1441
|
end
|
|
886
1442
|
|
|
@@ -892,17 +1448,28 @@ module Google
|
|
|
892
1448
|
end
|
|
893
1449
|
end
|
|
894
1450
|
|
|
1451
|
+
class FinalBackupConfig
|
|
1452
|
+
# @private
|
|
1453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1454
|
+
property :enabled, as: 'enabled'
|
|
1455
|
+
property :retention_days, as: 'retentionDays'
|
|
1456
|
+
end
|
|
1457
|
+
end
|
|
1458
|
+
|
|
895
1459
|
class Flag
|
|
896
1460
|
# @private
|
|
897
1461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
898
1462
|
collection :allowed_int_values, as: 'allowedIntValues'
|
|
899
1463
|
collection :allowed_string_values, as: 'allowedStringValues'
|
|
900
1464
|
collection :applies_to, as: 'appliesTo'
|
|
1465
|
+
property :flag_scope, as: 'flagScope'
|
|
901
1466
|
property :in_beta, as: 'inBeta'
|
|
902
1467
|
property :kind, as: 'kind'
|
|
903
1468
|
property :max_value, :numeric_string => true, as: 'maxValue'
|
|
904
1469
|
property :min_value, :numeric_string => true, as: 'minValue'
|
|
905
1470
|
property :name, as: 'name'
|
|
1471
|
+
property :recommended_int_value, :numeric_string => true, as: 'recommendedIntValue'
|
|
1472
|
+
property :recommended_string_value, as: 'recommendedStringValue'
|
|
906
1473
|
property :requires_restart, as: 'requiresRestart'
|
|
907
1474
|
property :type, as: 'type'
|
|
908
1475
|
end
|
|
@@ -917,6 +1484,18 @@ module Google
|
|
|
917
1484
|
end
|
|
918
1485
|
end
|
|
919
1486
|
|
|
1487
|
+
class GeminiInstanceConfig
|
|
1488
|
+
# @private
|
|
1489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1490
|
+
property :active_query_enabled, as: 'activeQueryEnabled'
|
|
1491
|
+
property :entitled, as: 'entitled'
|
|
1492
|
+
property :flag_recommender_enabled, as: 'flagRecommenderEnabled'
|
|
1493
|
+
property :google_vacuum_mgmt_enabled, as: 'googleVacuumMgmtEnabled'
|
|
1494
|
+
property :index_advisor_enabled, as: 'indexAdvisorEnabled'
|
|
1495
|
+
property :oom_session_cancel_enabled, as: 'oomSessionCancelEnabled'
|
|
1496
|
+
end
|
|
1497
|
+
end
|
|
1498
|
+
|
|
920
1499
|
class GenerateEphemeralCertRequest
|
|
921
1500
|
# @private
|
|
922
1501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -946,14 +1525,23 @@ module Google
|
|
|
946
1525
|
property :file_type, as: 'fileType'
|
|
947
1526
|
property :import_user, as: 'importUser'
|
|
948
1527
|
property :kind, as: 'kind'
|
|
1528
|
+
property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::Representation
|
|
1529
|
+
|
|
1530
|
+
property :tde_import_options, as: 'tdeImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions::Representation
|
|
1531
|
+
|
|
949
1532
|
property :uri, as: 'uri'
|
|
950
1533
|
end
|
|
951
1534
|
|
|
952
1535
|
class BakImportOptions
|
|
953
1536
|
# @private
|
|
954
1537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1538
|
+
property :bak_type, as: 'bakType'
|
|
955
1539
|
property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions::Representation
|
|
956
1540
|
|
|
1541
|
+
property :no_recovery, as: 'noRecovery'
|
|
1542
|
+
property :recovery_only, as: 'recoveryOnly'
|
|
1543
|
+
property :stop_at, as: 'stopAt'
|
|
1544
|
+
property :stop_at_mark, as: 'stopAtMark'
|
|
957
1545
|
property :striped, as: 'striped'
|
|
958
1546
|
end
|
|
959
1547
|
|
|
@@ -961,6 +1549,7 @@ module Google
|
|
|
961
1549
|
# @private
|
|
962
1550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
963
1551
|
property :cert_path, as: 'certPath'
|
|
1552
|
+
property :keep_encrypted, as: 'keepEncrypted'
|
|
964
1553
|
property :pvk_password, as: 'pvkPassword'
|
|
965
1554
|
property :pvk_path, as: 'pvkPath'
|
|
966
1555
|
end
|
|
@@ -978,6 +1567,34 @@ module Google
|
|
|
978
1567
|
property :table, as: 'table'
|
|
979
1568
|
end
|
|
980
1569
|
end
|
|
1570
|
+
|
|
1571
|
+
class SqlImportOptions
|
|
1572
|
+
# @private
|
|
1573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1574
|
+
property :parallel, as: 'parallel'
|
|
1575
|
+
property :postgres_import_options, as: 'postgresImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions::Representation
|
|
1576
|
+
|
|
1577
|
+
property :threads, as: 'threads'
|
|
1578
|
+
end
|
|
1579
|
+
|
|
1580
|
+
class PostgresImportOptions
|
|
1581
|
+
# @private
|
|
1582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1583
|
+
property :clean, as: 'clean'
|
|
1584
|
+
property :if_exists, as: 'ifExists'
|
|
1585
|
+
end
|
|
1586
|
+
end
|
|
1587
|
+
end
|
|
1588
|
+
|
|
1589
|
+
class TdeImportOptions
|
|
1590
|
+
# @private
|
|
1591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1592
|
+
property :certificate_path, as: 'certificatePath'
|
|
1593
|
+
property :name, as: 'name'
|
|
1594
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1595
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1596
|
+
end
|
|
1597
|
+
end
|
|
981
1598
|
end
|
|
982
1599
|
|
|
983
1600
|
class InsightsConfig
|
|
@@ -1000,6 +1617,14 @@ module Google
|
|
|
1000
1617
|
end
|
|
1001
1618
|
end
|
|
1002
1619
|
|
|
1620
|
+
class InstancesAcquireSsrsLeaseRequest
|
|
1621
|
+
# @private
|
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1623
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
|
1624
|
+
|
|
1625
|
+
end
|
|
1626
|
+
end
|
|
1627
|
+
|
|
1003
1628
|
class CloneInstancesRequest
|
|
1004
1629
|
# @private
|
|
1005
1630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1016,6 +1641,14 @@ module Google
|
|
|
1016
1641
|
end
|
|
1017
1642
|
end
|
|
1018
1643
|
|
|
1644
|
+
class InstancesDemoteRequest
|
|
1645
|
+
# @private
|
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1647
|
+
property :demote_context, as: 'demoteContext', class: Google::Apis::SqladminV1beta4::DemoteContext, decorator: Google::Apis::SqladminV1beta4::DemoteContext::Representation
|
|
1648
|
+
|
|
1649
|
+
end
|
|
1650
|
+
end
|
|
1651
|
+
|
|
1019
1652
|
class ExportInstancesRequest
|
|
1020
1653
|
# @private
|
|
1021
1654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1062,11 +1695,44 @@ module Google
|
|
|
1062
1695
|
end
|
|
1063
1696
|
end
|
|
1064
1697
|
|
|
1698
|
+
class InstancesListServerCertificatesResponse
|
|
1699
|
+
# @private
|
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1701
|
+
property :active_version, as: 'activeVersion'
|
|
1702
|
+
collection :ca_certs, as: 'caCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1703
|
+
|
|
1704
|
+
property :kind, as: 'kind'
|
|
1705
|
+
collection :server_certs, as: 'serverCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1706
|
+
|
|
1707
|
+
end
|
|
1708
|
+
end
|
|
1709
|
+
|
|
1710
|
+
class InstancesPreCheckMajorVersionUpgradeRequest
|
|
1711
|
+
# @private
|
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1713
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1714
|
+
|
|
1715
|
+
end
|
|
1716
|
+
end
|
|
1717
|
+
|
|
1718
|
+
class InstancesReencryptRequest
|
|
1719
|
+
# @private
|
|
1720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1721
|
+
property :backup_reencryption_config, as: 'backupReencryptionConfig', class: Google::Apis::SqladminV1beta4::BackupReencryptionConfig, decorator: Google::Apis::SqladminV1beta4::BackupReencryptionConfig::Representation
|
|
1722
|
+
|
|
1723
|
+
end
|
|
1724
|
+
end
|
|
1725
|
+
|
|
1065
1726
|
class RestoreInstancesBackupRequest
|
|
1066
1727
|
# @private
|
|
1067
1728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1729
|
+
property :backup, as: 'backup'
|
|
1730
|
+
property :backupdr_backup, as: 'backupdrBackup'
|
|
1068
1731
|
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
|
|
1069
1732
|
|
|
1733
|
+
collection :restore_instance_clear_overrides_field_names, as: 'restoreInstanceClearOverridesFieldNames'
|
|
1734
|
+
property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
1735
|
+
|
|
1070
1736
|
end
|
|
1071
1737
|
end
|
|
1072
1738
|
|
|
@@ -1078,6 +1744,14 @@ module Google
|
|
|
1078
1744
|
end
|
|
1079
1745
|
end
|
|
1080
1746
|
|
|
1747
|
+
class InstancesRotateServerCertificateRequest
|
|
1748
|
+
# @private
|
|
1749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1750
|
+
property :rotate_server_certificate_context, as: 'rotateServerCertificateContext', class: Google::Apis::SqladminV1beta4::RotateServerCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCertificateContext::Representation
|
|
1751
|
+
|
|
1752
|
+
end
|
|
1753
|
+
end
|
|
1754
|
+
|
|
1081
1755
|
class InstancesTruncateLogRequest
|
|
1082
1756
|
# @private
|
|
1083
1757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1086,16 +1760,30 @@ module Google
|
|
|
1086
1760
|
end
|
|
1087
1761
|
end
|
|
1088
1762
|
|
|
1763
|
+
class Interval
|
|
1764
|
+
# @private
|
|
1765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1766
|
+
property :end_time, as: 'endTime'
|
|
1767
|
+
property :start_time, as: 'startTime'
|
|
1768
|
+
end
|
|
1769
|
+
end
|
|
1770
|
+
|
|
1089
1771
|
class IpConfiguration
|
|
1090
1772
|
# @private
|
|
1091
1773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1092
1774
|
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
1093
1775
|
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
|
|
1094
1776
|
|
|
1777
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
1095
1778
|
property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
|
|
1096
1779
|
property :ipv4_enabled, as: 'ipv4Enabled'
|
|
1097
1780
|
property :private_network, as: 'privateNetwork'
|
|
1781
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
|
|
1782
|
+
|
|
1098
1783
|
property :require_ssl, as: 'requireSsl'
|
|
1784
|
+
property :server_ca_mode, as: 'serverCaMode'
|
|
1785
|
+
property :server_ca_pool, as: 'serverCaPool'
|
|
1786
|
+
property :ssl_mode, as: 'sslMode'
|
|
1099
1787
|
end
|
|
1100
1788
|
end
|
|
1101
1789
|
|
|
@@ -1108,6 +1796,17 @@ module Google
|
|
|
1108
1796
|
end
|
|
1109
1797
|
end
|
|
1110
1798
|
|
|
1799
|
+
class ListBackupsResponse
|
|
1800
|
+
# @private
|
|
1801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1802
|
+
collection :backups, as: 'backups', class: Google::Apis::SqladminV1beta4::Backup, decorator: Google::Apis::SqladminV1beta4::Backup::Representation
|
|
1803
|
+
|
|
1804
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1805
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1806
|
+
|
|
1807
|
+
end
|
|
1808
|
+
end
|
|
1809
|
+
|
|
1111
1810
|
class LocationPreference
|
|
1112
1811
|
# @private
|
|
1113
1812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1128,6 +1827,21 @@ module Google
|
|
|
1128
1827
|
end
|
|
1129
1828
|
end
|
|
1130
1829
|
|
|
1830
|
+
class Message
|
|
1831
|
+
# @private
|
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1833
|
+
property :message, as: 'message'
|
|
1834
|
+
property :severity, as: 'severity'
|
|
1835
|
+
end
|
|
1836
|
+
end
|
|
1837
|
+
|
|
1838
|
+
class Metadata
|
|
1839
|
+
# @private
|
|
1840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1841
|
+
property :sql_statement_execution_time, as: 'sqlStatementExecutionTime'
|
|
1842
|
+
end
|
|
1843
|
+
end
|
|
1844
|
+
|
|
1131
1845
|
class MySqlReplicaConfiguration
|
|
1132
1846
|
# @private
|
|
1133
1847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1163,8 +1877,11 @@ module Google
|
|
|
1163
1877
|
property :host_port, as: 'hostPort'
|
|
1164
1878
|
property :kind, as: 'kind'
|
|
1165
1879
|
property :password, as: 'password'
|
|
1880
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::SelectedObjects, decorator: Google::Apis::SqladminV1beta4::SelectedObjects::Representation
|
|
1881
|
+
|
|
1166
1882
|
property :source_instance, as: 'sourceInstance', class: Google::Apis::SqladminV1beta4::InstanceReference, decorator: Google::Apis::SqladminV1beta4::InstanceReference::Representation
|
|
1167
1883
|
|
|
1884
|
+
property :ssl_option, as: 'sslOption'
|
|
1168
1885
|
property :username, as: 'username'
|
|
1169
1886
|
end
|
|
1170
1887
|
end
|
|
@@ -1172,6 +1889,10 @@ module Google
|
|
|
1172
1889
|
class Operation
|
|
1173
1890
|
# @private
|
|
1174
1891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1892
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
|
1893
|
+
|
|
1894
|
+
property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1895
|
+
|
|
1175
1896
|
property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
|
|
1176
1897
|
|
|
1177
1898
|
property :end_time, as: 'endTime'
|
|
@@ -1185,9 +1906,13 @@ module Google
|
|
|
1185
1906
|
property :kind, as: 'kind'
|
|
1186
1907
|
property :name, as: 'name'
|
|
1187
1908
|
property :operation_type, as: 'operationType'
|
|
1909
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1910
|
+
|
|
1188
1911
|
property :self_link, as: 'selfLink'
|
|
1189
1912
|
property :start_time, as: 'startTime'
|
|
1190
1913
|
property :status, as: 'status'
|
|
1914
|
+
property :sub_operation_type, as: 'subOperationType', class: Google::Apis::SqladminV1beta4::SqlSubOperationType, decorator: Google::Apis::SqladminV1beta4::SqlSubOperationType::Representation
|
|
1915
|
+
|
|
1191
1916
|
property :target_id, as: 'targetId'
|
|
1192
1917
|
property :target_link, as: 'targetLink'
|
|
1193
1918
|
property :target_project, as: 'targetProject'
|
|
@@ -1213,6 +1938,19 @@ module Google
|
|
|
1213
1938
|
end
|
|
1214
1939
|
end
|
|
1215
1940
|
|
|
1941
|
+
class OperationMetadata
|
|
1942
|
+
# @private
|
|
1943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1944
|
+
property :api_version, as: 'apiVersion'
|
|
1945
|
+
property :cancel_requested, as: 'cancelRequested'
|
|
1946
|
+
property :create_time, as: 'createTime'
|
|
1947
|
+
property :end_time, as: 'endTime'
|
|
1948
|
+
property :status_detail, as: 'statusDetail'
|
|
1949
|
+
property :target, as: 'target'
|
|
1950
|
+
property :verb, as: 'verb'
|
|
1951
|
+
end
|
|
1952
|
+
end
|
|
1953
|
+
|
|
1216
1954
|
class ListOperationsResponse
|
|
1217
1955
|
# @private
|
|
1218
1956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1235,6 +1973,7 @@ module Google
|
|
|
1235
1973
|
# @private
|
|
1236
1974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1237
1975
|
property :complexity, as: 'complexity'
|
|
1976
|
+
property :disallow_compromised_credentials, as: 'disallowCompromisedCredentials'
|
|
1238
1977
|
property :disallow_username_substring, as: 'disallowUsernameSubstring'
|
|
1239
1978
|
property :enable_password_policy, as: 'enablePasswordPolicy'
|
|
1240
1979
|
property :min_length, as: 'minLength'
|
|
@@ -1243,9 +1982,113 @@ module Google
|
|
|
1243
1982
|
end
|
|
1244
1983
|
end
|
|
1245
1984
|
|
|
1985
|
+
class PerformDiskShrinkContext
|
|
1986
|
+
# @private
|
|
1987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1988
|
+
property :target_size_gb, :numeric_string => true, as: 'targetSizeGb'
|
|
1989
|
+
end
|
|
1990
|
+
end
|
|
1991
|
+
|
|
1992
|
+
class PointInTimeRestoreContext
|
|
1993
|
+
# @private
|
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1995
|
+
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
1996
|
+
property :datasource, as: 'datasource'
|
|
1997
|
+
property :point_in_time, as: 'pointInTime'
|
|
1998
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
1999
|
+
property :preferred_zone, as: 'preferredZone'
|
|
2000
|
+
property :private_network, as: 'privateNetwork'
|
|
2001
|
+
property :target_instance, as: 'targetInstance'
|
|
2002
|
+
end
|
|
2003
|
+
end
|
|
2004
|
+
|
|
2005
|
+
class PoolNodeConfig
|
|
2006
|
+
# @private
|
|
2007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2008
|
+
property :dns_name, as: 'dnsName'
|
|
2009
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
2010
|
+
|
|
2011
|
+
property :gce_zone, as: 'gceZone'
|
|
2012
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
2013
|
+
|
|
2014
|
+
property :name, as: 'name'
|
|
2015
|
+
property :state, as: 'state'
|
|
2016
|
+
end
|
|
2017
|
+
end
|
|
2018
|
+
|
|
2019
|
+
class PreCheckMajorVersionUpgradeContext
|
|
2020
|
+
# @private
|
|
2021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2022
|
+
property :kind, as: 'kind'
|
|
2023
|
+
collection :pre_check_response, as: 'preCheckResponse', class: Google::Apis::SqladminV1beta4::PreCheckResponse, decorator: Google::Apis::SqladminV1beta4::PreCheckResponse::Representation
|
|
2024
|
+
|
|
2025
|
+
property :target_database_version, as: 'targetDatabaseVersion'
|
|
2026
|
+
end
|
|
2027
|
+
end
|
|
2028
|
+
|
|
2029
|
+
class PreCheckResponse
|
|
2030
|
+
# @private
|
|
2031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2032
|
+
collection :actions_required, as: 'actionsRequired'
|
|
2033
|
+
property :message, as: 'message'
|
|
2034
|
+
property :message_type, as: 'messageType'
|
|
2035
|
+
end
|
|
2036
|
+
end
|
|
2037
|
+
|
|
2038
|
+
class PscAutoConnectionConfig
|
|
2039
|
+
# @private
|
|
2040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2041
|
+
property :consumer_network, as: 'consumerNetwork'
|
|
2042
|
+
property :consumer_network_status, as: 'consumerNetworkStatus'
|
|
2043
|
+
property :consumer_project, as: 'consumerProject'
|
|
2044
|
+
property :ip_address, as: 'ipAddress'
|
|
2045
|
+
property :status, as: 'status'
|
|
2046
|
+
end
|
|
2047
|
+
end
|
|
2048
|
+
|
|
2049
|
+
class PscConfig
|
|
2050
|
+
# @private
|
|
2051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2052
|
+
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
|
2053
|
+
property :network_attachment_uri, as: 'networkAttachmentUri'
|
|
2054
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
|
2055
|
+
|
|
2056
|
+
property :psc_enabled, as: 'pscEnabled'
|
|
2057
|
+
end
|
|
2058
|
+
end
|
|
2059
|
+
|
|
2060
|
+
class QueryResult
|
|
2061
|
+
# @private
|
|
2062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2063
|
+
collection :columns, as: 'columns', class: Google::Apis::SqladminV1beta4::Column, decorator: Google::Apis::SqladminV1beta4::Column::Representation
|
|
2064
|
+
|
|
2065
|
+
property :message, as: 'message'
|
|
2066
|
+
property :partial_result, as: 'partialResult'
|
|
2067
|
+
collection :rows, as: 'rows', class: Google::Apis::SqladminV1beta4::Row, decorator: Google::Apis::SqladminV1beta4::Row::Representation
|
|
2068
|
+
|
|
2069
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2070
|
+
|
|
2071
|
+
end
|
|
2072
|
+
end
|
|
2073
|
+
|
|
2074
|
+
class ReadPoolAutoScaleConfig
|
|
2075
|
+
# @private
|
|
2076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2077
|
+
property :disable_scale_in, as: 'disableScaleIn'
|
|
2078
|
+
property :enabled, as: 'enabled'
|
|
2079
|
+
property :max_node_count, as: 'maxNodeCount'
|
|
2080
|
+
property :min_node_count, as: 'minNodeCount'
|
|
2081
|
+
property :scale_in_cooldown_seconds, as: 'scaleInCooldownSeconds'
|
|
2082
|
+
property :scale_out_cooldown_seconds, as: 'scaleOutCooldownSeconds'
|
|
2083
|
+
collection :target_metrics, as: 'targetMetrics', class: Google::Apis::SqladminV1beta4::TargetMetric, decorator: Google::Apis::SqladminV1beta4::TargetMetric::Representation
|
|
2084
|
+
|
|
2085
|
+
end
|
|
2086
|
+
end
|
|
2087
|
+
|
|
1246
2088
|
class ReplicaConfiguration
|
|
1247
2089
|
# @private
|
|
1248
2090
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2091
|
+
property :cascadable_replica, as: 'cascadableReplica'
|
|
1249
2092
|
property :failover_target, as: 'failoverTarget'
|
|
1250
2093
|
property :kind, as: 'kind'
|
|
1251
2094
|
property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration::Representation
|
|
@@ -1253,6 +2096,15 @@ module Google
|
|
|
1253
2096
|
end
|
|
1254
2097
|
end
|
|
1255
2098
|
|
|
2099
|
+
class ReplicationCluster
|
|
2100
|
+
# @private
|
|
2101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2102
|
+
property :dr_replica, as: 'drReplica'
|
|
2103
|
+
property :failover_dr_replica_name, as: 'failoverDrReplicaName'
|
|
2104
|
+
property :psa_write_endpoint, as: 'psaWriteEndpoint'
|
|
2105
|
+
end
|
|
2106
|
+
end
|
|
2107
|
+
|
|
1256
2108
|
class Reschedule
|
|
1257
2109
|
# @private
|
|
1258
2110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1279,19 +2131,52 @@ module Google
|
|
|
1279
2131
|
end
|
|
1280
2132
|
end
|
|
1281
2133
|
|
|
2134
|
+
class RotateServerCertificateContext
|
|
2135
|
+
# @private
|
|
2136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2137
|
+
property :kind, as: 'kind'
|
|
2138
|
+
property :next_version, as: 'nextVersion'
|
|
2139
|
+
end
|
|
2140
|
+
end
|
|
2141
|
+
|
|
2142
|
+
class Row
|
|
2143
|
+
# @private
|
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2145
|
+
collection :values, as: 'values', class: Google::Apis::SqladminV1beta4::Value, decorator: Google::Apis::SqladminV1beta4::Value::Representation
|
|
2146
|
+
|
|
2147
|
+
end
|
|
2148
|
+
end
|
|
2149
|
+
|
|
2150
|
+
class SelectedObjects
|
|
2151
|
+
# @private
|
|
2152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2153
|
+
property :database, as: 'database'
|
|
2154
|
+
end
|
|
2155
|
+
end
|
|
2156
|
+
|
|
1282
2157
|
class Settings
|
|
1283
2158
|
# @private
|
|
1284
2159
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1285
2160
|
property :activation_policy, as: 'activationPolicy'
|
|
1286
2161
|
property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig::Representation
|
|
1287
2162
|
|
|
2163
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
|
2164
|
+
|
|
1288
2165
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
|
2166
|
+
property :auto_upgrade_enabled, as: 'autoUpgradeEnabled'
|
|
1289
2167
|
property :availability_type, as: 'availabilityType'
|
|
1290
2168
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
|
1291
2169
|
|
|
1292
2170
|
property :collation, as: 'collation'
|
|
2171
|
+
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::SqladminV1beta4::ConnectionPoolConfig, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolConfig::Representation
|
|
2172
|
+
|
|
1293
2173
|
property :connector_enforcement, as: 'connectorEnforcement'
|
|
1294
2174
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
|
2175
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
2176
|
+
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
|
|
2177
|
+
|
|
2178
|
+
property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
|
|
2179
|
+
property :data_disk_provisioned_throughput, :numeric_string => true, as: 'dataDiskProvisionedThroughput'
|
|
1295
2180
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
|
1296
2181
|
property :data_disk_type, as: 'dataDiskType'
|
|
1297
2182
|
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
|
|
@@ -1300,6 +2185,11 @@ module Google
|
|
|
1300
2185
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
|
1301
2186
|
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
|
|
1302
2187
|
|
|
2188
|
+
property :edition, as: 'edition'
|
|
2189
|
+
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
|
2190
|
+
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
|
2191
|
+
property :final_backup_config, as: 'finalBackupConfig', class: Google::Apis::SqladminV1beta4::FinalBackupConfig, decorator: Google::Apis::SqladminV1beta4::FinalBackupConfig::Representation
|
|
2192
|
+
|
|
1303
2193
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
|
|
1304
2194
|
|
|
1305
2195
|
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
|
|
@@ -1312,7 +2202,11 @@ module Google
|
|
|
1312
2202
|
property :password_validation_policy, as: 'passwordValidationPolicy', class: Google::Apis::SqladminV1beta4::PasswordValidationPolicy, decorator: Google::Apis::SqladminV1beta4::PasswordValidationPolicy::Representation
|
|
1313
2203
|
|
|
1314
2204
|
property :pricing_plan, as: 'pricingPlan'
|
|
2205
|
+
property :read_pool_auto_scale_config, as: 'readPoolAutoScaleConfig', class: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig, decorator: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig::Representation
|
|
2206
|
+
|
|
2207
|
+
property :replication_lag_max_seconds, as: 'replicationLagMaxSeconds'
|
|
1315
2208
|
property :replication_type, as: 'replicationType'
|
|
2209
|
+
property :retain_backups_on_delete, as: 'retainBackupsOnDelete'
|
|
1316
2210
|
property :settings_version, :numeric_string => true, as: 'settingsVersion'
|
|
1317
2211
|
property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1beta4::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerAuditConfig::Representation
|
|
1318
2212
|
|
|
@@ -1327,8 +2221,12 @@ module Google
|
|
|
1327
2221
|
class SqlActiveDirectoryConfig
|
|
1328
2222
|
# @private
|
|
1329
2223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2224
|
+
property :admin_credential_secret_name, as: 'adminCredentialSecretName'
|
|
2225
|
+
collection :dns_servers, as: 'dnsServers'
|
|
1330
2226
|
property :domain, as: 'domain'
|
|
1331
2227
|
property :kind, as: 'kind'
|
|
2228
|
+
property :mode, as: 'mode'
|
|
2229
|
+
property :organizational_unit, as: 'organizationalUnit'
|
|
1332
2230
|
end
|
|
1333
2231
|
end
|
|
1334
2232
|
|
|
@@ -1341,6 +2239,52 @@ module Google
|
|
|
1341
2239
|
end
|
|
1342
2240
|
end
|
|
1343
2241
|
|
|
2242
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
|
2243
|
+
# @private
|
|
2244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2245
|
+
property :operation_id, as: 'operationId'
|
|
2246
|
+
end
|
|
2247
|
+
end
|
|
2248
|
+
|
|
2249
|
+
class SqlInstancesExecuteSqlResponse
|
|
2250
|
+
# @private
|
|
2251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2252
|
+
collection :messages, as: 'messages', class: Google::Apis::SqladminV1beta4::Message, decorator: Google::Apis::SqladminV1beta4::Message::Representation
|
|
2253
|
+
|
|
2254
|
+
property :metadata, as: 'metadata', class: Google::Apis::SqladminV1beta4::Metadata, decorator: Google::Apis::SqladminV1beta4::Metadata::Representation
|
|
2255
|
+
|
|
2256
|
+
collection :results, as: 'results', class: Google::Apis::SqladminV1beta4::QueryResult, decorator: Google::Apis::SqladminV1beta4::QueryResult::Representation
|
|
2257
|
+
|
|
2258
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2259
|
+
|
|
2260
|
+
end
|
|
2261
|
+
end
|
|
2262
|
+
|
|
2263
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
|
2264
|
+
# @private
|
|
2265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2266
|
+
property :kind, as: 'kind'
|
|
2267
|
+
property :message, as: 'message'
|
|
2268
|
+
property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
|
|
2269
|
+
end
|
|
2270
|
+
end
|
|
2271
|
+
|
|
2272
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
|
2273
|
+
# @private
|
|
2274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2275
|
+
property :earliest_recovery_time, as: 'earliestRecoveryTime'
|
|
2276
|
+
property :kind, as: 'kind'
|
|
2277
|
+
property :latest_recovery_time, as: 'latestRecoveryTime'
|
|
2278
|
+
end
|
|
2279
|
+
end
|
|
2280
|
+
|
|
2281
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
|
2282
|
+
# @private
|
|
2283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2284
|
+
property :operation_id, as: 'operationId'
|
|
2285
|
+
end
|
|
2286
|
+
end
|
|
2287
|
+
|
|
1344
2288
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
|
1345
2289
|
# @private
|
|
1346
2290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1349,22 +2293,35 @@ module Google
|
|
|
1349
2293
|
end
|
|
1350
2294
|
end
|
|
1351
2295
|
|
|
2296
|
+
class SqlInstancesResetReplicaSizeRequest
|
|
2297
|
+
# @private
|
|
2298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2299
|
+
end
|
|
2300
|
+
end
|
|
2301
|
+
|
|
1352
2302
|
class SqlInstancesStartExternalSyncRequest
|
|
1353
2303
|
# @private
|
|
1354
2304
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2305
|
+
property :migration_type, as: 'migrationType'
|
|
1355
2306
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1356
2307
|
|
|
2308
|
+
property :replica_overwrite_enabled, as: 'replicaOverwriteEnabled'
|
|
1357
2309
|
property :skip_verification, as: 'skipVerification'
|
|
1358
2310
|
property :sync_mode, as: 'syncMode'
|
|
2311
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1359
2312
|
end
|
|
1360
2313
|
end
|
|
1361
2314
|
|
|
1362
2315
|
class SqlInstancesVerifyExternalSyncSettingsRequest
|
|
1363
2316
|
# @private
|
|
1364
2317
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2318
|
+
property :migration_type, as: 'migrationType'
|
|
1365
2319
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1366
2320
|
|
|
2321
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject, decorator: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject::Representation
|
|
2322
|
+
|
|
1367
2323
|
property :sync_mode, as: 'syncMode'
|
|
2324
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1368
2325
|
property :verify_connection_only, as: 'verifyConnectionOnly'
|
|
1369
2326
|
property :verify_replication_only, as: 'verifyReplicationOnly'
|
|
1370
2327
|
end
|
|
@@ -1425,6 +2382,13 @@ module Google
|
|
|
1425
2382
|
end
|
|
1426
2383
|
end
|
|
1427
2384
|
|
|
2385
|
+
class SqlSubOperationType
|
|
2386
|
+
# @private
|
|
2387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2388
|
+
property :maintenance_type, as: 'maintenanceType'
|
|
2389
|
+
end
|
|
2390
|
+
end
|
|
2391
|
+
|
|
1428
2392
|
class SslCert
|
|
1429
2393
|
# @private
|
|
1430
2394
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1486,6 +2450,15 @@ module Google
|
|
|
1486
2450
|
end
|
|
1487
2451
|
end
|
|
1488
2452
|
|
|
2453
|
+
class Status
|
|
2454
|
+
# @private
|
|
2455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2456
|
+
property :code, as: 'code'
|
|
2457
|
+
collection :details, as: 'details'
|
|
2458
|
+
property :message, as: 'message'
|
|
2459
|
+
end
|
|
2460
|
+
end
|
|
2461
|
+
|
|
1489
2462
|
class SyncFlags
|
|
1490
2463
|
# @private
|
|
1491
2464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1494,6 +2467,14 @@ module Google
|
|
|
1494
2467
|
end
|
|
1495
2468
|
end
|
|
1496
2469
|
|
|
2470
|
+
class TargetMetric
|
|
2471
|
+
# @private
|
|
2472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2473
|
+
property :metric, as: 'metric'
|
|
2474
|
+
property :target_value, as: 'targetValue'
|
|
2475
|
+
end
|
|
2476
|
+
end
|
|
2477
|
+
|
|
1497
2478
|
class Tier
|
|
1498
2479
|
# @private
|
|
1499
2480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1528,6 +2509,8 @@ module Google
|
|
|
1528
2509
|
property :dual_password_type, as: 'dualPasswordType'
|
|
1529
2510
|
property :etag, as: 'etag'
|
|
1530
2511
|
property :host, as: 'host'
|
|
2512
|
+
property :iam_email, as: 'iamEmail'
|
|
2513
|
+
property :iam_status, as: 'iamStatus'
|
|
1531
2514
|
property :instance, as: 'instance'
|
|
1532
2515
|
property :kind, as: 'kind'
|
|
1533
2516
|
property :name, as: 'name'
|
|
@@ -1562,6 +2545,14 @@ module Google
|
|
|
1562
2545
|
property :next_page_token, as: 'nextPageToken'
|
|
1563
2546
|
end
|
|
1564
2547
|
end
|
|
2548
|
+
|
|
2549
|
+
class Value
|
|
2550
|
+
# @private
|
|
2551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2552
|
+
property :null_value, as: 'nullValue'
|
|
2553
|
+
property :value, as: 'value'
|
|
2554
|
+
end
|
|
2555
|
+
end
|
|
1565
2556
|
end
|
|
1566
2557
|
end
|
|
1567
2558
|
end
|