google-apis-migrationcenter_v1alpha1 0.27.0 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 637c14bc27706ffb1faf0e60cab33463c2e6f044e82b9fa5ade4e27b742cede2
4
- data.tar.gz: ffdc594653a8d428a2fd07d3f43fae602aa65a9344cd1750ba30d1347ba80c8f
3
+ metadata.gz: b0a961a0edb117fd94fab199c30bcce695903359f71cb235782593a7d5bd40e2
4
+ data.tar.gz: e10d1e1f10197ff37dfb345d29fec81e0223ed840607de53c7b420ccbdef8e87
5
5
  SHA512:
6
- metadata.gz: e343f06cde141df1352d7113dcd581abb81054a92675fe1b60b9e7b3274a86e27ba166fe7ac4d23052cd9f1c6ea25fdc440741ad38520eb987ab5bd5a175a4a7
7
- data.tar.gz: 9973299dd78b5c6b194c8f6e8c77557685f6ae05cc4a282618a2ef363834e08192fe4fe9dfe0738185ce92c46009c0ed146bfdc3db18b50eeef894dbdf7cd15b
6
+ metadata.gz: d934b8ba7fdce6730d787c5ab2b5990a3e16270d4da4aafd4b1ddc59de4c2986ceeb835e4da6030d6edae8f84700efbbcdd5536b5b873ece55cd964c7b0ef80f
7
+ data.tar.gz: 021a1a2c8a61eb469930451017442e95757a2dffd565a37b21510a3bd8f7c11be7823607415c8de0200d5adf2b769f33b4cdf613b2ce05d7741cad9fd0886976
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-migrationcenter_v1alpha1
2
2
 
3
+ ### v0.29.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240516
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.28.0 (2024-05-05)
9
+
10
+ * Regenerated from discovery document revision 20240421
11
+
3
12
  ### v0.27.0 (2024-04-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20240411
@@ -1434,12 +1434,12 @@ module Google
1434
1434
  class DatabaseDeploymentTopology
1435
1435
  include Google::Apis::Core::Hashable
1436
1436
 
1437
- # Optional. Number of total cores.
1437
+ # Optional. Number of total logical cores.
1438
1438
  # Corresponds to the JSON property `coreCount`
1439
1439
  # @return [Fixnum]
1440
1440
  attr_accessor :core_count
1441
1441
 
1442
- # Optional. Number of total cores limited by db deployment.
1442
+ # Optional. Number of total logical cores limited by db deployment.
1443
1443
  # Corresponds to the JSON property `coreLimit`
1444
1444
  # @return [Fixnum]
1445
1445
  attr_accessor :core_limit
@@ -1551,11 +1551,6 @@ module Google
1551
1551
  class DatabaseInstance
1552
1552
  include Google::Apis::Core::Hashable
1553
1553
 
1554
- # Optional. The instance's hosts.
1555
- # Corresponds to the JSON property `hosts`
1556
- # @return [Array<Google::Apis::MigrationcenterV1alpha1::DatabaseInstanceHost>]
1557
- attr_accessor :hosts
1558
-
1559
1554
  # The instance's name.
1560
1555
  # Corresponds to the JSON property `instanceName`
1561
1556
  # @return [String]
@@ -1572,31 +1567,11 @@ module Google
1572
1567
 
1573
1568
  # Update properties of this object
1574
1569
  def update!(**args)
1575
- @hosts = args[:hosts] if args.key?(:hosts)
1576
1570
  @instance_name = args[:instance_name] if args.key?(:instance_name)
1577
1571
  @role = args[:role] if args.key?(:role)
1578
1572
  end
1579
1573
  end
1580
1574
 
1581
- # Details of a host of a database instance.
1582
- class DatabaseInstanceHost
1583
- include Google::Apis::Core::Hashable
1584
-
1585
- # Optional. The host name of the host.
1586
- # Corresponds to the JSON property `hostName`
1587
- # @return [String]
1588
- attr_accessor :host_name
1589
-
1590
- def initialize(**args)
1591
- update!(**args)
1592
- end
1593
-
1594
- # Update properties of this object
1595
- def update!(**args)
1596
- @host_name = args[:host_name] if args.key?(:host_name)
1597
- end
1598
- end
1599
-
1600
1575
  # Details of a group of database objects.
