google-apis-sqladmin_v1beta4 0.36.0 → 0.73.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 +154 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +934 -21
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +3 -3
- data/lib/google/apis/sqladmin_v1beta4/representations.rb +364 -0
- data/lib/google/apis/sqladmin_v1beta4/service.rb +377 -9
- metadata +7 -7
@@ -28,12 +28,30 @@ 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
|
+
|
37
55
|
class BackupConfiguration
|
38
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
57
|
|
@@ -46,6 +64,12 @@ module Google
|
|
46
64
|
include Google::Apis::Core::JsonObjectSupport
|
47
65
|
end
|
48
66
|
|
67
|
+
class BackupReencryptionConfig
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
49
73
|
class BackupRetentionSettings
|
50
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
75
|
|
@@ -82,6 +106,12 @@ module Google
|
|
82
106
|
include Google::Apis::Core::JsonObjectSupport
|
83
107
|
end
|
84
108
|
|
109
|
+
class DataCacheConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
85
115
|
class Database
|
86
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
117
|
|
@@ -112,6 +142,12 @@ module Google
|
|
112
142
|
include Google::Apis::Core::JsonObjectSupport
|
113
143
|
end
|
114
144
|
|
145
|
+
class DemoteContext
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
115
151
|
class DemoteMasterConfiguration
|
116
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
153
|
|
@@ -148,9 +184,21 @@ module Google
|
|
148
184
|
include Google::Apis::Core::JsonObjectSupport
|
149
185
|
end
|
150
186
|
|
187
|
+
class Empty
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
151
193
|
class ExportContext
|
152
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
195
|
|
196
|
+
class BakExportOptions
|
197
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
198
|
+
|
199
|
+
include Google::Apis::Core::JsonObjectSupport
|
200
|
+
end
|
201
|
+
|
154
202
|
class CsvExportOptions
|
155
203
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
156
204
|
|
@@ -190,6 +238,12 @@ module Google
|
|
190
238
|
include Google::Apis::Core::JsonObjectSupport
|
191
239
|
end
|
192
240
|
|
241
|
+
class GeminiInstanceConfig
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
193
247
|
class GenerateEphemeralCertRequest
|
194
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
249
|
|
@@ -222,6 +276,12 @@ module Google
|
|
222
276
|
|
223
277
|
include Google::Apis::Core::JsonObjectSupport
|
224
278
|
end
|
279
|
+
|
280
|
+
class SqlImportOptions
|
281
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
282
|
+
|
283
|
+
include Google::Apis::Core::JsonObjectSupport
|
284
|
+
end
|
225
285
|
|
226
286
|
include Google::Apis::Core::JsonObjectSupport
|
227
287
|
end
|
@@ -238,6 +298,12 @@ module Google
|
|
238
298
|
include Google::Apis::Core::JsonObjectSupport
|
239
299
|
end
|
240
300
|
|
301
|
+
class InstancesAcquireSsrsLeaseRequest
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
241
307
|
class CloneInstancesRequest
|
242
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
309
|
|
@@ -250,6 +316,12 @@ module Google
|
|
250
316
|
include Google::Apis::Core::JsonObjectSupport
|
251
317
|
end
|
252
318
|
|
319
|
+
class InstancesDemoteRequest
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
253
325
|
class ExportInstancesRequest
|
254
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
327
|
|
@@ -280,6 +352,12 @@ module Google
|
|
280
352
|
include Google::Apis::Core::JsonObjectSupport
|
281
353
|
end
|
282
354
|
|
355
|
+
class InstancesReencryptRequest
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
283
361
|
class RestoreInstancesBackupRequest
|
284
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
363
|
|
@@ -358,6 +436,12 @@ module Google
|
|
358
436
|
include Google::Apis::Core::JsonObjectSupport
|
359
437
|
end
|
360
438
|
|
439
|
+
class OperationMetadata
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
361
445
|
class ListOperationsResponse
|
362
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
447
|
|
@@ -376,12 +460,30 @@ module Google
|
|
376
460
|
include Google::Apis::Core::JsonObjectSupport
|
377
461
|
end
|
378
462
|
|
463
|
+
class PerformDiskShrinkContext
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class PscConfig
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
379
475
|
class ReplicaConfiguration
|
380
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
477
|
|
382
478
|
include Google::Apis::Core::JsonObjectSupport
|
383
479
|
end
|
384
480
|
|
481
|
+
class ReplicationCluster
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
385
487
|
class Reschedule
|
386
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
489
|
|
@@ -418,12 +520,42 @@ module Google
|
|
418
520
|
include Google::Apis::Core::JsonObjectSupport
|
419
521
|
end
|
420
522
|
|
523
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
421
547
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
422
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
549
|
|
424
550
|
include Google::Apis::Core::JsonObjectSupport
|
425
551
|
end
|
426
552
|
|
553
|
+
class SqlInstancesResetReplicaSizeRequest
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
427
559
|
class SqlInstancesStartExternalSyncRequest
|
428
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
561
|
|
@@ -560,6 +692,23 @@ module Google
|
|
560
692
|
end
|
561
693
|
end
|
562
694
|
|
695
|
+
class AcquireSsrsLeaseContext
|
696
|
+
# @private
|
697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
+
property :duration, as: 'duration'
|
699
|
+
property :report_database, as: 'reportDatabase'
|
700
|
+
property :service_login, as: 'serviceLogin'
|
701
|
+
property :setup_login, as: 'setupLogin'
|
702
|
+
end
|
703
|
+
end
|
704
|
+
|
705
|
+
class AdvancedMachineFeatures
|
706
|
+
# @private
|
707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
708
|
+
property :threads_per_core, as: 'threadsPerCore'
|
709
|
+
end
|
710
|
+
end
|
711
|
+
|
563
712
|
class ApiWarning
|
564
713
|
# @private
|
565
714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -569,6 +718,15 @@ module Google
|
|
569
718
|
end
|
570
719
|
end
|
571
720
|
|
721
|
+
class AvailableDatabaseVersion
|
722
|
+
# @private
|
723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
724
|
+
property :display_name, as: 'displayName'
|
725
|
+
property :major_version, as: 'majorVersion'
|
726
|
+
property :name, as: 'name'
|
727
|
+
end
|
728
|
+
end
|
729
|
+
|
572
730
|
class BackupConfiguration
|
573
731
|
# @private
|
574
732
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -582,6 +740,7 @@ module Google
|
|
582
740
|
property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
|
583
741
|
property :start_time, as: 'startTime'
|
584
742
|
property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
|
743
|
+
property :transactional_log_storage_state, as: 'transactionalLogStorageState'
|
585
744
|
end
|
586
745
|
end
|
587
746
|
|
@@ -593,6 +752,14 @@ module Google
|
|
593
752
|
end
|
594
753
|
end
|
595
754
|
|
755
|
+
class BackupReencryptionConfig
|
756
|
+
# @private
|
757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
758
|
+
property :backup_limit, as: 'backupLimit'
|
759
|
+
property :backup_type, as: 'backupType'
|
760
|
+
end
|
761
|
+
end
|
762
|
+
|
596
763
|
class BackupRetentionSettings
|
597
764
|
# @private
|
598
765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -657,6 +824,7 @@ module Google
|
|
657
824
|
property :kind, as: 'kind'
|
658
825
|
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
|
659
826
|
property :point_in_time, as: 'pointInTime'
|
827
|
+
property :preferred_zone, as: 'preferredZone'
|
660
828
|
end
|
661
829
|
end
|
662
830
|
|
@@ -665,15 +833,24 @@ module Google
|
|
665
833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
666
834
|
property :backend_type, as: 'backendType'
|
667
835
|
property :database_version, as: 'databaseVersion'
|
836
|
+
property :dns_name, as: 'dnsName'
|
668
837
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
669
838
|
|
670
839
|
property :kind, as: 'kind'
|
840
|
+
property :psc_enabled, as: 'pscEnabled'
|
671
841
|
property :region, as: 'region'
|
672
842
|
property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
673
843
|
|
674
844
|
end
|
675
845
|
end
|
676
846
|
|
847
|
+
class DataCacheConfig
|
848
|
+
# @private
|
849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
850
|
+
property :data_cache_enabled, as: 'dataCacheEnabled'
|
851
|
+
end
|
852
|
+
end
|
853
|
+
|
677
854
|
class Database
|
678
855
|
# @private
|
679
856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -712,10 +889,13 @@ module Google
|
|
712
889
|
|
713
890
|
property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation
|
714
891
|
|
892
|
+
property :dns_name, as: 'dnsName'
|
715
893
|
property :etag, as: 'etag'
|
716
894
|
property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation
|
717
895
|
|
718
896
|
property :gce_zone, as: 'gceZone'
|
897
|
+
property :gemini_config, as: 'geminiConfig', class: Google::Apis::SqladminV1beta4::GeminiInstanceConfig, decorator: Google::Apis::SqladminV1beta4::GeminiInstanceConfig::Representation
|
898
|
+
|
719
899
|
property :instance_type, as: 'instanceType'
|
720
900
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
721
901
|
|
@@ -729,11 +909,15 @@ module Google
|
|
729
909
|
|
730
910
|
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
731
911
|
|
912
|
+
property :primary_dns_name, as: 'primaryDnsName'
|
732
913
|
property :project, as: 'project'
|
914
|
+
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
733
915
|
property :region, as: 'region'
|
734
916
|
property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1beta4::ReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::ReplicaConfiguration::Representation
|
735
917
|
|
736
918
|
collection :replica_names, as: 'replicaNames'
|
919
|
+
property :replication_cluster, as: 'replicationCluster', class: Google::Apis::SqladminV1beta4::ReplicationCluster, decorator: Google::Apis::SqladminV1beta4::ReplicationCluster::Representation
|
920
|
+
|
737
921
|
property :root_password, as: 'rootPassword'
|
738
922
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
739
923
|
property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance::Representation
|
@@ -745,8 +929,12 @@ module Google
|
|
745
929
|
property :service_account_email_address, as: 'serviceAccountEmailAddress'
|
746
930
|
property :settings, as: 'settings', class: Google::Apis::SqladminV1beta4::Settings, decorator: Google::Apis::SqladminV1beta4::Settings::Representation
|
747
931
|
|
932
|
+
property :sql_network_architecture, as: 'sqlNetworkArchitecture'
|
748
933
|
property :state, as: 'state'
|
749
934
|
collection :suspension_reason, as: 'suspensionReason'
|
935
|
+
collection :upgradable_database_versions, as: 'upgradableDatabaseVersions', class: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion, decorator: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion::Representation
|
936
|
+
|
937
|
+
property :write_endpoint, as: 'writeEndpoint'
|
750
938
|
end
|
751
939
|
|
752
940
|
class FailoverReplica
|
@@ -767,6 +955,14 @@ module Google
|
|
767
955
|
end
|
768
956
|
end
|
769
957
|
|
958
|
+
class DemoteContext
|
959
|
+
# @private
|
960
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
961
|
+
property :kind, as: 'kind'
|
962
|
+
property :source_representative_instance_name, as: 'sourceRepresentativeInstanceName'
|
963
|
+
end
|
964
|
+
end
|
965
|
+
|
770
966
|
class DemoteMasterConfiguration
|
771
967
|
# @private
|
772
968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -825,9 +1021,17 @@ module Google
|
|
825
1021
|
end
|
826
1022
|
end
|
827
1023
|
|
1024
|
+
class Empty
|
1025
|
+
# @private
|
1026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1027
|
+
end
|
1028
|
+
end
|
1029
|
+
|
828
1030
|
class ExportContext
|
829
1031
|
# @private
|
830
1032
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1033
|
+
property :bak_export_options, as: 'bakExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::BakExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::BakExportOptions::Representation
|
1034
|
+
|
831
1035
|
property :csv_export_options, as: 'csvExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::CsvExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::CsvExportOptions::Representation
|
832
1036
|
|
833
1037
|
collection :databases, as: 'databases'
|
@@ -839,6 +1043,17 @@ module Google
|
|
839
1043
|
property :uri, as: 'uri'
|
840
1044
|
end
|
841
1045
|
|
1046
|
+
class BakExportOptions
|
1047
|
+
# @private
|
1048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1049
|
+
property :bak_type, as: 'bakType'
|
1050
|
+
property :copy_only, as: 'copyOnly'
|
1051
|
+
property :differential_base, as: 'differentialBase'
|
1052
|
+
property :stripe_count, as: 'stripeCount'
|
1053
|
+
property :striped, as: 'striped'
|
1054
|
+
end
|
1055
|
+
end
|
1056
|
+
|
842
1057
|
class CsvExportOptions
|
843
1058
|
# @private
|
844
1059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -855,8 +1070,10 @@ module Google
|
|
855
1070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
856
1071
|
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
|
857
1072
|
|
1073
|
+
property :parallel, as: 'parallel'
|
858
1074
|
property :schema_only, as: 'schemaOnly'
|
859
1075
|
collection :tables, as: 'tables'
|
1076
|
+
property :threads, as: 'threads'
|
860
1077
|
end
|
861
1078
|
|
862
1079
|
class MysqlExportOptions
|
@@ -901,6 +1118,18 @@ module Google
|
|
901
1118
|
end
|
902
1119
|
end
|
903
1120
|
|
1121
|
+
class GeminiInstanceConfig
|
1122
|
+
# @private
|
1123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1124
|
+
property :active_query_enabled, as: 'activeQueryEnabled'
|
1125
|
+
property :entitled, as: 'entitled'
|
1126
|
+
property :flag_recommender_enabled, as: 'flagRecommenderEnabled'
|
1127
|
+
property :google_vacuum_mgmt_enabled, as: 'googleVacuumMgmtEnabled'
|
1128
|
+
property :index_advisor_enabled, as: 'indexAdvisorEnabled'
|
1129
|
+
property :oom_session_cancel_enabled, as: 'oomSessionCancelEnabled'
|
1130
|
+
end
|
1131
|
+
end
|
1132
|
+
|
904
1133
|
class GenerateEphemeralCertRequest
|
905
1134
|
# @private
|
906
1135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -930,14 +1159,22 @@ module Google
|
|
930
1159
|
property :file_type, as: 'fileType'
|
931
1160
|
property :import_user, as: 'importUser'
|
932
1161
|
property :kind, as: 'kind'
|
1162
|
+
property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::Representation
|
1163
|
+
|
933
1164
|
property :uri, as: 'uri'
|
934
1165
|
end
|
935
1166
|
|
936
1167
|
class BakImportOptions
|
937
1168
|
# @private
|
938
1169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
+
property :bak_type, as: 'bakType'
|
939
1171
|
property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions::Representation
|
940
1172
|
|
1173
|
+
property :no_recovery, as: 'noRecovery'
|
1174
|
+
property :recovery_only, as: 'recoveryOnly'
|
1175
|
+
property :stop_at, as: 'stopAt'
|
1176
|
+
property :stop_at_mark, as: 'stopAtMark'
|
1177
|
+
property :striped, as: 'striped'
|
941
1178
|
end
|
942
1179
|
|
943
1180
|
class EncryptionOptions
|
@@ -961,6 +1198,14 @@ module Google
|
|
961
1198
|
property :table, as: 'table'
|
962
1199
|
end
|
963
1200
|
end
|
1201
|
+
|
1202
|
+
class SqlImportOptions
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
property :parallel, as: 'parallel'
|
1206
|
+
property :threads, as: 'threads'
|
1207
|
+
end
|
1208
|
+
end
|
964
1209
|
end
|
965
1210
|
|
966
1211
|
class InsightsConfig
|
@@ -983,6 +1228,14 @@ module Google
|
|
983
1228
|
end
|
984
1229
|
end
|
985
1230
|
|
1231
|
+
class InstancesAcquireSsrsLeaseRequest
|
1232
|
+
# @private
|
1233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1234
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
1235
|
+
|
1236
|
+
end
|
1237
|
+
end
|
1238
|
+
|
986
1239
|
class CloneInstancesRequest
|
987
1240
|
# @private
|
988
1241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -999,6 +1252,14 @@ module Google
|
|
999
1252
|
end
|
1000
1253
|
end
|
1001
1254
|
|
1255
|
+
class InstancesDemoteRequest
|
1256
|
+
# @private
|
1257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1258
|
+
property :demote_context, as: 'demoteContext', class: Google::Apis::SqladminV1beta4::DemoteContext, decorator: Google::Apis::SqladminV1beta4::DemoteContext::Representation
|
1259
|
+
|
1260
|
+
end
|
1261
|
+
end
|
1262
|
+
|
1002
1263
|
class ExportInstancesRequest
|
1003
1264
|
# @private
|
1004
1265
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1045,6 +1306,14 @@ module Google
|
|
1045
1306
|
end
|
1046
1307
|
end
|
1047
1308
|
|
1309
|
+
class InstancesReencryptRequest
|
1310
|
+
# @private
|
1311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1312
|
+
property :backup_reencryption_config, as: 'backupReencryptionConfig', class: Google::Apis::SqladminV1beta4::BackupReencryptionConfig, decorator: Google::Apis::SqladminV1beta4::BackupReencryptionConfig::Representation
|
1313
|
+
|
1314
|
+
end
|
1315
|
+
end
|
1316
|
+
|
1048
1317
|
class RestoreInstancesBackupRequest
|
1049
1318
|
# @private
|
1050
1319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1075,9 +1344,13 @@ module Google
|
|
1075
1344
|
property :allocated_ip_range, as: 'allocatedIpRange'
|
1076
1345
|
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
|
1077
1346
|
|
1347
|
+
property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
|
1078
1348
|
property :ipv4_enabled, as: 'ipv4Enabled'
|
1079
1349
|
property :private_network, as: 'privateNetwork'
|
1350
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
|
1351
|
+
|
1080
1352
|
property :require_ssl, as: 'requireSsl'
|
1353
|
+
property :ssl_mode, as: 'sslMode'
|
1081
1354
|
end
|
1082
1355
|
end
|
1083
1356
|
|
@@ -1154,6 +1427,10 @@ module Google
|
|
1154
1427
|
class Operation
|
1155
1428
|
# @private
|
1156
1429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1430
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
1431
|
+
|
1432
|
+
property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
1433
|
+
|
1157
1434
|
property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
|
1158
1435
|
|
1159
1436
|
property :end_time, as: 'endTime'
|
@@ -1195,6 +1472,19 @@ module Google
|
|
1195
1472
|
end
|
1196
1473
|
end
|
1197
1474
|
|
1475
|
+
class OperationMetadata
|
1476
|
+
# @private
|
1477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1478
|
+
property :api_version, as: 'apiVersion'
|
1479
|
+
property :cancel_requested, as: 'cancelRequested'
|
1480
|
+
property :create_time, as: 'createTime'
|
1481
|
+
property :end_time, as: 'endTime'
|
1482
|
+
property :status_detail, as: 'statusDetail'
|
1483
|
+
property :target, as: 'target'
|
1484
|
+
property :verb, as: 'verb'
|
1485
|
+
end
|
1486
|
+
end
|
1487
|
+
|
1198
1488
|
class ListOperationsResponse
|
1199
1489
|
# @private
|
1200
1490
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1217,6 +1507,7 @@ module Google
|
|
1217
1507
|
# @private
|
1218
1508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1219
1509
|
property :complexity, as: 'complexity'
|
1510
|
+
property :disallow_compromised_credentials, as: 'disallowCompromisedCredentials'
|
1220
1511
|
property :disallow_username_substring, as: 'disallowUsernameSubstring'
|
1221
1512
|
property :enable_password_policy, as: 'enablePasswordPolicy'
|
1222
1513
|
property :min_length, as: 'minLength'
|
@@ -1225,9 +1516,25 @@ module Google
|
|
1225
1516
|
end
|
1226
1517
|
end
|
1227
1518
|
|
1519
|
+
class PerformDiskShrinkContext
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :target_size_gb, :numeric_string => true, as: 'targetSizeGb'
|
1523
|
+
end
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
class PscConfig
|
1527
|
+
# @private
|
1528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1529
|
+
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
1530
|
+
property :psc_enabled, as: 'pscEnabled'
|
1531
|
+
end
|
1532
|
+
end
|
1533
|
+
|
1228
1534
|
class ReplicaConfiguration
|
1229
1535
|
# @private
|
1230
1536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1537
|
+
property :cascadable_replica, as: 'cascadableReplica'
|
1231
1538
|
property :failover_target, as: 'failoverTarget'
|
1232
1539
|
property :kind, as: 'kind'
|
1233
1540
|
property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration::Representation
|
@@ -1235,6 +1542,15 @@ module Google
|
|
1235
1542
|
end
|
1236
1543
|
end
|
1237
1544
|
|
1545
|
+
class ReplicationCluster
|
1546
|
+
# @private
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
+
property :dr_replica, as: 'drReplica'
|
1549
|
+
property :failover_dr_replica_name, as: 'failoverDrReplicaName'
|
1550
|
+
property :psa_write_endpoint, as: 'psaWriteEndpoint'
|
1551
|
+
end
|
1552
|
+
end
|
1553
|
+
|
1238
1554
|
class Reschedule
|
1239
1555
|
# @private
|
1240
1556
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1267,6 +1583,8 @@ module Google
|
|
1267
1583
|
property :activation_policy, as: 'activationPolicy'
|
1268
1584
|
property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig::Representation
|
1269
1585
|
|
1586
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
1587
|
+
|
1270
1588
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
1271
1589
|
property :availability_type, as: 'availabilityType'
|
1272
1590
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
@@ -1274,6 +1592,8 @@ module Google
|
|
1274
1592
|
property :collation, as: 'collation'
|
1275
1593
|
property :connector_enforcement, as: 'connectorEnforcement'
|
1276
1594
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
1595
|
+
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
|
1596
|
+
|
1277
1597
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
1278
1598
|
property :data_disk_type, as: 'dataDiskType'
|
1279
1599
|
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
|
@@ -1282,6 +1602,9 @@ module Google
|
|
1282
1602
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
1283
1603
|
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
|
1284
1604
|
|
1605
|
+
property :edition, as: 'edition'
|
1606
|
+
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
1607
|
+
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
1285
1608
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
|
1286
1609
|
|
1287
1610
|
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
|
@@ -1323,6 +1646,37 @@ module Google
|
|
1323
1646
|
end
|
1324
1647
|
end
|
1325
1648
|
|
1649
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
1650
|
+
# @private
|
1651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1652
|
+
property :operation_id, as: 'operationId'
|
1653
|
+
end
|
1654
|
+
end
|
1655
|
+
|
1656
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
1657
|
+
# @private
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1659
|
+
property :kind, as: 'kind'
|
1660
|
+
property :message, as: 'message'
|
1661
|
+
property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
|
1662
|
+
end
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
1666
|
+
# @private
|
1667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1668
|
+
property :kind, as: 'kind'
|
1669
|
+
property :latest_recovery_time, as: 'latestRecoveryTime'
|
1670
|
+
end
|
1671
|
+
end
|
1672
|
+
|
1673
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
1674
|
+
# @private
|
1675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1676
|
+
property :operation_id, as: 'operationId'
|
1677
|
+
end
|
1678
|
+
end
|
1679
|
+
|
1326
1680
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
1327
1681
|
# @private
|
1328
1682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1331,22 +1685,32 @@ module Google
|
|
1331
1685
|
end
|
1332
1686
|
end
|
1333
1687
|
|
1688
|
+
class SqlInstancesResetReplicaSizeRequest
|
1689
|
+
# @private
|
1690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1691
|
+
end
|
1692
|
+
end
|
1693
|
+
|
1334
1694
|
class SqlInstancesStartExternalSyncRequest
|
1335
1695
|
# @private
|
1336
1696
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1697
|
+
property :migration_type, as: 'migrationType'
|
1337
1698
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
1338
1699
|
|
1339
1700
|
property :skip_verification, as: 'skipVerification'
|
1340
1701
|
property :sync_mode, as: 'syncMode'
|
1702
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
1341
1703
|
end
|
1342
1704
|
end
|
1343
1705
|
|
1344
1706
|
class SqlInstancesVerifyExternalSyncSettingsRequest
|
1345
1707
|
# @private
|
1346
1708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
|
+
property :migration_type, as: 'migrationType'
|
1347
1710
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
1348
1711
|
|
1349
1712
|
property :sync_mode, as: 'syncMode'
|
1713
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
1350
1714
|
property :verify_connection_only, as: 'verifyConnectionOnly'
|
1351
1715
|
property :verify_replication_only, as: 'verifyReplicationOnly'
|
1352
1716
|
end
|