google-apis-migrationcenter_v1 0.18.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/migrationcenter_v1/classes.rb +932 -1
- data/lib/google/apis/migrationcenter_v1/gem_version.rb +2 -2
- data/lib/google/apis/migrationcenter_v1/representations.rb +440 -0
- data/lib/google/apis/migrationcenter_v1/service.rb +2 -2
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1
|
18
18
|
# Version of the google-apis-migrationcenter_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -238,6 +238,60 @@ module Google
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
239
239
|
end
|
240
240
|
|
241
|
+
class DatabaseDeploymentDetails
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class DatabaseDeploymentDetailsAggregatedStats
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class DatabaseDeploymentTopology
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class DatabaseDetails
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class DatabaseDetailsParentDatabaseDeployment
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class DatabaseInstance
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class DatabaseInstanceNetwork
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class DatabaseObjects
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class DatabaseSchema
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
241
295
|
class Date
|
242
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
297
|
|
@@ -418,6 +472,12 @@ module Google
|
|
418
472
|
include Google::Apis::Core::JsonObjectSupport
|
419
473
|
end
|
420
474
|
|
475
|
+
class ImportRowErrorArchiveErrorDetails
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
421
481
|
class ImportRowErrorCsvErrorDetails
|
422
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
483
|
|
@@ -574,6 +634,42 @@ module Google
|
|
574
634
|
include Google::Apis::Core::JsonObjectSupport
|
575
635
|
end
|
576
636
|
|
637
|
+
class MySqlPlugin
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class MySqlProperty
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class MySqlSchemaDetails
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class MySqlStorageEngineDetails
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class MySqlVariable
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class MysqlDatabaseDeployment
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
577
673
|
class NetworkAdapterDetails
|
578
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
675
|
|
@@ -670,6 +766,36 @@ module Google
|
|
670
766
|
include Google::Apis::Core::JsonObjectSupport
|
671
767
|
end
|
672
768
|
|
769
|
+
class PostgreSqlDatabaseDeployment
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class PostgreSqlExtension
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class PostgreSqlProperty
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class PostgreSqlSchemaDetails
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class PostgreSqlSetting
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
673
799
|
class PreferenceSet
|
674
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
801
|
|
@@ -874,6 +1000,36 @@ module Google
|
|
874
1000
|
include Google::Apis::Core::JsonObjectSupport
|
875
1001
|
end
|
876
1002
|
|
1003
|
+
class SqlServerDatabaseDeployment
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class SqlServerFeature
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class SqlServerSchemaDetails
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class SqlServerServerFlag
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class SqlServerTraceFlag
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
877
1033
|
class Status
|
878
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
1035
|
|
@@ -1054,6 +1210,10 @@ module Google
|
|
1054
1210
|
collection :assigned_groups, as: 'assignedGroups'
|
1055
1211
|
hash :attributes, as: 'attributes'
|
1056
1212
|
property :create_time, as: 'createTime'
|
1213
|
+
property :database_deployment_details, as: 'databaseDeploymentDetails', class: Google::Apis::MigrationcenterV1::DatabaseDeploymentDetails, decorator: Google::Apis::MigrationcenterV1::DatabaseDeploymentDetails::Representation
|
1214
|
+
|
1215
|
+
property :database_details, as: 'databaseDetails', class: Google::Apis::MigrationcenterV1::DatabaseDetails, decorator: Google::Apis::MigrationcenterV1::DatabaseDetails::Representation
|
1216
|
+
|
1057
1217
|
property :insight_list, as: 'insightList', class: Google::Apis::MigrationcenterV1::InsightList, decorator: Google::Apis::MigrationcenterV1::InsightList::Representation
|
1058
1218
|
|
1059
1219
|
hash :labels, as: 'labels'
|
@@ -1063,6 +1223,7 @@ module Google
|
|
1063
1223
|
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1::AssetPerformanceData::Representation
|
1064
1224
|
|
1065
1225
|
collection :sources, as: 'sources'
|
1226
|
+
property :title, as: 'title'
|
1066
1227
|
property :update_time, as: 'updateTime'
|
1067
1228
|
end
|
1068
1229
|
end
|
@@ -1072,6 +1233,10 @@ module Google
|
|
1072
1233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1073
1234
|
hash :attributes, as: 'attributes'
|
1074
1235
|
property :collection_type, as: 'collectionType'
|
1236
|
+
property :database_deployment_details, as: 'databaseDeploymentDetails', class: Google::Apis::MigrationcenterV1::DatabaseDeploymentDetails, decorator: Google::Apis::MigrationcenterV1::DatabaseDeploymentDetails::Representation
|
1237
|
+
|
1238
|
+
property :database_details, as: 'databaseDetails', class: Google::Apis::MigrationcenterV1::DatabaseDetails, decorator: Google::Apis::MigrationcenterV1::DatabaseDetails::Representation
|
1239
|
+
|
1075
1240
|
hash :labels, as: 'labels'
|
1076
1241
|
property :machine_details, as: 'machineDetails', class: Google::Apis::MigrationcenterV1::MachineDetails, decorator: Google::Apis::MigrationcenterV1::MachineDetails::Representation
|
1077
1242
|
|
@@ -1234,6 +1399,10 @@ module Google
|
|
1234
1399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1235
1400
|
property :iops, as: 'iops', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1236
1401
|
|
1402
|
+
property :read_iops, as: 'readIops', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1403
|
+
|
1404
|
+
property :write_iops, as: 'writeIops', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1405
|
+
|
1237
1406
|
end
|
1238
1407
|
end
|
1239
1408
|
|
@@ -1265,6 +1434,112 @@ module Google
|
|
1265
1434
|
end
|
1266
1435
|
end
|
1267
1436
|
|
1437
|
+
class DatabaseDeploymentDetails
|
1438
|
+
# @private
|
1439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1440
|
+
property :aggregated_stats, as: 'aggregatedStats', class: Google::Apis::MigrationcenterV1::DatabaseDeploymentDetailsAggregatedStats, decorator: Google::Apis::MigrationcenterV1::DatabaseDeploymentDetailsAggregatedStats::Representation
|
1441
|
+
|
1442
|
+
property :edition, as: 'edition'
|
1443
|
+
property :generated_id, as: 'generatedId'
|
1444
|
+
property :manual_unique_id, as: 'manualUniqueId'
|
1445
|
+
property :mysql, as: 'mysql', class: Google::Apis::MigrationcenterV1::MysqlDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1::MysqlDatabaseDeployment::Representation
|
1446
|
+
|
1447
|
+
property :postgresql, as: 'postgresql', class: Google::Apis::MigrationcenterV1::PostgreSqlDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1::PostgreSqlDatabaseDeployment::Representation
|
1448
|
+
|
1449
|
+
property :sql_server, as: 'sqlServer', class: Google::Apis::MigrationcenterV1::SqlServerDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1::SqlServerDatabaseDeployment::Representation
|
1450
|
+
|
1451
|
+
property :topology, as: 'topology', class: Google::Apis::MigrationcenterV1::DatabaseDeploymentTopology, decorator: Google::Apis::MigrationcenterV1::DatabaseDeploymentTopology::Representation
|
1452
|
+
|
1453
|
+
property :version, as: 'version'
|
1454
|
+
end
|
1455
|
+
end
|
1456
|
+
|
1457
|
+
class DatabaseDeploymentDetailsAggregatedStats
|
1458
|
+
# @private
|
1459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
+
property :database_count, as: 'databaseCount'
|
1461
|
+
end
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class DatabaseDeploymentTopology
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :core_count, as: 'coreCount'
|
1468
|
+
property :core_limit, as: 'coreLimit'
|
1469
|
+
property :disk_allocated_bytes, :numeric_string => true, as: 'diskAllocatedBytes'
|
1470
|
+
property :disk_used_bytes, :numeric_string => true, as: 'diskUsedBytes'
|
1471
|
+
collection :instances, as: 'instances', class: Google::Apis::MigrationcenterV1::DatabaseInstance, decorator: Google::Apis::MigrationcenterV1::DatabaseInstance::Representation
|
1472
|
+
|
1473
|
+
property :memory_bytes, :numeric_string => true, as: 'memoryBytes'
|
1474
|
+
property :memory_limit_bytes, :numeric_string => true, as: 'memoryLimitBytes'
|
1475
|
+
property :physical_core_count, as: 'physicalCoreCount'
|
1476
|
+
property :physical_core_limit, as: 'physicalCoreLimit'
|
1477
|
+
end
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class DatabaseDetails
|
1481
|
+
# @private
|
1482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1483
|
+
property :allocated_storage_bytes, :numeric_string => true, as: 'allocatedStorageBytes'
|
1484
|
+
property :database_name, as: 'databaseName'
|
1485
|
+
property :parent_database_deployment, as: 'parentDatabaseDeployment', class: Google::Apis::MigrationcenterV1::DatabaseDetailsParentDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1::DatabaseDetailsParentDatabaseDeployment::Representation
|
1486
|
+
|
1487
|
+
collection :schemas, as: 'schemas', class: Google::Apis::MigrationcenterV1::DatabaseSchema, decorator: Google::Apis::MigrationcenterV1::DatabaseSchema::Representation
|
1488
|
+
|
1489
|
+
end
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
class DatabaseDetailsParentDatabaseDeployment
|
1493
|
+
# @private
|
1494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1495
|
+
property :generated_id, as: 'generatedId'
|
1496
|
+
property :manual_unique_id, as: 'manualUniqueId'
|
1497
|
+
end
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class DatabaseInstance
|
1501
|
+
# @private
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1503
|
+
property :instance_name, as: 'instanceName'
|
1504
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1::DatabaseInstanceNetwork, decorator: Google::Apis::MigrationcenterV1::DatabaseInstanceNetwork::Representation
|
1505
|
+
|
1506
|
+
property :role, as: 'role'
|
1507
|
+
end
|
1508
|
+
end
|
1509
|
+
|
1510
|
+
class DatabaseInstanceNetwork
|
1511
|
+
# @private
|
1512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1513
|
+
collection :host_names, as: 'hostNames'
|
1514
|
+
collection :ip_addresses, as: 'ipAddresses'
|
1515
|
+
property :primary_mac_address, as: 'primaryMacAddress'
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class DatabaseObjects
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :category, as: 'category'
|
1523
|
+
property :count, :numeric_string => true, as: 'count'
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class DatabaseSchema
|
1528
|
+
# @private
|
1529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
+
property :mysql, as: 'mysql', class: Google::Apis::MigrationcenterV1::MySqlSchemaDetails, decorator: Google::Apis::MigrationcenterV1::MySqlSchemaDetails::Representation
|
1531
|
+
|
1532
|
+
collection :objects, as: 'objects', class: Google::Apis::MigrationcenterV1::DatabaseObjects, decorator: Google::Apis::MigrationcenterV1::DatabaseObjects::Representation
|
1533
|
+
|
1534
|
+
property :postgresql, as: 'postgresql', class: Google::Apis::MigrationcenterV1::PostgreSqlSchemaDetails, decorator: Google::Apis::MigrationcenterV1::PostgreSqlSchemaDetails::Representation
|
1535
|
+
|
1536
|
+
property :schema_name, as: 'schemaName'
|
1537
|
+
property :sql_server, as: 'sqlServer', class: Google::Apis::MigrationcenterV1::SqlServerSchemaDetails, decorator: Google::Apis::MigrationcenterV1::SqlServerSchemaDetails::Representation
|
1538
|
+
|
1539
|
+
property :tables_size_bytes, :numeric_string => true, as: 'tablesSizeBytes'
|
1540
|
+
end
|
1541
|
+
end
|
1542
|
+
|
1268
1543
|
class Date
|
1269
1544
|
# @private
|
1270
1545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1346,6 +1621,8 @@ module Google
|
|
1346
1621
|
# @private
|
1347
1622
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1348
1623
|
property :average_iops, as: 'averageIops'
|
1624
|
+
property :average_read_iops, as: 'averageReadIops'
|
1625
|
+
property :average_write_iops, as: 'averageWriteIops'
|
1349
1626
|
end
|
1350
1627
|
end
|
1351
1628
|
|
@@ -1585,6 +1862,9 @@ module Google
|
|
1585
1862
|
class ImportRowError
|
1586
1863
|
# @private
|
1587
1864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1865
|
+
property :archive_error, as: 'archiveError', class: Google::Apis::MigrationcenterV1::ImportRowErrorArchiveErrorDetails, decorator: Google::Apis::MigrationcenterV1::ImportRowErrorArchiveErrorDetails::Representation
|
1866
|
+
|
1867
|
+
property :asset_title, as: 'assetTitle'
|
1588
1868
|
property :csv_error, as: 'csvError', class: Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails, decorator: Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails::Representation
|
1589
1869
|
|
1590
1870
|
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1::ImportError, decorator: Google::Apis::MigrationcenterV1::ImportError::Representation
|
@@ -1597,6 +1877,15 @@ module Google
|
|
1597
1877
|
end
|
1598
1878
|
end
|
1599
1879
|
|
1880
|
+
class ImportRowErrorArchiveErrorDetails
|
1881
|
+
# @private
|
1882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1883
|
+
property :csv_error, as: 'csvError', class: Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails, decorator: Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails::Representation
|
1884
|
+
|
1885
|
+
property :file_path, as: 'filePath'
|
1886
|
+
end
|
1887
|
+
end
|
1888
|
+
|
1600
1889
|
class ImportRowErrorCsvErrorDetails
|
1601
1890
|
# @private
|
1602
1891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1766,6 +2055,7 @@ module Google
|
|
1766
2055
|
property :bios, as: 'bios', class: Google::Apis::MigrationcenterV1::BiosDetails, decorator: Google::Apis::MigrationcenterV1::BiosDetails::Representation
|
1767
2056
|
|
1768
2057
|
property :cpu_architecture, as: 'cpuArchitecture'
|
2058
|
+
property :cpu_manufacturer, as: 'cpuManufacturer'
|
1769
2059
|
property :cpu_name, as: 'cpuName'
|
1770
2060
|
property :cpu_socket_count, as: 'cpuSocketCount'
|
1771
2061
|
property :cpu_thread_count, as: 'cpuThreadCount'
|
@@ -1859,6 +2149,63 @@ module Google
|
|
1859
2149
|
end
|
1860
2150
|
end
|
1861
2151
|
|
2152
|
+
class MySqlPlugin
|
2153
|
+
# @private
|
2154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2155
|
+
property :enabled, as: 'enabled'
|
2156
|
+
property :plugin, as: 'plugin'
|
2157
|
+
property :version, as: 'version'
|
2158
|
+
end
|
2159
|
+
end
|
2160
|
+
|
2161
|
+
class MySqlProperty
|
2162
|
+
# @private
|
2163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2164
|
+
property :enabled, as: 'enabled'
|
2165
|
+
property :numeric_value, :numeric_string => true, as: 'numericValue'
|
2166
|
+
property :property, as: 'property'
|
2167
|
+
end
|
2168
|
+
end
|
2169
|
+
|
2170
|
+
class MySqlSchemaDetails
|
2171
|
+
# @private
|
2172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2173
|
+
collection :storage_engines, as: 'storageEngines', class: Google::Apis::MigrationcenterV1::MySqlStorageEngineDetails, decorator: Google::Apis::MigrationcenterV1::MySqlStorageEngineDetails::Representation
|
2174
|
+
|
2175
|
+
end
|
2176
|
+
end
|
2177
|
+
|
2178
|
+
class MySqlStorageEngineDetails
|
2179
|
+
# @private
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2181
|
+
property :encrypted_table_count, as: 'encryptedTableCount'
|
2182
|
+
property :engine, as: 'engine'
|
2183
|
+
property :table_count, as: 'tableCount'
|
2184
|
+
end
|
2185
|
+
end
|
2186
|
+
|
2187
|
+
class MySqlVariable
|
2188
|
+
# @private
|
2189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2190
|
+
property :category, as: 'category'
|
2191
|
+
property :value, as: 'value'
|
2192
|
+
property :variable, as: 'variable'
|
2193
|
+
end
|
2194
|
+
end
|
2195
|
+
|
2196
|
+
class MysqlDatabaseDeployment
|
2197
|
+
# @private
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2199
|
+
collection :plugins, as: 'plugins', class: Google::Apis::MigrationcenterV1::MySqlPlugin, decorator: Google::Apis::MigrationcenterV1::MySqlPlugin::Representation
|
2200
|
+
|
2201
|
+
collection :properties, as: 'properties', class: Google::Apis::MigrationcenterV1::MySqlProperty, decorator: Google::Apis::MigrationcenterV1::MySqlProperty::Representation
|
2202
|
+
|
2203
|
+
property :resource_groups_count, as: 'resourceGroupsCount'
|
2204
|
+
collection :variables, as: 'variables', class: Google::Apis::MigrationcenterV1::MySqlVariable, decorator: Google::Apis::MigrationcenterV1::MySqlVariable::Representation
|
2205
|
+
|
2206
|
+
end
|
2207
|
+
end
|
2208
|
+
|
1862
2209
|
class NetworkAdapterDetails
|
1863
2210
|
# @private
|
1864
2211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2024,6 +2371,55 @@ module Google
|
|
2024
2371
|
end
|
2025
2372
|
end
|
2026
2373
|
|
2374
|
+
class PostgreSqlDatabaseDeployment
|
2375
|
+
# @private
|
2376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2377
|
+
collection :properties, as: 'properties', class: Google::Apis::MigrationcenterV1::PostgreSqlProperty, decorator: Google::Apis::MigrationcenterV1::PostgreSqlProperty::Representation
|
2378
|
+
|
2379
|
+
collection :settings, as: 'settings', class: Google::Apis::MigrationcenterV1::PostgreSqlSetting, decorator: Google::Apis::MigrationcenterV1::PostgreSqlSetting::Representation
|
2380
|
+
|
2381
|
+
end
|
2382
|
+
end
|
2383
|
+
|
2384
|
+
class PostgreSqlExtension
|
2385
|
+
# @private
|
2386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2387
|
+
property :extension, as: 'extension'
|
2388
|
+
property :version, as: 'version'
|
2389
|
+
end
|
2390
|
+
end
|
2391
|
+
|
2392
|
+
class PostgreSqlProperty
|
2393
|
+
# @private
|
2394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2395
|
+
property :enabled, as: 'enabled'
|
2396
|
+
property :numeric_value, :numeric_string => true, as: 'numericValue'
|
2397
|
+
property :property, as: 'property'
|
2398
|
+
end
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
class PostgreSqlSchemaDetails
|
2402
|
+
# @private
|
2403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2404
|
+
property :foreign_tables_count, as: 'foreignTablesCount'
|
2405
|
+
collection :postgresql_extensions, as: 'postgresqlExtensions', class: Google::Apis::MigrationcenterV1::PostgreSqlExtension, decorator: Google::Apis::MigrationcenterV1::PostgreSqlExtension::Representation
|
2406
|
+
|
2407
|
+
end
|
2408
|
+
end
|
2409
|
+
|
2410
|
+
class PostgreSqlSetting
|
2411
|
+
# @private
|
2412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2413
|
+
property :bool_value, as: 'boolValue'
|
2414
|
+
property :int_value, :numeric_string => true, as: 'intValue'
|
2415
|
+
property :real_value, as: 'realValue'
|
2416
|
+
property :setting, as: 'setting'
|
2417
|
+
property :source, as: 'source'
|
2418
|
+
property :string_value, as: 'stringValue'
|
2419
|
+
property :unit, as: 'unit'
|
2420
|
+
end
|
2421
|
+
end
|
2422
|
+
|
2027
2423
|
class PreferenceSet
|
2028
2424
|
# @private
|
2029
2425
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2385,6 +2781,50 @@ module Google
|
|
2385
2781
|
end
|
2386
2782
|
end
|
2387
2783
|
|
2784
|
+
class SqlServerDatabaseDeployment
|
2785
|
+
# @private
|
2786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2787
|
+
collection :features, as: 'features', class: Google::Apis::MigrationcenterV1::SqlServerFeature, decorator: Google::Apis::MigrationcenterV1::SqlServerFeature::Representation
|
2788
|
+
|
2789
|
+
collection :server_flags, as: 'serverFlags', class: Google::Apis::MigrationcenterV1::SqlServerServerFlag, decorator: Google::Apis::MigrationcenterV1::SqlServerServerFlag::Representation
|
2790
|
+
|
2791
|
+
collection :trace_flags, as: 'traceFlags', class: Google::Apis::MigrationcenterV1::SqlServerTraceFlag, decorator: Google::Apis::MigrationcenterV1::SqlServerTraceFlag::Representation
|
2792
|
+
|
2793
|
+
end
|
2794
|
+
end
|
2795
|
+
|
2796
|
+
class SqlServerFeature
|
2797
|
+
# @private
|
2798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2799
|
+
property :enabled, as: 'enabled'
|
2800
|
+
property :feature_name, as: 'featureName'
|
2801
|
+
end
|
2802
|
+
end
|
2803
|
+
|
2804
|
+
class SqlServerSchemaDetails
|
2805
|
+
# @private
|
2806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2807
|
+
property :clr_object_count, as: 'clrObjectCount'
|
2808
|
+
end
|
2809
|
+
end
|
2810
|
+
|
2811
|
+
class SqlServerServerFlag
|
2812
|
+
# @private
|
2813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2814
|
+
property :server_flag_name, as: 'serverFlagName'
|
2815
|
+
property :value, as: 'value'
|
2816
|
+
property :value_in_use, as: 'valueInUse'
|
2817
|
+
end
|
2818
|
+
end
|
2819
|
+
|
2820
|
+
class SqlServerTraceFlag
|
2821
|
+
# @private
|
2822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2823
|
+
property :scope, as: 'scope'
|
2824
|
+
property :trace_flag_name, as: 'traceFlagName'
|
2825
|
+
end
|
2826
|
+
end
|
2827
|
+
|
2388
2828
|
class Status
|
2389
2829
|
# @private
|
2390
2830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1521,8 +1521,8 @@ module Google
|
|
1521
1521
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
1522
1522
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
1523
1523
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
1524
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
1525
|
-
# corresponding to `Code.CANCELLED`.
|
1524
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
1525
|
+
# , corresponding to `Code.CANCELLED`.
|
1526
1526
|
# @param [String] name
|
1527
1527
|
# The name of the operation resource to be cancelled.
|
1528
1528
|
# @param [Google::Apis::MigrationcenterV1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Migration Center API V1
|