1601
1576
  class DatabaseObjects
1602
1577
  include Google::Apis::Core::Hashable
@@ -1804,16 +1779,31 @@ module Google
1804
1779
  class DatabaseSchema
1805
1780
  include Google::Apis::Core::Hashable
1806
1781
 
1782
+ # Specific details for a Mysql database.
1783
+ # Corresponds to the JSON property `mysql`
1784
+ # @return [Google::Apis::MigrationcenterV1alpha1::MySqlSchemaDetails]
1785
+ attr_accessor :mysql
1786
+
1807
1787
  # List of details of objects by category.
1808
1788
  # Corresponds to the JSON property `objects`
1809
1789
  # @return [Array<Google::Apis::MigrationcenterV1alpha1::DatabaseObjects>]
1810
1790
  attr_accessor :objects
1811
1791
 
1792
+ # Specific details for a PostgreSql schema.
1793
+ # Corresponds to the JSON property `postgresql`
1794
+ # @return [Google::Apis::MigrationcenterV1alpha1::PostgreSqlSchemaDetails]
1795
+ attr_accessor :postgresql
1796
+
1812
1797
  # The name of the schema.
1813
1798
  # Corresponds to the JSON property `schemaName`
1814
1799
  # @return [String]
1815
1800
  attr_accessor :schema_name
1816
1801
 
1802
+ # Specific details for a SqlServer database.
1803
+ # Corresponds to the JSON property `sqlServer`
1804
+ # @return [Google::Apis::MigrationcenterV1alpha1::SqlServerSchemaDetails]
1805
+ attr_accessor :sql_server
1806
+
1817
1807
  # The total size of tables in bytes.
1818
1808
  # Corresponds to the JSON property `tablesSizeBytes`
1819
1809
  # @return [Fixnum]
@@ -1825,8 +1815,11 @@ module Google
1825
1815
 
1826
1816
  # Update properties of this object
1827
1817
  def update!(**args)
1818
+ @mysql = args[:mysql] if args.key?(:mysql)
1828
1819
  @objects = args[:objects] if args.key?(:objects)
1820
+ @postgresql = args[:postgresql] if args.key?(:postgresql)
1829
1821
  @schema_name = args[:schema_name] if args.key?(:schema_name)
1822
+ @sql_server = args[:sql_server] if args.key?(:sql_server)
1830
1823
  @tables_size_bytes = args[:tables_size_bytes] if args.key?(:tables_size_bytes)
1831
1824
  end
1832
1825
  end
@@ -3972,14 +3965,25 @@ module Google
3972
3965
  end
3973
3966
  end
3974
3967
 
3975
- # Specific details for a Mysql database deployment.
3976
- class MysqlDatabaseDeployment
3968
+ # MySql plugin.
3969
+ class MySqlPlugin
3977
3970
  include Google::Apis::Core::Hashable
3978
3971
 
3979
- # Optional. List of Mysql plugins.
3980
- # Corresponds to the JSON property `plugins`
3981
- # @return [Array<Google::Apis::MigrationcenterV1alpha1::MysqlPlugin>]
3982
- attr_accessor :plugins
3972
+ # Required. The plugin is active.
3973
+ # Corresponds to the JSON property `enabled`
3974
+ # @return [Boolean]
3975
+ attr_accessor :enabled
3976
+ alias_method :enabled?, :enabled
3977
+
3978
+ # Required. The plugin name.
3979
+ # Corresponds to the JSON property `plugin`
3980
+ # @return [String]
3981
+ attr_accessor :plugin
3982
+
3983
+ # Required. The plugin version.
3984
+ # Corresponds to the JSON property `version`
3985
+ # @return [String]
3986
+ attr_accessor :version
3983
3987
 
3984
3988
  def initialize(**args)
3985
3989
  update!(**args)
