google-apis-sqladmin_v1 0.1.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210608"
25
+ REVISION = "20210902"
26
26
  end
27
27
  end
28
28
  end
@@ -21,6 +21,1462 @@ require 'google/apis/errors'
21
21
  module Google
22
22
  module Apis
23
23
  module SqladminV1
24
+
25
+ class AclEntry
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ApiWarning
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class BackupConfiguration
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class BackupContext
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class BackupRetentionSettings
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class BackupRun
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class BackupRunsListResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BinLogCoordinates
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CloneContext
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class ConnectSettings
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Database
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class DatabaseFlags
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class DatabaseInstance
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ class FailoverReplica
101
+ class Representation < Google::Apis::Core::JsonRepresentation; end
102
+
103
+ include Google::Apis::Core::JsonObjectSupport
104
+ end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class DatabasesListResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class DemoteMasterConfiguration
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class DemoteMasterContext
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class DemoteMasterMySqlReplicaConfiguration
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class DenyMaintenancePeriod
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class DiskEncryptionConfiguration
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class DiskEncryptionStatus
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ExportContext
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ class CsvExportOptions
155
+ class Representation < Google::Apis::Core::JsonRepresentation; end
156
+
157
+ include Google::Apis::Core::JsonObjectSupport
158
+ end
159
+
160
+ class SqlExportOptions
161
+ class Representation < Google::Apis::Core::JsonRepresentation; end
162
+
163
+ class MysqlExportOptions
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ include Google::Apis::Core::JsonObjectSupport
170
+ end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class FailoverContext
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class Flag
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class FlagsListResponse
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GenerateEphemeralCertRequest
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GenerateEphemeralCertResponse
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class ImportContext
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ class BakImportOptions
209
+ class Representation < Google::Apis::Core::JsonRepresentation; end
210
+
211
+ class EncryptionOptions
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ include Google::Apis::Core::JsonObjectSupport
218
+ end
219
+
220
+ class CsvImportOptions
221
+ class Representation < Google::Apis::Core::JsonRepresentation; end
222
+
223
+ include Google::Apis::Core::JsonObjectSupport
224
+ end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class InsightsConfig
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class InstanceReference
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class InstancesCloneRequest
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class InstancesDemoteMasterRequest
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class InstancesExportRequest
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class InstancesFailoverRequest
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class InstancesImportRequest
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class InstancesListResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class InstancesListServerCasResponse
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class InstancesRestoreBackupRequest
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class InstancesRotateServerCaRequest
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class InstancesTruncateLogRequest
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class IpConfiguration
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class IpMapping
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class LocationPreference
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class MaintenanceWindow
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class MySqlReplicaConfiguration
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class MySqlSyncConfig
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class OnPremisesConfiguration
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class Operation
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class OperationError
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class OperationErrors
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class OperationsListResponse
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class ReplicaConfiguration
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class Reschedule
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class RestoreBackupContext
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class RotateServerCaContext
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class Settings
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class SqlActiveDirectoryConfig
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class SqlExternalSyncSettingError
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class SqlInstancesRescheduleMaintenanceRequestBody
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class SqlInstancesStartExternalSyncRequest
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class SqlInstancesVerifyExternalSyncSettingsRequest
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class SqlInstancesVerifyExternalSyncSettingsResponse
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class SqlOutOfDiskReport
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class SqlScheduledMaintenance
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class SqlServerAuditConfig
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class SqlServerDatabaseDetails
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class SqlServerUserDetails
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class SslCert
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class SslCertDetail
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class SslCertsCreateEphemeralRequest
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class SslCertsInsertRequest
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class SslCertsInsertResponse
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class SslCertsListResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class SyncFlags
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class Tier
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class TiersListResponse
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class TruncateLogContext
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class User
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class UsersListResponse
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class AclEntry
536
+ # @private
537
+ class Representation < Google::Apis::Core::JsonRepresentation
538
+ property :expiration_time, as: 'expirationTime'
539
+ property :kind, as: 'kind'
540
+ property :name, as: 'name'
541
+ property :value, as: 'value'
542
+ end
543
+ end
544
+
545
+ class ApiWarning
546
+ # @private
547
+ class Representation < Google::Apis::Core::JsonRepresentation
548
+ property :code, as: 'code'
549
+ property :message, as: 'message'
550
+ property :region, as: 'region'
551
+ end
552
+ end
553
+
554
+ class BackupConfiguration
555
+ # @private
556
+ class Representation < Google::Apis::Core::JsonRepresentation
557
+ property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::SqladminV1::BackupRetentionSettings, decorator: Google::Apis::SqladminV1::BackupRetentionSettings::Representation
558
+
559
+ property :binary_log_enabled, as: 'binaryLogEnabled'
560
+ property :enabled, as: 'enabled'
561
+ property :kind, as: 'kind'
562
+ property :location, as: 'location'
563
+ property :point_in_time_recovery_enabled, as: 'pointInTimeRecoveryEnabled'
564
+ property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
565
+ property :start_time, as: 'startTime'
566
+ property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
567
+ end
568
+ end
569
+
570
+ class BackupContext
571
+ # @private
572
+ class Representation < Google::Apis::Core::JsonRepresentation
573
+ property :backup_id, :numeric_string => true, as: 'backupId'
574
+ property :kind, as: 'kind'
575
+ end
576
+ end
577
+
578
+ class BackupRetentionSettings
579
+ # @private
580
+ class Representation < Google::Apis::Core::JsonRepresentation
581
+ property :retained_backups, as: 'retainedBackups'
582
+ property :retention_unit, as: 'retentionUnit'
583
+ end
584
+ end
585
+
586
+ class BackupRun
587
+ # @private
588
+ class Representation < Google::Apis::Core::JsonRepresentation
589
+ property :backup_kind, as: 'backupKind'
590
+ property :description, as: 'description'
591
+ property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1::DiskEncryptionConfiguration::Representation
592
+
593
+ property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1::DiskEncryptionStatus::Representation
594
+
595
+ property :end_time, as: 'endTime'
596
+ property :enqueued_time, as: 'enqueuedTime'
597
+ property :error, as: 'error', class: Google::Apis::SqladminV1::OperationError, decorator: Google::Apis::SqladminV1::OperationError::Representation
598
+
599
+ property :id, :numeric_string => true, as: 'id'
600
+ property :instance, as: 'instance'
601
+ property :kind, as: 'kind'
602
+ property :location, as: 'location'
603
+ property :self_link, as: 'selfLink'
604
+ property :start_time, as: 'startTime'
605
+ property :status, as: 'status'
606
+ property :type, as: 'type'
607
+ property :window_start_time, as: 'windowStartTime'
608
+ end
609
+ end
610
+
611
+ class BackupRunsListResponse
612
+ # @private
613
+ class Representation < Google::Apis::Core::JsonRepresentation
614
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::BackupRun, decorator: Google::Apis::SqladminV1::BackupRun::Representation
615
+
616
+ property :kind, as: 'kind'
617
+ property :next_page_token, as: 'nextPageToken'
618
+ end
619
+ end
620
+
621
+ class BinLogCoordinates
622
+ # @private
623
+ class Representation < Google::Apis::Core::JsonRepresentation
624
+ property :bin_log_file_name, as: 'binLogFileName'
625
+ property :bin_log_position, :numeric_string => true, as: 'binLogPosition'
626
+ property :kind, as: 'kind'
627
+ end
628
+ end
629
+
630
+ class CloneContext
631
+ # @private
632
+ class Representation < Google::Apis::Core::JsonRepresentation
633
+ property :bin_log_coordinates, as: 'binLogCoordinates', class: Google::Apis::SqladminV1::BinLogCoordinates, decorator: Google::Apis::SqladminV1::BinLogCoordinates::Representation
634
+
635
+ property :destination_instance_name, as: 'destinationInstanceName'
636
+ property :kind, as: 'kind'
637
+ property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
638
+ property :point_in_time, as: 'pointInTime'
639
+ end
640
+ end
641
+
642
+ class ConnectSettings
643
+ # @private
644
+ class Representation < Google::Apis::Core::JsonRepresentation
645
+ property :backend_type, as: 'backendType'
646
+ property :database_version, as: 'databaseVersion'
647
+ collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1::IpMapping, decorator: Google::Apis::SqladminV1::IpMapping::Representation
648
+
649
+ property :kind, as: 'kind'
650
+ property :region, as: 'region'
651
+ property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
652
+
653
+ end
654
+ end
655
+
656
+ class Database
657
+ # @private
658
+ class Representation < Google::Apis::Core::JsonRepresentation
659
+ property :charset, as: 'charset'
660
+ property :collation, as: 'collation'
661
+ property :etag, as: 'etag'
662
+ property :instance, as: 'instance'
663
+ property :kind, as: 'kind'
664
+ property :name, as: 'name'
665
+ property :project, as: 'project'
666
+ property :self_link, as: 'selfLink'
667
+ property :sqlserver_database_details, as: 'sqlserverDatabaseDetails', class: Google::Apis::SqladminV1::SqlServerDatabaseDetails, decorator: Google::Apis::SqladminV1::SqlServerDatabaseDetails::Representation
668
+
669
+ end
670
+ end
671
+
672
+ class DatabaseFlags
673
+ # @private
674
+ class Representation < Google::Apis::Core::JsonRepresentation
675
+ property :name, as: 'name'
676
+ property :value, as: 'value'
677
+ end
678
+ end
679
+
680
+ class DatabaseInstance
681
+ # @private
682
+ class Representation < Google::Apis::Core::JsonRepresentation
683
+ property :backend_type, as: 'backendType'
684
+ property :connection_name, as: 'connectionName'
685
+ property :create_time, as: 'createTime'
686
+ property :current_disk_size, :numeric_string => true, as: 'currentDiskSize'
687
+ property :database_version, as: 'databaseVersion'
688
+ property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1::DiskEncryptionConfiguration::Representation
689
+
690
+ property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1::DiskEncryptionStatus::Representation
691
+
692
+ property :etag, as: 'etag'
693
+ property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1::DatabaseInstance::FailoverReplica::Representation
694
+
695
+ property :gce_zone, as: 'gceZone'
696
+ property :instance_type, as: 'instanceType'
697
+ collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1::IpMapping, decorator: Google::Apis::SqladminV1::IpMapping::Representation
698
+
699
+ property :ipv6_address, as: 'ipv6Address'
700
+ property :kind, as: 'kind'
701
+ property :master_instance_name, as: 'masterInstanceName'
702
+ property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
703
+ property :name, as: 'name'
704
+ property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1::OnPremisesConfiguration::Representation
705
+
706
+ property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1::SqlOutOfDiskReport::Representation
707
+
708
+ property :project, as: 'project'
709
+ property :region, as: 'region'
710
+ property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1::ReplicaConfiguration, decorator: Google::Apis::SqladminV1::ReplicaConfiguration::Representation
711
+
712
+ collection :replica_names, as: 'replicaNames'
713
+ property :root_password, as: 'rootPassword'
714
+ property :satisfies_pzs, as: 'satisfiesPzs'
715
+ property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1::SqlScheduledMaintenance::Representation
716
+
717
+ property :secondary_gce_zone, as: 'secondaryGceZone'
718
+ property :self_link, as: 'selfLink'
719
+ property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
720
+
721
+ property :service_account_email_address, as: 'serviceAccountEmailAddress'
722
+ property :settings, as: 'settings', class: Google::Apis::SqladminV1::Settings, decorator: Google::Apis::SqladminV1::Settings::Representation
723
+
724
+ property :state, as: 'state'
725
+ collection :suspension_reason, as: 'suspensionReason'
726
+ end
727
+
728
+ class FailoverReplica
729
+ # @private
730
+ class Representation < Google::Apis::Core::JsonRepresentation
731
+ property :available, as: 'available'
732
+ property :name, as: 'name'
733
+ end
734
+ end
735
+ end
736
+
737
+ class DatabasesListResponse
738
+ # @private
739
+ class Representation < Google::Apis::Core::JsonRepresentation
740
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::Database, decorator: Google::Apis::SqladminV1::Database::Representation
741
+
742
+ property :kind, as: 'kind'
743
+ end
744
+ end
745
+
746
+ class DemoteMasterConfiguration
747
+ # @private
748
+ class Representation < Google::Apis::Core::JsonRepresentation
749
+ property :kind, as: 'kind'
750
+ property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1::DemoteMasterMySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1::DemoteMasterMySqlReplicaConfiguration::Representation
751
+
752
+ end
753
+ end
754
+
755
+ class DemoteMasterContext
756
+ # @private
757
+ class Representation < Google::Apis::Core::JsonRepresentation
758
+ property :kind, as: 'kind'
759
+ property :master_instance_name, as: 'masterInstanceName'
760
+ property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1::DemoteMasterConfiguration, decorator: Google::Apis::SqladminV1::DemoteMasterConfiguration::Representation
761
+
762
+ property :skip_replication_setup, as: 'skipReplicationSetup'
763
+ property :verify_gtid_consistency, as: 'verifyGtidConsistency'
764
+ end
765
+ end
766
+
767
+ class DemoteMasterMySqlReplicaConfiguration
768
+ # @private
769
+ class Representation < Google::Apis::Core::JsonRepresentation
770
+ property :ca_certificate, as: 'caCertificate'
771
+ property :client_certificate, as: 'clientCertificate'
772
+ property :client_key, as: 'clientKey'
773
+ property :kind, as: 'kind'
774
+ property :password, as: 'password'
775
+ property :username, as: 'username'
776
+ end
777
+ end
778
+
779
+ class DenyMaintenancePeriod
780
+ # @private
781
+ class Representation < Google::Apis::Core::JsonRepresentation
782
+ property :end_date, as: 'endDate'
783
+ property :start_date, as: 'startDate'
784
+ property :time, as: 'time'
785
+ end
786
+ end
787
+
788
+ class DiskEncryptionConfiguration
789
+ # @private
790
+ class Representation < Google::Apis::Core::JsonRepresentation
791
+ property :kind, as: 'kind'
792
+ property :kms_key_name, as: 'kmsKeyName'
793
+ end
794
+ end
795
+
796
+ class DiskEncryptionStatus
797
+ # @private
798
+ class Representation < Google::Apis::Core::JsonRepresentation
799
+ property :kind, as: 'kind'
800
+ property :kms_key_version_name, as: 'kmsKeyVersionName'
801
+ end
802
+ end
803
+
804
+ class ExportContext
805
+ # @private
806
+ class Representation < Google::Apis::Core::JsonRepresentation
807
+ property :csv_export_options, as: 'csvExportOptions', class: Google::Apis::SqladminV1::ExportContext::CsvExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::CsvExportOptions::Representation
808
+
809
+ collection :databases, as: 'databases'
810
+ property :file_type, as: 'fileType'
811
+ property :kind, as: 'kind'
812
+ property :offload, as: 'offload'
813
+ property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::SqlExportOptions::Representation
814
+
815
+ property :uri, as: 'uri'
816
+ end
817
+
818
+ class CsvExportOptions
819
+ # @private
820
+ class Representation < Google::Apis::Core::JsonRepresentation
821
+ property :escape_character, as: 'escapeCharacter'
822
+ property :fields_terminated_by, as: 'fieldsTerminatedBy'
823
+ property :lines_terminated_by, as: 'linesTerminatedBy'
824
+ property :quote_character, as: 'quoteCharacter'
825
+ property :select_query, as: 'selectQuery'
826
+ end
827
+ end
828
+
829
+ class SqlExportOptions
830
+ # @private
831
+ class Representation < Google::Apis::Core::JsonRepresentation
832
+ property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
833
+
834
+ property :schema_only, as: 'schemaOnly'
835
+ collection :tables, as: 'tables'
836
+ end
837
+
838
+ class MysqlExportOptions
839
+ # @private
840
+ class Representation < Google::Apis::Core::JsonRepresentation
841
+ property :master_data, as: 'masterData'
842
+ end
843
+ end
844
+ end
845
+ end
846
+
847
+ class FailoverContext
848
+ # @private
849
+ class Representation < Google::Apis::Core::JsonRepresentation
850
+ property :kind, as: 'kind'
851
+ property :settings_version, :numeric_string => true, as: 'settingsVersion'
852
+ end
853
+ end
854
+
855
+ class Flag
856
+ # @private
857
+ class Representation < Google::Apis::Core::JsonRepresentation
858
+ collection :allowed_int_values, as: 'allowedIntValues'
859
+ collection :allowed_string_values, as: 'allowedStringValues'
860
+ collection :applies_to, as: 'appliesTo'
861
+ property :in_beta, as: 'inBeta'
862
+ property :kind, as: 'kind'
863
+ property :max_value, :numeric_string => true, as: 'maxValue'
864
+ property :min_value, :numeric_string => true, as: 'minValue'
865
+ property :name, as: 'name'
866
+ property :requires_restart, as: 'requiresRestart'
867
+ property :type, as: 'type'
868
+ end
869
+ end
870
+
871
+ class FlagsListResponse
872
+ # @private
873
+ class Representation < Google::Apis::Core::JsonRepresentation
874
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::Flag, decorator: Google::Apis::SqladminV1::Flag::Representation
875
+
876
+ property :kind, as: 'kind'
877
+ end
878
+ end
879
+
880
+ class GenerateEphemeralCertRequest
881
+ # @private
882
+ class Representation < Google::Apis::Core::JsonRepresentation
883
+ property :access_token, as: 'access_token'
884
+ property :public_key, as: 'public_key'
885
+ property :read_time, as: 'readTime'
886
+ end
887
+ end
888
+
889
+ class GenerateEphemeralCertResponse
890
+ # @private
891
+ class Representation < Google::Apis::Core::JsonRepresentation
892
+ property :ephemeral_cert, as: 'ephemeralCert', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
893
+
894
+ end
895
+ end
896
+
897
+ class ImportContext
898
+ # @private
899
+ class Representation < Google::Apis::Core::JsonRepresentation
900
+ property :bak_import_options, as: 'bakImportOptions', class: Google::Apis::SqladminV1::ImportContext::BakImportOptions, decorator: Google::Apis::SqladminV1::ImportContext::BakImportOptions::Representation
901
+
902
+ property :csv_import_options, as: 'csvImportOptions', class: Google::Apis::SqladminV1::ImportContext::CsvImportOptions, decorator: Google::Apis::SqladminV1::ImportContext::CsvImportOptions::Representation
903
+
904
+ property :database, as: 'database'
905
+ property :file_type, as: 'fileType'
906
+ property :import_user, as: 'importUser'
907
+ property :kind, as: 'kind'
908
+ property :uri, as: 'uri'
909
+ end
910
+
911
+ class BakImportOptions
912
+ # @private
913
+ class Representation < Google::Apis::Core::JsonRepresentation
914
+ property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions::Representation
915
+
916
+ end
917
+
918
+ class EncryptionOptions
919
+ # @private
920
+ class Representation < Google::Apis::Core::JsonRepresentation
921
+ property :cert_path, as: 'certPath'
922
+ property :pvk_password, as: 'pvkPassword'
923
+ property :pvk_path, as: 'pvkPath'
924
+ end
925
+ end
926
+ end
927
+
928
+ class CsvImportOptions
929
+ # @private
930
+ class Representation < Google::Apis::Core::JsonRepresentation
931
+ collection :columns, as: 'columns'
932
+ property :escape_character, as: 'escapeCharacter'
933
+ property :fields_terminated_by, as: 'fieldsTerminatedBy'
934
+ property :lines_terminated_by, as: 'linesTerminatedBy'
935
+ property :quote_character, as: 'quoteCharacter'
936
+ property :table, as: 'table'
937
+ end
938
+ end
939
+ end
940
+
941
+ class InsightsConfig
942
+ # @private
943
+ class Representation < Google::Apis::Core::JsonRepresentation
944
+ property :query_insights_enabled, as: 'queryInsightsEnabled'
945
+ property :query_plans_per_minute, as: 'queryPlansPerMinute'
946
+ property :query_string_length, as: 'queryStringLength'
947
+ property :record_application_tags, as: 'recordApplicationTags'
948
+ property :record_client_address, as: 'recordClientAddress'
949
+ end
950
+ end
951
+
952
+ class InstanceReference
953
+ # @private
954
+ class Representation < Google::Apis::Core::JsonRepresentation
955
+ property :name, as: 'name'
956
+ property :project, as: 'project'
957
+ property :region, as: 'region'
958
+ end
959
+ end
960
+
961
+ class InstancesCloneRequest
962
+ # @private
963
+ class Representation < Google::Apis::Core::JsonRepresentation
964
+ property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1::CloneContext, decorator: Google::Apis::SqladminV1::CloneContext::Representation
965
+
966
+ end
967
+ end
968
+
969
+ class InstancesDemoteMasterRequest
970
+ # @private
971
+ class Representation < Google::Apis::Core::JsonRepresentation
972
+ property :demote_master_context, as: 'demoteMasterContext', class: Google::Apis::SqladminV1::DemoteMasterContext, decorator: Google::Apis::SqladminV1::DemoteMasterContext::Representation
973
+
974
+ end
975
+ end
976
+
977
+ class InstancesExportRequest
978
+ # @private
979
+ class Representation < Google::Apis::Core::JsonRepresentation
980
+ property :export_context, as: 'exportContext', class: Google::Apis::SqladminV1::ExportContext, decorator: Google::Apis::SqladminV1::ExportContext::Representation
981
+
982
+ end
983
+ end
984
+
985
+ class InstancesFailoverRequest
986
+ # @private
987
+ class Representation < Google::Apis::Core::JsonRepresentation
988
+ property :failover_context, as: 'failoverContext', class: Google::Apis::SqladminV1::FailoverContext, decorator: Google::Apis::SqladminV1::FailoverContext::Representation
989
+
990
+ end
991
+ end
992
+
993
+ class InstancesImportRequest
994
+ # @private
995
+ class Representation < Google::Apis::Core::JsonRepresentation
996
+ property :import_context, as: 'importContext', class: Google::Apis::SqladminV1::ImportContext, decorator: Google::Apis::SqladminV1::ImportContext::Representation
997
+
998
+ end
999
+ end
1000
+
1001
+ class InstancesListResponse
1002
+ # @private
1003
+ class Representation < Google::Apis::Core::JsonRepresentation
1004
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::DatabaseInstance, decorator: Google::Apis::SqladminV1::DatabaseInstance::Representation
1005
+
1006
+ property :kind, as: 'kind'
1007
+ property :next_page_token, as: 'nextPageToken'
1008
+ collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1::ApiWarning, decorator: Google::Apis::SqladminV1::ApiWarning::Representation
1009
+
1010
+ end
1011
+ end
1012
+
1013
+ class InstancesListServerCasResponse
1014
+ # @private
1015
+ class Representation < Google::Apis::Core::JsonRepresentation
1016
+ property :active_version, as: 'activeVersion'
1017
+ collection :certs, as: 'certs', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
1018
+
1019
+ property :kind, as: 'kind'
1020
+ end
1021
+ end
1022
+
1023
+ class InstancesRestoreBackupRequest
1024
+ # @private
1025
+ class Representation < Google::Apis::Core::JsonRepresentation
1026
+ property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1::RestoreBackupContext, decorator: Google::Apis::SqladminV1::RestoreBackupContext::Representation
1027
+
1028
+ end
1029
+ end
1030
+
1031
+ class InstancesRotateServerCaRequest
1032
+ # @private
1033
+ class Representation < Google::Apis::Core::JsonRepresentation
1034
+ property :rotate_server_ca_context, as: 'rotateServerCaContext', class: Google::Apis::SqladminV1::RotateServerCaContext, decorator: Google::Apis::SqladminV1::RotateServerCaContext::Representation
1035
+
1036
+ end
1037
+ end
1038
+
1039
+ class InstancesTruncateLogRequest
1040
+ # @private
1041
+ class Representation < Google::Apis::Core::JsonRepresentation
1042
+ property :truncate_log_context, as: 'truncateLogContext', class: Google::Apis::SqladminV1::TruncateLogContext, decorator: Google::Apis::SqladminV1::TruncateLogContext::Representation
1043
+
1044
+ end
1045
+ end
1046
+
1047
+ class IpConfiguration
1048
+ # @private
1049
+ class Representation < Google::Apis::Core::JsonRepresentation
1050
+ property :allocated_ip_range, as: 'allocatedIpRange'
1051
+ collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1::AclEntry, decorator: Google::Apis::SqladminV1::AclEntry::Representation
1052
+
1053
+ property :ipv4_enabled, as: 'ipv4Enabled'
1054
+ property :private_network, as: 'privateNetwork'
1055
+ property :require_ssl, as: 'requireSsl'
1056
+ end
1057
+ end
1058
+
1059
+ class IpMapping
1060
+ # @private
1061
+ class Representation < Google::Apis::Core::JsonRepresentation
1062
+ property :ip_address, as: 'ipAddress'
1063
+ property :time_to_retire, as: 'timeToRetire'
1064
+ property :type, as: 'type'
1065
+ end
1066
+ end
1067
+
1068
+ class LocationPreference
1069
+ # @private
1070
+ class Representation < Google::Apis::Core::JsonRepresentation
1071
+ property :follow_gae_application, as: 'followGaeApplication'
1072
+ property :kind, as: 'kind'
1073
+ property :secondary_zone, as: 'secondaryZone'
1074
+ property :zone, as: 'zone'
1075
+ end
1076
+ end
1077
+
1078
+ class MaintenanceWindow
1079
+ # @private
1080
+ class Representation < Google::Apis::Core::JsonRepresentation
1081
+ property :day, as: 'day'
1082
+ property :hour, as: 'hour'
1083
+ property :kind, as: 'kind'
1084
+ property :update_track, as: 'updateTrack'
1085
+ end
1086
+ end
1087
+
1088
+ class MySqlReplicaConfiguration
1089
+ # @private
1090
+ class Representation < Google::Apis::Core::JsonRepresentation
1091
+ property :ca_certificate, as: 'caCertificate'
1092
+ property :client_certificate, as: 'clientCertificate'
1093
+ property :client_key, as: 'clientKey'
1094
+ property :connect_retry_interval, as: 'connectRetryInterval'
1095
+ property :dump_file_path, as: 'dumpFilePath'
1096
+ property :kind, as: 'kind'
1097
+ property :master_heartbeat_period, :numeric_string => true, as: 'masterHeartbeatPeriod'
1098
+ property :password, as: 'password'
1099
+ property :ssl_cipher, as: 'sslCipher'
1100
+ property :username, as: 'username'
1101
+ property :verify_server_certificate, as: 'verifyServerCertificate'
1102
+ end
1103
+ end
1104
+
1105
+ class MySqlSyncConfig
1106
+ # @private
1107
+ class Representation < Google::Apis::Core::JsonRepresentation
1108
+ collection :initial_sync_flags, as: 'initialSyncFlags', class: Google::Apis::SqladminV1::SyncFlags, decorator: Google::Apis::SqladminV1::SyncFlags::Representation
1109
+
1110
+ end
1111
+ end
1112
+
1113
+ class OnPremisesConfiguration
1114
+ # @private
1115
+ class Representation < Google::Apis::Core::JsonRepresentation
1116
+ property :ca_certificate, as: 'caCertificate'
1117
+ property :client_certificate, as: 'clientCertificate'
1118
+ property :client_key, as: 'clientKey'
1119
+ property :dump_file_path, as: 'dumpFilePath'
1120
+ property :host_port, as: 'hostPort'
1121
+ property :kind, as: 'kind'
1122
+ property :password, as: 'password'
1123
+ property :source_instance, as: 'sourceInstance', class: Google::Apis::SqladminV1::InstanceReference, decorator: Google::Apis::SqladminV1::InstanceReference::Representation
1124
+
1125
+ property :username, as: 'username'
1126
+ end
1127
+ end
1128
+
1129
+ class Operation
1130
+ # @private
1131
+ class Representation < Google::Apis::Core::JsonRepresentation
1132
+ property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1::BackupContext, decorator: Google::Apis::SqladminV1::BackupContext::Representation
1133
+
1134
+ property :end_time, as: 'endTime'
1135
+ property :error, as: 'error', class: Google::Apis::SqladminV1::OperationErrors, decorator: Google::Apis::SqladminV1::OperationErrors::Representation
1136
+
1137
+ property :export_context, as: 'exportContext', class: Google::Apis::SqladminV1::ExportContext, decorator: Google::Apis::SqladminV1::ExportContext::Representation
1138
+
1139
+ property :import_context, as: 'importContext', class: Google::Apis::SqladminV1::ImportContext, decorator: Google::Apis::SqladminV1::ImportContext::Representation
1140
+
1141
+ property :insert_time, as: 'insertTime'
1142
+ property :kind, as: 'kind'
1143
+ property :name, as: 'name'
1144
+ property :operation_type, as: 'operationType'
1145
+ property :self_link, as: 'selfLink'
1146
+ property :start_time, as: 'startTime'
1147
+ property :status, as: 'status'
1148
+ property :target_id, as: 'targetId'
1149
+ property :target_link, as: 'targetLink'
1150
+ property :target_project, as: 'targetProject'
1151
+ property :user, as: 'user'
1152
+ end
1153
+ end
1154
+
1155
+ class OperationError
1156
+ # @private
1157
+ class Representation < Google::Apis::Core::JsonRepresentation
1158
+ property :code, as: 'code'
1159
+ property :kind, as: 'kind'
1160
+ property :message, as: 'message'
1161
+ end
1162
+ end
1163
+
1164
+ class OperationErrors
1165
+ # @private
1166
+ class Representation < Google::Apis::Core::JsonRepresentation
1167
+ collection :errors, as: 'errors', class: Google::Apis::SqladminV1::OperationError, decorator: Google::Apis::SqladminV1::OperationError::Representation
1168
+
1169
+ property :kind, as: 'kind'
1170
+ end
1171
+ end
1172
+
1173
+ class OperationsListResponse
1174
+ # @private
1175
+ class Representation < Google::Apis::Core::JsonRepresentation
1176
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::Operation, decorator: Google::Apis::SqladminV1::Operation::Representation
1177
+
1178
+ property :kind, as: 'kind'
1179
+ property :next_page_token, as: 'nextPageToken'
1180
+ end
1181
+ end
1182
+
1183
+ class ReplicaConfiguration
1184
+ # @private
1185
+ class Representation < Google::Apis::Core::JsonRepresentation
1186
+ property :failover_target, as: 'failoverTarget'
1187
+ property :kind, as: 'kind'
1188
+ property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1::MySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1::MySqlReplicaConfiguration::Representation
1189
+
1190
+ end
1191
+ end
1192
+
1193
+ class Reschedule
1194
+ # @private
1195
+ class Representation < Google::Apis::Core::JsonRepresentation
1196
+ property :reschedule_type, as: 'rescheduleType'
1197
+ property :schedule_time, as: 'scheduleTime'
1198
+ end
1199
+ end
1200
+
1201
+ class RestoreBackupContext
1202
+ # @private
1203
+ class Representation < Google::Apis::Core::JsonRepresentation
1204
+ property :backup_run_id, :numeric_string => true, as: 'backupRunId'
1205
+ property :instance_id, as: 'instanceId'
1206
+ property :kind, as: 'kind'
1207
+ property :project, as: 'project'
1208
+ end
1209
+ end
1210
+
1211
+ class RotateServerCaContext
1212
+ # @private
1213
+ class Representation < Google::Apis::Core::JsonRepresentation
1214
+ property :kind, as: 'kind'
1215
+ property :next_version, as: 'nextVersion'
1216
+ end
1217
+ end
1218
+
1219
+ class Settings
1220
+ # @private
1221
+ class Representation < Google::Apis::Core::JsonRepresentation
1222
+ property :activation_policy, as: 'activationPolicy'
1223
+ property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1::SqlActiveDirectoryConfig::Representation
1224
+
1225
+ collection :authorized_gae_applications, as: 'authorizedGaeApplications'
1226
+ property :availability_type, as: 'availabilityType'
1227
+ property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1::BackupConfiguration, decorator: Google::Apis::SqladminV1::BackupConfiguration::Representation
1228
+
1229
+ property :collation, as: 'collation'
1230
+ property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
1231
+ property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
1232
+ property :data_disk_type, as: 'dataDiskType'
1233
+ collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1::DatabaseFlags, decorator: Google::Apis::SqladminV1::DatabaseFlags::Representation
1234
+
1235
+ property :database_replication_enabled, as: 'databaseReplicationEnabled'
1236
+ collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1::DenyMaintenancePeriod::Representation
1237
+
1238
+ property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1::InsightsConfig, decorator: Google::Apis::SqladminV1::InsightsConfig::Representation
1239
+
1240
+ property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1::IpConfiguration, decorator: Google::Apis::SqladminV1::IpConfiguration::Representation
1241
+
1242
+ property :kind, as: 'kind'
1243
+ property :location_preference, as: 'locationPreference', class: Google::Apis::SqladminV1::LocationPreference, decorator: Google::Apis::SqladminV1::LocationPreference::Representation
1244
+
1245
+ property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::SqladminV1::MaintenanceWindow, decorator: Google::Apis::SqladminV1::MaintenanceWindow::Representation
1246
+
1247
+ property :pricing_plan, as: 'pricingPlan'
1248
+ property :replication_type, as: 'replicationType'
1249
+ property :settings_version, :numeric_string => true, as: 'settingsVersion'
1250
+ property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1::SqlServerAuditConfig::Representation
1251
+
1252
+ property :storage_auto_resize, as: 'storageAutoResize'
1253
+ property :storage_auto_resize_limit, :numeric_string => true, as: 'storageAutoResizeLimit'
1254
+ property :tier, as: 'tier'
1255
+ hash :user_labels, as: 'userLabels'
1256
+ end
1257
+ end
1258
+
1259
+ class SqlActiveDirectoryConfig
1260
+ # @private
1261
+ class Representation < Google::Apis::Core::JsonRepresentation
1262
+ property :domain, as: 'domain'
1263
+ property :kind, as: 'kind'
1264
+ end
1265
+ end
1266
+
1267
+ class SqlExternalSyncSettingError
1268
+ # @private
1269
+ class Representation < Google::Apis::Core::JsonRepresentation
1270
+ property :detail, as: 'detail'
1271
+ property :kind, as: 'kind'
1272
+ property :type, as: 'type'
1273
+ end
1274
+ end
1275
+
1276
+ class SqlInstancesRescheduleMaintenanceRequestBody
1277
+ # @private
1278
+ class Representation < Google::Apis::Core::JsonRepresentation
1279
+ property :reschedule, as: 'reschedule', class: Google::Apis::SqladminV1::Reschedule, decorator: Google::Apis::SqladminV1::Reschedule::Representation
1280
+
1281
+ end
1282
+ end
1283
+
1284
+ class SqlInstancesStartExternalSyncRequest
1285
+ # @private
1286
+ class Representation < Google::Apis::Core::JsonRepresentation
1287
+ property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1::MySqlSyncConfig, decorator: Google::Apis::SqladminV1::MySqlSyncConfig::Representation
1288
+
1289
+ property :skip_verification, as: 'skipVerification'
1290
+ property :sync_mode, as: 'syncMode'
1291
+ end
1292
+ end
1293
+
1294
+ class SqlInstancesVerifyExternalSyncSettingsRequest
1295
+ # @private
1296
+ class Representation < Google::Apis::Core::JsonRepresentation
1297
+ property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1::MySqlSyncConfig, decorator: Google::Apis::SqladminV1::MySqlSyncConfig::Representation
1298
+
1299
+ property :sync_mode, as: 'syncMode'
1300
+ property :verify_connection_only, as: 'verifyConnectionOnly'
1301
+ property :verify_replication_only, as: 'verifyReplicationOnly'
1302
+ end
1303
+ end
1304
+
1305
+ class SqlInstancesVerifyExternalSyncSettingsResponse
1306
+ # @private
1307
+ class Representation < Google::Apis::Core::JsonRepresentation
1308
+ collection :errors, as: 'errors', class: Google::Apis::SqladminV1::SqlExternalSyncSettingError, decorator: Google::Apis::SqladminV1::SqlExternalSyncSettingError::Representation
1309
+
1310
+ property :kind, as: 'kind'
1311
+ collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1::SqlExternalSyncSettingError, decorator: Google::Apis::SqladminV1::SqlExternalSyncSettingError::Representation
1312
+
1313
+ end
1314
+ end
1315
+
1316
+ class SqlOutOfDiskReport
1317
+ # @private
1318
+ class Representation < Google::Apis::Core::JsonRepresentation
1319
+ property :sql_min_recommended_increase_size_gb, as: 'sqlMinRecommendedIncreaseSizeGb'
1320
+ property :sql_out_of_disk_state, as: 'sqlOutOfDiskState'
1321
+ end
1322
+ end
1323
+
1324
+ class SqlScheduledMaintenance
1325
+ # @private
1326
+ class Representation < Google::Apis::Core::JsonRepresentation
1327
+ property :can_defer, as: 'canDefer'
1328
+ property :can_reschedule, as: 'canReschedule'
1329
+ property :schedule_deadline_time, as: 'scheduleDeadlineTime'
1330
+ property :start_time, as: 'startTime'
1331
+ end
1332
+ end
1333
+
1334
+ class SqlServerAuditConfig
1335
+ # @private
1336
+ class Representation < Google::Apis::Core::JsonRepresentation
1337
+ property :bucket, as: 'bucket'
1338
+ property :kind, as: 'kind'
1339
+ end
1340
+ end
1341
+
1342
+ class SqlServerDatabaseDetails
1343
+ # @private
1344
+ class Representation < Google::Apis::Core::JsonRepresentation
1345
+ property :compatibility_level, as: 'compatibilityLevel'
1346
+ property :recovery_model, as: 'recoveryModel'
1347
+ end
1348
+ end
1349
+
1350
+ class SqlServerUserDetails
1351
+ # @private
1352
+ class Representation < Google::Apis::Core::JsonRepresentation
1353
+ property :disabled, as: 'disabled'
1354
+ collection :server_roles, as: 'serverRoles'
1355
+ end
1356
+ end
1357
+
1358
+ class SslCert
1359
+ # @private
1360
+ class Representation < Google::Apis::Core::JsonRepresentation
1361
+ property :cert, as: 'cert'
1362
+ property :cert_serial_number, as: 'certSerialNumber'
1363
+ property :common_name, as: 'commonName'
1364
+ property :create_time, as: 'createTime'
1365
+ property :expiration_time, as: 'expirationTime'
1366
+ property :instance, as: 'instance'
1367
+ property :kind, as: 'kind'
1368
+ property :self_link, as: 'selfLink'
1369
+ property :sha1_fingerprint, as: 'sha1Fingerprint'
1370
+ end
1371
+ end
1372
+
1373
+ class SslCertDetail
1374
+ # @private
1375
+ class Representation < Google::Apis::Core::JsonRepresentation
1376
+ property :cert_info, as: 'certInfo', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
1377
+
1378
+ property :cert_private_key, as: 'certPrivateKey'
1379
+ end
1380
+ end
1381
+
1382
+ class SslCertsCreateEphemeralRequest
1383
+ # @private
1384
+ class Representation < Google::Apis::Core::JsonRepresentation
1385
+ property :access_token, as: 'access_token'
1386
+ property :public_key, as: 'public_key'
1387
+ end
1388
+ end
1389
+
1390
+ class SslCertsInsertRequest
1391
+ # @private
1392
+ class Representation < Google::Apis::Core::JsonRepresentation
1393
+ property :common_name, as: 'commonName'
1394
+ end
1395
+ end
1396
+
1397
+ class SslCertsInsertResponse
1398
+ # @private
1399
+ class Representation < Google::Apis::Core::JsonRepresentation
1400
+ property :client_cert, as: 'clientCert', class: Google::Apis::SqladminV1::SslCertDetail, decorator: Google::Apis::SqladminV1::SslCertDetail::Representation
1401
+
1402
+ property :kind, as: 'kind'
1403
+ property :operation, as: 'operation', class: Google::Apis::SqladminV1::Operation, decorator: Google::Apis::SqladminV1::Operation::Representation
1404
+
1405
+ property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
1406
+
1407
+ end
1408
+ end
1409
+
1410
+ class SslCertsListResponse
1411
+ # @private
1412
+ class Representation < Google::Apis::Core::JsonRepresentation
1413
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
1414
+
1415
+ property :kind, as: 'kind'
1416
+ end
1417
+ end
1418
+
1419
+ class SyncFlags
1420
+ # @private
1421
+ class Representation < Google::Apis::Core::JsonRepresentation
1422
+ property :name, as: 'name'
1423
+ property :value, as: 'value'
1424
+ end
1425
+ end
1426
+
1427
+ class Tier
1428
+ # @private
1429
+ class Representation < Google::Apis::Core::JsonRepresentation
1430
+ property :disk_quota, :numeric_string => true, as: 'DiskQuota'
1431
+ property :ram, :numeric_string => true, as: 'RAM'
1432
+ property :kind, as: 'kind'
1433
+ collection :region, as: 'region'
1434
+ property :tier, as: 'tier'
1435
+ end
1436
+ end
1437
+
1438
+ class TiersListResponse
1439
+ # @private
1440
+ class Representation < Google::Apis::Core::JsonRepresentation
1441
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::Tier, decorator: Google::Apis::SqladminV1::Tier::Representation
1442
+
1443
+ property :kind, as: 'kind'
1444
+ end
1445
+ end
1446
+
1447
+ class TruncateLogContext
1448
+ # @private
1449
+ class Representation < Google::Apis::Core::JsonRepresentation
1450
+ property :kind, as: 'kind'
1451
+ property :log_type, as: 'logType'
1452
+ end
1453
+ end
1454
+
1455
+ class User
1456
+ # @private
1457
+ class Representation < Google::Apis::Core::JsonRepresentation
1458
+ property :etag, as: 'etag'
1459
+ property :host, as: 'host'
1460
+ property :instance, as: 'instance'
1461
+ property :kind, as: 'kind'
1462
+ property :name, as: 'name'
1463
+ property :password, as: 'password'
1464
+ property :project, as: 'project'
1465
+ property :sqlserver_user_details, as: 'sqlserverUserDetails', class: Google::Apis::SqladminV1::SqlServerUserDetails, decorator: Google::Apis::SqladminV1::SqlServerUserDetails::Representation
1466
+
1467
+ property :type, as: 'type'
1468
+ end
1469
+ end
1470
+
1471
+ class UsersListResponse
1472
+ # @private
1473
+ class Representation < Google::Apis::Core::JsonRepresentation
1474
+ collection :items, as: 'items', class: Google::Apis::SqladminV1::User, decorator: Google::Apis::SqladminV1::User::Representation
1475
+
1476
+ property :kind, as: 'kind'
1477
+ property :next_page_token, as: 'nextPageToken'
1478
+ end
1479
+ end
24
1480
  end
25
1481
  end
26
1482
  end