@@ -3987,29 +3991,31 @@ module Google
3987
3991
 
3988
3992
  # Update properties of this object
3989
3993
  def update!(**args)
3990
- @plugins = args[:plugins] if args.key?(:plugins)
3994
+ @enabled = args[:enabled] if args.key?(:enabled)
3995
+ @plugin = args[:plugin] if args.key?(:plugin)
3996
+ @version = args[:version] if args.key?(:version)
3991
3997
  end
3992
3998
  end
3993
3999
 
3994
- # Mysql plugin.
3995
- class MysqlPlugin
4000
+ # MySql property.
4001
+ class MySqlProperty
3996
4002
  include Google::Apis::Core::Hashable
3997
4003
 
3998
- # Required. The plugin is active.
4004
+ # Required. The property is enabled.
3999
4005
  # Corresponds to the JSON property `enabled`
4000
4006
  # @return [Boolean]
4001
4007
  attr_accessor :enabled
4002
4008
  alias_method :enabled?, :enabled
4003
4009
 
4004
- # Required. The plugin name.
4005
- # Corresponds to the JSON property `plugin`
4006
- # @return [String]
4007
- attr_accessor :plugin
4010
+ # Required. The property numeric value.
4011
+ # Corresponds to the JSON property `numericValue`
4012
+ # @return [Fixnum]
4013
+ attr_accessor :numeric_value
4008
4014
 
4009
- # Required. The plugin version.
4010
- # Corresponds to the JSON property `version`
4015
+ # Required. The property name.
4016
+ # Corresponds to the JSON property `property`
4011
4017
  # @return [String]
4012
- attr_accessor :version
4018
+ attr_accessor :property
4013
4019
 
4014
4020
  def initialize(**args)
4015
4021
  update!(**args)
@@ -4018,8 +4024,126 @@ module Google
4018
4024
  # Update properties of this object
4019
4025
  def update!(**args)
4020
4026
  @enabled = args[:enabled] if args.key?(:enabled)
4021
- @plugin = args[:plugin] if args.key?(:plugin)
4022
- @version = args[:version] if args.key?(:version)
4027
+ @numeric_value = args[:numeric_value] if args.key?(:numeric_value)
4028
+ @property = args[:property] if args.key?(:property)
4029
+ end
4030
+ end
4031
+
4032
+ # Specific details for a Mysql database.
4033
+ class MySqlSchemaDetails
4034
+ include Google::Apis::Core::Hashable
4035
+
4036
+ # Optional. Mysql storage engine tables.
4037
+ # Corresponds to the JSON property `storageEngines`
4038
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::MySqlStorageEngineDetails>]
4039
+ attr_accessor :storage_engines
4040
+
4041
+ def initialize(**args)
4042
+ update!(**args)
4043
+ end
4044
+
4045
+ # Update properties of this object
4046
+ def update!(**args)
4047
+ @storage_engines = args[:storage_engines] if args.key?(:storage_engines)
4048
+ end
4049
+ end
4050
+
4051
+ # Mysql storage engine tables.
4052
+ class MySqlStorageEngineDetails
4053
+ include Google::Apis::Core::Hashable
4054
+
4055
+ # Optional. The number of encrypted tables.
4056
+ # Corresponds to the JSON property `encryptedTableCount`
4057
+ # @return [Fixnum]
4058
+ attr_accessor :encrypted_table_count
4059
+
4060
+ # Required. The storage engine.
4061
+ # Corresponds to the JSON property `engine`
4062
+ # @return [String]
4063
+ attr_accessor :engine
4064
+
4065
+ # Optional. The number of tables.
4066
+ # Corresponds to the JSON property `tableCount`
4067
+ # @return [Fixnum]
4068
+ attr_accessor :table_count
4069
+
4070
+ def initialize(**args)
4071
+ update!(**args)
4072
+ end
4073
+
4074
+ # Update properties of this object
4075
+ def update!(**args)
4076
+ @encrypted_table_count = args[:encrypted_table_count] if args.key?(:encrypted_table_count)
4077
+ @engine = args[:engine] if args.key?(:engine)
4078
+ @table_count = args[:table_count] if args.key?(:table_count)
4079
+ end
4080
+ end
4081
+
4082
+ # MySql variable.
4083
+ class MySqlVariable
4084
+ include Google::Apis::Core::Hashable
4085
+
4086
+ # Required. The variable category.
4087
+ # Corresponds to the JSON property `category`
4088
+ # @return [String]
4089
+ attr_accessor :category
4090
+
4091
+ # Required. The variable value.
4092
+ # Corresponds to the JSON property `value`
4093
+ # @return [String]
4094
+ attr_accessor :value
4095
+
4096
+ # Required. The variable name.
4097
+ # Corresponds to the JSON property `variable`
4098
+ # @return [String]
4099
+ attr_accessor :variable
4100
+
4101
+ def initialize(**args)
4102
+ update!(**args)
4103
+ end
4104
+
4105
+ # Update properties of this object
4106
+ def update!(**args)
4107
+ @category = args[:category] if args.key?(:category)
4108
+ @value = args[:value] if args.key?(:value)
4109
+ @variable = args[:variable] if args.key?(:variable)
4110
+ end
4111
+ end
4112
+
4113
+ # Specific details for a Mysql database deployment.
4114
+ class MysqlDatabaseDeployment
4115
+ include Google::Apis::Core::Hashable
4116
+
4117
+ # Optional. List of MySql plugins.
4118
+ # Corresponds to the JSON property `plugins`
4119
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::MySqlPlugin>]
4120
+ attr_accessor :plugins
4121
+
4122
+ # Optional. List of MySql properties.
4123
+ # Corresponds to the JSON property `properties`
4124
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::MySqlProperty>]
4125
+ attr_accessor :properties
4126
+
4127
+ # Optional. Number of resource groups.
4128
+ # Corresponds to the JSON property `resourceGroupsCount`
4129
+ # @return [Fixnum]
4130
+ attr_accessor :resource_groups_count
4131
+
4132
+ # Optional. List of MySql variables.
4133
+ # Corresponds to the JSON property `variables`
4134
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::MySqlVariable>]
4135
+ attr_accessor :variables
4136
+
4137
+ def initialize(**args)
4138
+ update!(**args)
4139
+ end
4140
+
4141
+ # Update properties of this object
4142
+ def update!(**args)
4143
+ @plugins = args[:plugins] if args.key?(:plugins)
4144
+ @properties = args[:properties] if args.key?(:properties)
4145
+ @resource_groups_count = args[:resource_groups_count] if args.key?(:resource_groups_count)
4146
+ @variables = args[:variables] if args.key?(:variables)
4023
4147
  end
4024
4148
  end
4025
4149
 
@@ -4600,12 +4724,163 @@ module Google
4600
4724
  class PostgreSqlDatabaseDeployment
4601
4725
  include Google::Apis::Core::Hashable
4602
4726
 
4727
+ # Optional. List of PostgreSql properties.
4728
+ # Corresponds to the JSON property `properties`
4729
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::PostgreSqlProperty>]
4730
+ attr_accessor :properties
4731
+
4732
+ # Optional. List of PostgreSql settings.
4733
+ # Corresponds to the JSON property `settings`
4734
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::PostgreSqlSetting>]
4735
+ attr_accessor :settings
4736
+
4737
+ def initialize(**args)
4738
+ update!(**args)
4739
+ end
4740
+
4741
+ # Update properties of this object
4742
+ def update!(**args)
4743
+ @properties = args[:properties] if args.key?(:properties)
4744
+ @settings = args[:settings] if args.key?(:settings)
4745
+ end
4746
+ end
4747
+
4748
+ # PostgreSql extension.
4749
+ class PostgreSqlExtension
4750
+ include Google::Apis::Core::Hashable
4751
+
4752
+ # Required. The extension name.
4753
+ # Corresponds to the JSON property `extension`
4754
+ # @return [String]
4755
+ attr_accessor :extension
4756
+
4757
+ # Required. The extension version.
4758
+ # Corresponds to the JSON property `version`
4759
+ # @return [String]
4760
+ attr_accessor :version
4761
+
4603
4762
  def initialize(**args)
4604
4763
  update!(**args)
4605
4764
  end
4606
4765
 
4607
4766
  # Update properties of this object
4608
4767
  def update!(**args)
4768
+ @extension = args[:extension] if args.key?(:extension)
4769
+ @version = args[:version] if args.key?(:version)
4770
+ end
4771
+ end
4772
+
4773
+ # PostgreSql property.
4774
+ class PostgreSqlProperty
4775
+ include Google::Apis::Core::Hashable
4776
+
4777
+ # Required. The property is enabled.
4778
+ # Corresponds to the JSON property `enabled`
4779
+ # @return [Boolean]
4780
+ attr_accessor :enabled
4781
+ alias_method :enabled?, :enabled
4782
+
4783
+ # Required. The property numeric value.
4784
+ # Corresponds to the JSON property `numericValue`
4785
+ # @return [Fixnum]
4786
+ attr_accessor :numeric_value
4787
+
4788
+ # Required. The property name.
4789
+ # Corresponds to the JSON property `property`
4790
+ # @return [String]
4791
+ attr_accessor :property
4792
+
4793
+ def initialize(**args)
4794
+ update!(**args)
4795
+ end
4796
+
4797
+ # Update properties of this object
4798
+ def update!(**args)
4799
+ @enabled = args[:enabled] if args.key?(:enabled)
4800
+ @numeric_value = args[:numeric_value] if args.key?(:numeric_value)
4801
+ @property = args[:property] if args.key?(:property)
4802
+ end
4803
+ end
4804
+
4805
+ # Specific details for a PostgreSql schema.
4806
+ class PostgreSqlSchemaDetails
4807
+ include Google::Apis::Core::Hashable
4808
+
4809
+ # Optional. PostgreSql foreign tables.
4810
+ # Corresponds to the JSON property `foreignTablesCount`
4811
+ # @return [Fixnum]
4812
+ attr_accessor :foreign_tables_count
4813
+
4814
+ # Optional. PostgreSql extensions.
4815
+ # Corresponds to the JSON property `postgresqlExtensions`
4816
+ # @return [Array<Google::Apis::MigrationcenterV1alpha1::PostgreSqlExtension>]
4817
+ attr_accessor :postgresql_extensions
4818
+
4819
+ def initialize(**args)
4820
+ update!(**args)
4821
+ end
4822
+
4823
+ # Update properties of this object
4824
+ def update!(**args)
4825
+ @foreign_tables_count = args[:foreign_tables_count] if args.key?(:foreign_tables_count)
4826
+ @postgresql_extensions = args[:postgresql_extensions] if args.key?(:postgresql_extensions)
4827
+ end
4828
+ end
4829
+
4830
+ # PostgreSql setting.
4831
+ class PostgreSqlSetting
4832
+ include Google::Apis::Core::Hashable
4833
+
4834
+ # Required. The setting boolean value.
4835
+ # Corresponds to the JSON property `boolValue`
4836
+ # @return [Boolean]
4837
+ attr_accessor :bool_value
4838
+ alias_method :bool_value?, :bool_value
4839
+
4840
+ # Required. The setting int value.
4841
+ # Corresponds to the JSON property `intValue`
4842
+ # @return [Fixnum]
4843
+ attr_accessor :int_value
4844
+
4845
+ # Required. The setting real value.
4846
+ # Corresponds to the JSON property `realValue`
4847
+ # @return [Float]
4848
+ attr_accessor :real_value
4849
+
4850
+ # Required. The setting name.
4851
+ # Corresponds to the JSON property `setting`
4852
+ # @return [String]
4853
+ attr_accessor :setting
4854
+
4855
+ # Required. The setting source.
4856
+ # Corresponds to the JSON property `source`
4857
+ # @return [String]
4858
+ attr_accessor :source
4859
+
4860
+ # Required. The setting string value. Notice that enum values are stored as
4861
+ # strings.
4862
+ # Corresponds to the JSON property `stringValue`
4863
+ # @return [String]
4864
+ attr_accessor :string_value
4865
+
4866
+ # Optional. The setting unit.
4867
+ # Corresponds to the JSON property `unit`
4868
+ # @return [String]
4869
+ attr_accessor :unit
4870
+
4871
+ def initialize(**args)
4872
+ update!(**args)
4873
+ end
4874
+
4875
+ # Update properties of this object
4876
+ def update!(**args)
4877
+ @bool_value = args[:bool_value] if args.key?(:bool_value)
4878
+ @int_value = args[:int_value] if args.key?(:int_value)
4879
+ @real_value = args[:real_value] if args.key?(:real_value)
4880
+ @setting = args[:setting] if args.key?(:setting)
4881
+ @source = args[:source] if args.key?(:source)
4882
+ @string_value = args[:string_value] if args.key?(:string_value)
4883
+ @unit = args[:unit] if args.key?(:unit)
4609
4884
  end
4610
4885
  end
4611
4886
 
@@ -6096,6 +6371,19 @@ module Google
6096
6371
  end
6097
6372
  end
6098
6373
 
6374
+ # Specific details for a SqlServer database.
6375
+ class SqlServerSchemaDetails
6376
+ include Google::Apis::Core::Hashable
6377
+
6378
+ def initialize(**args)
6379
+ update!(**args)
6380
+ end
6381
+
6382
+ # Update properties of this object
6383
+ def update!(**args)
6384
+ end
6385
+ end
6386
+
6099
6387
  # SQL Server server flag details.
6100
6388
  class SqlServerServerFlag
6101
6389
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MigrationcenterV1alpha1
18
18
  # Version of the google-apis-migrationcenter_v1alpha1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240411"
25
+ REVISION = "20240516"
26
26
  end
27
27
  end
28
28
  end
@@ -304,12 +304,6 @@ module Google
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
- class DatabaseInstanceHost
308
- class Representation < Google::Apis::Core::JsonRepresentation; end
309
-
310
- include Google::Apis::Core::JsonObjectSupport
311
- end
312
-
313
307
  class DatabaseObjects
314
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
309
 
@@ -724,13 +718,37 @@ module Google
724
718
  include Google::Apis::Core::JsonObjectSupport
725
719
  end
726
720
 
727
- class MysqlDatabaseDeployment
721
+ class MySqlPlugin
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class MySqlProperty
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class MySqlSchemaDetails
728
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
729
735
 
730
736
  include Google::Apis::Core::JsonObjectSupport
731
737
  end
732
738
 
733
- class MysqlPlugin
739
+ class MySqlStorageEngineDetails
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class MySqlVariable
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class MysqlDatabaseDeployment
734
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
735
753
 
736
754
  include Google::Apis::Core::JsonObjectSupport
@@ -844,6 +862,30 @@ module Google
844
862
  include Google::Apis::Core::JsonObjectSupport
845
863
  end
846
864
 
865
+ class PostgreSqlExtension
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class PostgreSqlProperty
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class PostgreSqlSchemaDetails
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class PostgreSqlSetting
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
847
889
  class PreferenceSet
848
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
849
891
 
@@ -1078,6 +1120,12 @@ module Google
1078
1120
  include Google::Apis::Core::JsonObjectSupport
1079
1121
  end
1080
1122
 
1123
+ class SqlServerSchemaDetails
1124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1125
+
1126
+ include Google::Apis::Core::JsonObjectSupport
1127
+ end
1128
+
1081
1129
  class SqlServerServerFlag
1082
1130
  class Representation < Google::Apis::Core::JsonRepresentation; end
1083
1131
 
@@ -1669,20 +1717,11 @@ module Google
1669
1717
  class DatabaseInstance
1670
1718
  # @private
1671
1719
  class Representation < Google::Apis::Core::JsonRepresentation
1672
- collection :hosts, as: 'hosts', class: Google::Apis::MigrationcenterV1alpha1::DatabaseInstanceHost, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseInstanceHost::Representation
1673
-
1674
1720
  property :instance_name, as: 'instanceName'
1675
1721
  property :role, as: 'role'
1676
1722
  end
1677
1723
  end
1678
1724
 
1679
- class DatabaseInstanceHost
1680
- # @private
1681
- class Representation < Google::Apis::Core::JsonRepresentation
1682
- property :host_name, as: 'hostName'
1683
- end
1684
- end
1685
-
1686
1725
  class DatabaseObjects
1687
1726
  # @private
1688
1727
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1752,9 +1791,15 @@ module Google
1752
1791
  class DatabaseSchema
1753
1792
  # @private
1754
1793
  class Representation < Google::Apis::Core::JsonRepresentation
1794
+ property :mysql, as: 'mysql', class: Google::Apis::MigrationcenterV1alpha1::MySqlSchemaDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MySqlSchemaDetails::Representation
1795
+
1755
1796
  collection :objects, as: 'objects', class: Google::Apis::MigrationcenterV1alpha1::DatabaseObjects, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseObjects::Representation
1756
1797
 
1798
+ property :postgresql, as: 'postgresql', class: Google::Apis::MigrationcenterV1alpha1::PostgreSqlSchemaDetails, decorator: Google::Apis::MigrationcenterV1alpha1::PostgreSqlSchemaDetails::Representation
1799
+
1757
1800
  property :schema_name, as: 'schemaName'
1801
+ property :sql_server, as: 'sqlServer', class: Google::Apis::MigrationcenterV1alpha1::SqlServerSchemaDetails, decorator: Google::Apis::MigrationcenterV1alpha1::SqlServerSchemaDetails::Representation
1802
+
1758
1803
  property :tables_size_bytes, :numeric_string => true, as: 'tablesSizeBytes'
1759
1804
  end
1760
1805
  end
@@ -2401,20 +2446,60 @@ module Google
2401
2446
  end
2402
2447
  end
2403
2448
 
2404
- class MysqlDatabaseDeployment
2449
+ class MySqlPlugin
2405
2450
  # @private
2406
2451
  class Representation < Google::Apis::Core::JsonRepresentation
2407
- collection :plugins, as: 'plugins', class: Google::Apis::MigrationcenterV1alpha1::MysqlPlugin, decorator: Google::Apis::MigrationcenterV1alpha1::MysqlPlugin::Representation
2408
-
2452
+ property :enabled, as: 'enabled'
2453
+ property :plugin, as: 'plugin'
2454
+ property :version, as: 'version'
2409
2455
  end
2410
2456
  end
2411
2457
 
2412
- class MysqlPlugin
2458
+ class MySqlProperty
2413
2459
  # @private
2414
2460
  class Representation < Google::Apis::Core::JsonRepresentation
2415
2461
  property :enabled, as: 'enabled'
2416
- property :plugin, as: 'plugin'
2417
- property :version, as: 'version'
2462
+ property :numeric_value, :numeric_string => true, as: 'numericValue'
2463
+ property :property, as: 'property'
2464
+ end
2465
+ end
2466
+
2467
+ class MySqlSchemaDetails
2468
+ # @private
2469
+ class Representation < Google::Apis::Core::JsonRepresentation
2470
+ collection :storage_engines, as: 'storageEngines', class: Google::Apis::MigrationcenterV1alpha1::MySqlStorageEngineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MySqlStorageEngineDetails::Representation
2471
+
2472
+ end
2473
+ end
2474
+
2475
+ class MySqlStorageEngineDetails
2476
+ # @private
2477
+ class Representation < Google::Apis::Core::JsonRepresentation
2478
+ property :encrypted_table_count, as: 'encryptedTableCount'
2479
+ property :engine, as: 'engine'
2480
+ property :table_count, as: 'tableCount'
2481
+ end
2482
+ end
2483
+
2484
+ class MySqlVariable
2485
+ # @private
2486
+ class Representation < Google::Apis::Core::JsonRepresentation
2487
+ property :category, as: 'category'
2488
+ property :value, as: 'value'
2489
+ property :variable, as: 'variable'
2490
+ end
2491
+ end
2492
+
2493
+ class MysqlDatabaseDeployment
2494
+ # @private
2495
+ class Representation < Google::Apis::Core::JsonRepresentation
2496
+ collection :plugins, as: 'plugins', class: Google::Apis::MigrationcenterV1alpha1::MySqlPlugin, decorator: Google::Apis::MigrationcenterV1alpha1::MySqlPlugin::Representation
2497
+
2498
+ collection :properties, as: 'properties', class: Google::Apis::MigrationcenterV1alpha1::MySqlProperty, decorator: Google::Apis::MigrationcenterV1alpha1::MySqlProperty::Representation
2499
+
2500
+ property :resource_groups_count, as: 'resourceGroupsCount'
2501
+ collection :variables, as: 'variables', class: Google::Apis::MigrationcenterV1alpha1::MySqlVariable, decorator: Google::Apis::MigrationcenterV1alpha1::MySqlVariable::Representation
2502
+
2418
2503
  end
2419
2504
  end
2420
2505
 
@@ -2593,6 +2678,49 @@ module Google
2593
2678
  class PostgreSqlDatabaseDeployment
2594
2679
  # @private
2595
2680
  class Representation < Google::Apis::Core::JsonRepresentation
2681
+ collection :properties, as: 'properties', class: Google::Apis::MigrationcenterV1alpha1::PostgreSqlProperty, decorator: Google::Apis::MigrationcenterV1alpha1::PostgreSqlProperty::Representation
2682
+
2683
+ collection :settings, as: 'settings', class: Google::Apis::MigrationcenterV1alpha1::PostgreSqlSetting, decorator: Google::Apis::MigrationcenterV1alpha1::PostgreSqlSetting::Representation
2684
+
2685
+ end
2686
+ end
2687
+
2688
+ class PostgreSqlExtension
2689
+ # @private
2690
+ class Representation < Google::Apis::Core::JsonRepresentation
2691
+ property :extension, as: 'extension'
2692
+ property :version, as: 'version'
2693
+ end
2694
+ end
2695
+
2696
+ class PostgreSqlProperty
2697
+ # @private
2698
+ class Representation < Google::Apis::Core::JsonRepresentation
2699
+ property :enabled, as: 'enabled'
2700
+ property :numeric_value, :numeric_string => true, as: 'numericValue'
2701
+ property :property, as: 'property'
2702
+ end
2703
+ end
2704
+
2705
+ class PostgreSqlSchemaDetails
2706
+ # @private
2707
+ class Representation < Google::Apis::Core::JsonRepresentation
2708
+ property :foreign_tables_count, as: 'foreignTablesCount'
2709
+ collection :postgresql_extensions, as: 'postgresqlExtensions', class: Google::Apis::MigrationcenterV1alpha1::PostgreSqlExtension, decorator: Google::Apis::MigrationcenterV1alpha1::PostgreSqlExtension::Representation
2710
+
2711
+ end
2712
+ end
2713
+
2714
+ class PostgreSqlSetting
2715
+ # @private
2716
+ class Representation < Google::Apis::Core::JsonRepresentation
2717
+ property :bool_value, as: 'boolValue'
2718
+ property :int_value, :numeric_string => true, as: 'intValue'
2719
+ property :real_value, as: 'realValue'
2720
+ property :setting, as: 'setting'
2721
+ property :source, as: 'source'
2722
+ property :string_value, as: 'stringValue'
2723
+ property :unit, as: 'unit'
2596
2724
  end
2597
2725
  end
2598
2726
 
@@ -3034,6 +3162,12 @@ module Google
3034
3162
  end
3035
3163
  end
3036
3164
 
3165
+ class SqlServerSchemaDetails
3166
+ # @private
3167
+ class Representation < Google::Apis::Core::JsonRepresentation
3168
+ end
3169
+ end
3170
+
3037
3171
  class SqlServerServerFlag
3038
3172
  # @private
3039
3173
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-migrationcenter_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.29.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []