google-apis-sqladmin_v1beta4 0.87.0 → 0.88.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a7b30299de16c7cb79c1ebab1058b87df2ad3e87d76f96d85ab8b35bfb7d56c
4
- data.tar.gz: cce49a2513c8a365bd4fb0cea5ee2e496d46a328ff924759dac3e873821c7b7c
3
+ metadata.gz: ee31b3fb05ae8a692a376f1ac5292813a9f50de56aa1eb94d8fe32558398a3dd
4
+ data.tar.gz: 8433629bf8911daead5d9775da2580ec1e86a677e28cb1496c185299ecf0667d
5
5
  SHA512:
6
- metadata.gz: b97254ce6ad33d1dd641fc436168cded197f253c00d31581a3b07dc5aba222202579962c18de85386aa5e0619346488bf1e1c556357d688b7e5c124fb02fbcf9
7
- data.tar.gz: e77cffd27cd016b748382f733806022593900ee2da533ab1386619aa80c1f341c604114bc162fa963e4b5e90fa04561775f3e2878835017671ebdf69867433a2
6
+ metadata.gz: f651c63eef40766308a127c3f21c4c8e13b01144158c0942773b1c76ad83e8c81adc4ab185ffdad87f33a0525cc5686644d94222441ba6c95b44d6006746dd95
7
+ data.tar.gz: 66fa8edcbef5b5722f16c9c5b84c79e3c18d33cea0e8e7d6a7543907eaac5e528fe1c1b26aacc80be8cd11fa598b9c0a3a4201f3166045877d4bf5e17c04c6da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.88.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250807
6
+
3
7
  ### v0.87.0 (2025-06-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20250613
@@ -781,6 +781,12 @@ module Google
781
781
  # @return [String]
782
782
  attr_accessor :preferred_zone
783
783
 
784
+ # The timestamp used to identify the time when the source instance is deleted.
785
+ # If this instance is deleted, then you must set the timestamp.
786
+ # Corresponds to the JSON property `sourceInstanceDeletionTime`
787
+ # @return [String]
788
+ attr_accessor :source_instance_deletion_time
789
+
784
790
  def initialize(**args)
785
791
  update!(**args)
786
792
  end
@@ -796,6 +802,32 @@ module Google
796
802
  @point_in_time = args[:point_in_time] if args.key?(:point_in_time)
797
803
  @preferred_secondary_zone = args[:preferred_secondary_zone] if args.key?(:preferred_secondary_zone)
798
804
  @preferred_zone = args[:preferred_zone] if args.key?(:preferred_zone)
805
+ @source_instance_deletion_time = args[:source_instance_deletion_time] if args.key?(:source_instance_deletion_time)
806
+ end
807
+ end
808
+
809
+ # Contains the name and datatype of a column.
810
+ class Column
811
+ include Google::Apis::Core::Hashable
812
+
813
+ # Name of the column.
814
+ # Corresponds to the JSON property `name`
815
+ # @return [String]
816
+ attr_accessor :name
817
+
818
+ # Datatype of the column.
819
+ # Corresponds to the JSON property `type`
820
+ # @return [String]
821
+ attr_accessor :type
822
+
823
+ def initialize(**args)
824
+ update!(**args)
825
+ end
826
+
827
+ # Update properties of this object
828
+ def update!(**args)
829
+ @name = args[:name] if args.key?(:name)
830
+ @type = args[:type] if args.key?(:type)
799
831
  end
800
832
  end
801
833
 
@@ -885,6 +917,15 @@ module Google
885
917
  # @return [String]
886
918
  attr_accessor :kind
887
919
 
920
+ # Optional. Output only. mdx_protocol_support controls how the client uses
921
+ # metadata exchange when connecting to the instance. The values in the list
922
+ # representing parts of the MDX protocol that are supported by this instance.
923
+ # When the list is empty, the instance does not support MDX, so the client must
924
+ # not send an MDX request. The default is empty.
925
+ # Corresponds to the JSON property `mdxProtocolSupport`
926
+ # @return [Array<String>]
927
+ attr_accessor :mdx_protocol_support
928
+
888
929
  # The number of read pool nodes in a read pool.
889
930
  # Corresponds to the JSON property `nodeCount`
890
931
  # @return [Fixnum]
@@ -931,6 +972,7 @@ module Google
931
972
  @dns_names = args[:dns_names] if args.key?(:dns_names)
932
973
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
933
974
  @kind = args[:kind] if args.key?(:kind)
975
+ @mdx_protocol_support = args[:mdx_protocol_support] if args.key?(:mdx_protocol_support)
934
976
  @node_count = args[:node_count] if args.key?(:node_count)
935
977
  @nodes = args[:nodes] if args.key?(:nodes)
936
978
  @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
@@ -955,6 +997,11 @@ module Google
955
997
  # @return [Array<Google::Apis::SqladminV1beta4::ConnectionPoolFlags>]
956
998
  attr_accessor :flags
957
999
 
1000
+ # Output only. Number of connection poolers.
1001
+ # Corresponds to the JSON property `poolerCount`
1002
+ # @return [Fixnum]
1003
+ attr_accessor :pooler_count
1004
+
958
1005
  def initialize(**args)
959
1006
  update!(**args)
960
1007
  end
@@ -963,6 +1010,7 @@ module Google
963
1010
  def update!(**args)
964
1011
  @connection_pooling_enabled = args[:connection_pooling_enabled] if args.key?(:connection_pooling_enabled)
965
1012
  @flags = args[:flags] if args.key?(:flags)
1013
+ @pooler_count = args[:pooler_count] if args.key?(:pooler_count)
966
1014
  end
967
1015
  end
968
1016
 
@@ -1127,12 +1175,6 @@ module Google
1127
1175
  # @return [String]
1128
1176
  attr_accessor :backend_type
1129
1177
 
1130
- # Clears private network settings when the instance is restored.
1131
- # Corresponds to the JSON property `clearNetwork`
1132
- # @return [Boolean]
1133
- attr_accessor :clear_network
1134
- alias_method :clear_network?, :clear_network
1135
-
1136
1178
  # Connection name of the Cloud SQL instance used in connection strings.
1137
1179
  # Corresponds to the JSON property `connectionName`
1138
1180
  # @return [String]
@@ -1424,7 +1466,6 @@ module Google
1424
1466
  def update!(**args)
1425
1467
  @available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
1426
1468
  @backend_type = args[:backend_type] if args.key?(:backend_type)
1427
- @clear_network = args[:clear_network] if args.key?(:clear_network)
1428
1469
  @connection_name = args[:connection_name] if args.key?(:connection_name)
1429
1470
  @create_time = args[:create_time] if args.key?(:create_time)
1430
1471
  @current_disk_size = args[:current_disk_size] if args.key?(:current_disk_size)
@@ -1822,6 +1863,47 @@ module Google
1822
1863
  end
1823
1864
  end
1824
1865
 
1866
+ # The request payload used to execute SQL statements.
1867
+ class ExecuteSqlPayload
1868
+ include Google::Apis::Core::Hashable
1869
+
1870
+ # Optional. When set to true, the API caller identity associated with the
1871
+ # request is used for database authentication. The API caller must be an IAM
1872
+ # user in the database.
1873
+ # Corresponds to the JSON property `autoIamAuthn`
1874
+ # @return [Boolean]
1875
+ attr_accessor :auto_iam_authn
1876
+ alias_method :auto_iam_authn?, :auto_iam_authn
1877
+
1878
+ # Optional. Name of the database on which the statement will be executed.
1879
+ # Corresponds to the JSON property `database`
1880
+ # @return [String]
1881
+ attr_accessor :database
1882
+
1883
+ # Optional. The maximum number of rows returned per SQL statement.
1884
+ # Corresponds to the JSON property `rowLimit`
1885
+ # @return [Fixnum]
1886
+ attr_accessor :row_limit
1887
+
1888
+ # Required. SQL statements to run on the database. It can be a single statement
1889
+ # or a sequence of statements separated by semicolons.
1890
+ # Corresponds to the JSON property `sqlStatement`
1891
+ # @return [String]
1892
+ attr_accessor :sql_statement
1893
+
1894
+ def initialize(**args)
1895
+ update!(**args)
1896
+ end
1897
+
1898
+ # Update properties of this object
1899
+ def update!(**args)
1900
+ @auto_iam_authn = args[:auto_iam_authn] if args.key?(:auto_iam_authn)
1901
+ @database = args[:database] if args.key?(:database)
1902
+ @row_limit = args[:row_limit] if args.key?(:row_limit)
1903
+ @sql_statement = args[:sql_statement] if args.key?(:sql_statement)
1904
+ end
1905
+ end
1906
+
1825
1907
  # Database instance export context.
1826
1908
  class ExportContext
1827
1909
  include Google::Apis::Core::Hashable
@@ -2209,6 +2291,33 @@ module Google
2209
2291
  end
2210
2292
  end
2211
2293
 
2294
+ # Config used to determine the final backup settings for the instance.
2295
+ class FinalBackupConfig
2296
+ include Google::Apis::Core::Hashable
2297
+
2298
+ # Whether the final backup is enabled for the instance.
2299
+ # Corresponds to the JSON property `enabled`
2300
+ # @return [Boolean]
2301
+ attr_accessor :enabled
2302
+ alias_method :enabled?, :enabled
2303
+
2304
+ # The number of days to retain the final backup after the instance deletion. The
2305
+ # final backup will be purged at (time_of_instance_deletion + retention_days).
2306
+ # Corresponds to the JSON property `retentionDays`
2307
+ # @return [Fixnum]
2308
+ attr_accessor :retention_days
2309
+
2310
+ def initialize(**args)
2311
+ update!(**args)
2312
+ end
2313
+
2314
+ # Update properties of this object
2315
+ def update!(**args)
2316
+ @enabled = args[:enabled] if args.key?(:enabled)
2317
+ @retention_days = args[:retention_days] if args.key?(:retention_days)
2318
+ end
2319
+ end
2320
+
2212
2321
  # A flag resource.
2213
2322
  class Flag
2214
2323
  include Google::Apis::Core::Hashable
@@ -3163,6 +3272,13 @@ module Google
3163
3272
  # @return [Google::Apis::SqladminV1beta4::RestoreBackupContext]
3164
3273
  attr_accessor :restore_backup_context
3165
3274
 
3275
+ # Optional. This field has the same purpose as restore_instance_settings,
3276
+ # changes any instance settings stored in the backup you are restoring from.
3277
+ # With the difference that these fields are cleared in the settings.
3278
+ # Corresponds to the JSON property `restoreInstanceClearOverridesFieldNames`
3279
+ # @return [Array<String>]
3280
+ attr_accessor :restore_instance_clear_overrides_field_names
3281
+
3166
3282
  # A Cloud SQL instance resource.
3167
3283
  # Corresponds to the JSON property `restoreInstanceSettings`
3168
3284
  # @return [Google::Apis::SqladminV1beta4::DatabaseInstance]
@@ -3177,6 +3293,7 @@ module Google
3177
3293
  @backup = args[:backup] if args.key?(:backup)
3178
3294
  @backupdr_backup = args[:backupdr_backup] if args.key?(:backupdr_backup)
3179
3295
  @restore_backup_context = args[:restore_backup_context] if args.key?(:restore_backup_context)
3296
+ @restore_instance_clear_overrides_field_names = args[:restore_instance_clear_overrides_field_names] if args.key?(:restore_instance_clear_overrides_field_names)
3180
3297
  @restore_instance_settings = args[:restore_instance_settings] if args.key?(:restore_instance_settings)
3181
3298
  end
3182
3299
  end
@@ -3534,6 +3651,26 @@ module Google
3534
3651
  end
3535
3652
  end
3536
3653
 
3654
+ # The additional metadata information regarding the execution of the SQL
3655
+ # statements.
3656
+ class Metadata
3657
+ include Google::Apis::Core::Hashable
3658
+
3659
+ # The time taken to execute the SQL statements.
3660
+ # Corresponds to the JSON property `sqlStatementExecutionTime`
3661
+ # @return [String]
3662
+ attr_accessor :sql_statement_execution_time
3663
+
3664
+ def initialize(**args)
3665
+ update!(**args)
3666
+ end
3667
+
3668
+ # Update properties of this object
3669
+ def update!(**args)
3670
+ @sql_statement_execution_time = args[:sql_statement_execution_time] if args.key?(:sql_statement_execution_time)
3671
+ end
3672
+ end
3673
+
3537
3674
  # Read-replica configuration specific to MySQL databases.
3538
3675
  class MySqlReplicaConfiguration
3539
3676
  include Google::Apis::Core::Hashable
@@ -4118,7 +4255,7 @@ module Google
4118
4255
  # range. This range must comply with [RFC 1035](https://tools.ietf.org/html/
4119
4256
  # rfc1035) standards. Specifically, the name must be 1-63 characters long and
4120
4257
  # match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Reserved for future
4121
- # use. http://go/speckle-subnet-picker-clone
4258
+ # use.
4122
4259
  # Corresponds to the JSON property `allocatedIpRange`
4123
4260
  # @return [String]
4124
4261
  attr_accessor :allocated_ip_range
@@ -4320,6 +4457,45 @@ module Google
4320
4457
  end
4321
4458
  end
4322
4459
 
4460
+ # QueryResult contains the result of executing a single SQL statement.
4461
+ class QueryResult
4462
+ include Google::Apis::Core::Hashable
4463
+
4464
+ # List of columns included in the result. This also includes the data type of
4465
+ # the column.
4466
+ # Corresponds to the JSON property `columns`
4467
+ # @return [Array<Google::Apis::SqladminV1beta4::Column>]
4468
+ attr_accessor :columns
4469
+
4470
+ # Message related to the SQL execution result.
4471
+ # Corresponds to the JSON property `message`
4472
+ # @return [String]
4473
+ attr_accessor :message
4474
+
4475
+ # Set to true if the SQL execution's result is truncated due to size limits.
4476
+ # Corresponds to the JSON property `partialResult`
4477
+ # @return [Boolean]
4478
+ attr_accessor :partial_result
4479
+ alias_method :partial_result?, :partial_result
4480
+
4481
+ # Rows returned by the SQL statement.
4482
+ # Corresponds to the JSON property `rows`
4483
+ # @return [Array<Google::Apis::SqladminV1beta4::Row>]
4484
+ attr_accessor :rows
4485
+
4486
+ def initialize(**args)
4487
+ update!(**args)
4488
+ end
4489
+
4490
+ # Update properties of this object
4491
+ def update!(**args)
4492
+ @columns = args[:columns] if args.key?(:columns)
4493
+ @message = args[:message] if args.key?(:message)
4494
+ @partial_result = args[:partial_result] if args.key?(:partial_result)
4495
+ @rows = args[:rows] if args.key?(:rows)
4496
+ end
4497
+ end
4498
+
4323
4499
  # Read-replica configuration for connecting to the primary instance.
4324
4500
  class ReplicaConfiguration
4325
4501
  include Google::Apis::Core::Hashable
@@ -4529,6 +4705,25 @@ module Google
4529
4705
  end
4530
4706
  end
4531
4707
 
4708
+ # Contains the values for a row.
4709
+ class Row
4710
+ include Google::Apis::Core::Hashable
4711
+
4712
+ # The values for the row.
4713
+ # Corresponds to the JSON property `values`
4714
+ # @return [Array<Google::Apis::SqladminV1beta4::Value>]
4715
+ attr_accessor :values
4716
+
4717
+ def initialize(**args)
4718
+ update!(**args)
4719
+ end
4720
+
4721
+ # Update properties of this object
4722
+ def update!(**args)
4723
+ @values = args[:values] if args.key?(:values)
4724
+ end
4725
+ end
4726
+
4532
4727
  # A list of objects that the user selects for replication from an external
4533
4728
  # source instance.
4534
4729
  class SelectedObjects
@@ -4694,6 +4889,11 @@ module Google
4694
4889
  attr_accessor :enable_google_ml_integration
4695
4890
  alias_method :enable_google_ml_integration?, :enable_google_ml_integration
4696
4891
 
4892
+ # Config used to determine the final backup settings for the instance.
4893
+ # Corresponds to the JSON property `finalBackupConfig`
4894
+ # @return [Google::Apis::SqladminV1beta4::FinalBackupConfig]
4895
+ attr_accessor :final_backup_config
4896
+
4697
4897
  # Insights configuration. This specifies when Cloud SQL Insights feature is
4698
4898
  # enabled and optional configuration.
4699
4899
  # Corresponds to the JSON property `insightsConfig`
@@ -4827,6 +5027,7 @@ module Google
4827
5027
  @edition = args[:edition] if args.key?(:edition)
4828
5028
  @enable_dataplex_integration = args[:enable_dataplex_integration] if args.key?(:enable_dataplex_integration)
4829
5029
  @enable_google_ml_integration = args[:enable_google_ml_integration] if args.key?(:enable_google_ml_integration)
5030
+ @final_backup_config = args[:final_backup_config] if args.key?(:final_backup_config)
4830
5031
  @insights_config = args[:insights_config] if args.key?(:insights_config)
4831
5032
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
4832
5033
  @kind = args[:kind] if args.key?(:kind)
@@ -4851,6 +5052,17 @@ module Google
4851
5052
  class SqlActiveDirectoryConfig
4852
5053
  include Google::Apis::Core::Hashable
4853
5054
 
5055
+ # Optional. The secret manager key storing the administrator credential. (e.g.,
5056
+ # projects/`project`/secrets/`secret`).
5057
+ # Corresponds to the JSON property `adminCredentialSecretName`
5058
+ # @return [String]
5059
+ attr_accessor :admin_credential_secret_name
5060
+
5061
+ # Optional. Domain controller IPv4 addresses used to bootstrap Active Directory.
5062
+ # Corresponds to the JSON property `dnsServers`
5063
+ # @return [Array<String>]
5064
+ attr_accessor :dns_servers
5065
+
4854
5066
  # The name of the domain (e.g., mydomain.com).
4855
5067
  # Corresponds to the JSON property `domain`
4856
5068
  # @return [String]
@@ -4861,14 +5073,29 @@ module Google
4861
5073
  # @return [String]
4862
5074
  attr_accessor :kind
4863
5075
 
5076
+ # Optional. The mode of the Active Directory configuration.
5077
+ # Corresponds to the JSON property `mode`
5078
+ # @return [String]
5079
+ attr_accessor :mode
5080
+
5081
+ # Optional. The organizational unit distinguished name. This is the full
5082
+ # hierarchical path to the organizational unit.
5083
+ # Corresponds to the JSON property `organizationalUnit`
5084
+ # @return [String]
5085
+ attr_accessor :organizational_unit
5086
+
4864
5087
  def initialize(**args)
4865
5088
  update!(**args)
4866
5089
  end
4867
5090
 
4868
5091
  # Update properties of this object
4869
5092
  def update!(**args)
5093
+ @admin_credential_secret_name = args[:admin_credential_secret_name] if args.key?(:admin_credential_secret_name)
5094
+ @dns_servers = args[:dns_servers] if args.key?(:dns_servers)
4870
5095
  @domain = args[:domain] if args.key?(:domain)
4871
5096
  @kind = args[:kind] if args.key?(:kind)
5097
+ @mode = args[:mode] if args.key?(:mode)
5098
+ @organizational_unit = args[:organizational_unit] if args.key?(:organizational_unit)
4872
5099
  end
4873
5100
  end
4874
5101
 
@@ -4922,6 +5149,32 @@ module Google
4922
5149
  end
4923
5150
  end
4924
5151
 
5152
+ # Execute SQL statements response.
5153
+ class SqlInstancesExecuteSqlResponse
5154
+ include Google::Apis::Core::Hashable
5155
+
5156
+ # The additional metadata information regarding the execution of the SQL
5157
+ # statements.
5158
+ # Corresponds to the JSON property `metadata`
5159
+ # @return [Google::Apis::SqladminV1beta4::Metadata]
5160
+ attr_accessor :metadata
5161
+
5162
+ # The list of results after executing all the SQL statements.
5163
+ # Corresponds to the JSON property `results`
5164
+ # @return [Array<Google::Apis::SqladminV1beta4::QueryResult>]
5165
+ attr_accessor :results
5166
+
5167
+ def initialize(**args)
5168
+ update!(**args)
5169
+ end
5170
+
5171
+ # Update properties of this object
5172
+ def update!(**args)
5173
+ @metadata = args[:metadata] if args.key?(:metadata)
5174
+ @results = args[:results] if args.key?(:results)
5175
+ end
5176
+ end
5177
+
4925
5178
  # Instance get disk shrink config response.
4926
5179
  class SqlInstancesGetDiskShrinkConfigResponse
4927
5180
  include Google::Apis::Core::Hashable
@@ -5045,6 +5298,15 @@ module Google
5045
5298
  # @return [Google::Apis::SqladminV1beta4::MySqlSyncConfig]
5046
5299
  attr_accessor :mysql_sync_config
5047
5300
 
5301
+ # Optional. MySQL only. True if end-user has confirmed that this SES call will
5302
+ # wipe replica databases overlapping with the proposed selected_objects. If this
5303
+ # field is not set and there are both overlapping and additional databases
5304
+ # proposed, an error will be returned.
5305
+ # Corresponds to the JSON property `replicaOverwriteEnabled`
5306
+ # @return [Boolean]
5307
+ attr_accessor :replica_overwrite_enabled
5308
+ alias_method :replica_overwrite_enabled?, :replica_overwrite_enabled
5309
+
5048
5310
  # Whether to skip the verification step (VESS).
5049
5311
  # Corresponds to the JSON property `skipVerification`
5050
5312
  # @return [Boolean]
@@ -5070,6 +5332,7 @@ module Google
5070
5332
  def update!(**args)
5071
5333
  @migration_type = args[:migration_type] if args.key?(:migration_type)
5072
5334
  @mysql_sync_config = args[:mysql_sync_config] if args.key?(:mysql_sync_config)
5335
+ @replica_overwrite_enabled = args[:replica_overwrite_enabled] if args.key?(:replica_overwrite_enabled)
5073
5336
  @skip_verification = args[:skip_verification] if args.key?(:skip_verification)
5074
5337
  @sync_mode = args[:sync_mode] if args.key?(:sync_mode)
5075
5338
  @sync_parallel_level = args[:sync_parallel_level] if args.key?(:sync_parallel_level)
@@ -5832,6 +6095,32 @@ module Google
5832
6095
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
5833
6096
  end
5834
6097
  end
6098
+
6099
+ # The cell value of the table.
6100
+ class Value
6101
+ include Google::Apis::Core::Hashable
6102
+
6103
+ # If cell value is null, then this flag will be set to true.
6104
+ # Corresponds to the JSON property `nullValue`
6105
+ # @return [Boolean]
6106
+ attr_accessor :null_value
6107
+ alias_method :null_value?, :null_value
6108
+
6109
+ # The cell value represented in string format.
6110
+ # Corresponds to the JSON property `value`
6111
+ # @return [String]
6112
+ attr_accessor :value
6113
+
6114
+ def initialize(**args)
6115
+ update!(**args)
6116
+ end
6117
+
6118
+ # Update properties of this object
6119
+ def update!(**args)
6120
+ @null_value = args[:null_value] if args.key?(:null_value)
6121
+ @value = args[:value] if args.key?(:value)
6122
+ end
6123
+ end
5835
6124
  end
5836
6125
  end
5837
6126
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.87.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250613"
25
+ REVISION = "20250807"
26
26
  end
27
27
  end
28
28
  end
@@ -106,6 +106,12 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class Column
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
109
115
  class ConnectPoolNodeConfig
110
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
117
 
@@ -220,6 +226,12 @@ module Google
220
226
  include Google::Apis::Core::JsonObjectSupport
221
227
  end
222
228
 
229
+ class ExecuteSqlPayload
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
223
235
  class ExportContext
224
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
237
 
@@ -274,6 +286,12 @@ module Google
274
286
  include Google::Apis::Core::JsonObjectSupport
275
287
  end
276
288
 
289
+ class FinalBackupConfig
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
277
295
  class Flag
278
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
297
 
@@ -484,6 +502,12 @@ module Google
484
502
  include Google::Apis::Core::JsonObjectSupport
485
503
  end
486
504
 
505
+ class Metadata
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
487
511
  class MySqlReplicaConfiguration
488
512
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
513
 
@@ -574,6 +598,12 @@ module Google
574
598
  include Google::Apis::Core::JsonObjectSupport
575
599
  end
576
600
 
601
+ class QueryResult
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
577
607
  class ReplicaConfiguration
578
608
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
609
 
@@ -610,6 +640,12 @@ module Google
610
640
  include Google::Apis::Core::JsonObjectSupport
611
641
  end
612
642
 
643
+ class Row
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
613
649
  class SelectedObjects
614
650
  class Representation < Google::Apis::Core::JsonRepresentation; end
615
651
 
@@ -640,6 +676,12 @@ module Google
640
676
  include Google::Apis::Core::JsonObjectSupport
641
677
  end
642
678
 
679
+ class SqlInstancesExecuteSqlResponse
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
643
685
  class SqlInstancesGetDiskShrinkConfigResponse
644
686
  class Representation < Google::Apis::Core::JsonRepresentation; end
645
687
 
@@ -802,6 +844,12 @@ module Google
802
844
  include Google::Apis::Core::JsonObjectSupport
803
845
  end
804
846
 
847
+ class Value
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
805
853
  class AclEntry
806
854
  # @private
807
855
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -982,6 +1030,15 @@ module Google
982
1030
  property :point_in_time, as: 'pointInTime'
983
1031
  property :preferred_secondary_zone, as: 'preferredSecondaryZone'
984
1032
  property :preferred_zone, as: 'preferredZone'
1033
+ property :source_instance_deletion_time, as: 'sourceInstanceDeletionTime'
1034
+ end
1035
+ end
1036
+
1037
+ class Column
1038
+ # @private
1039
+ class Representation < Google::Apis::Core::JsonRepresentation
1040
+ property :name, as: 'name'
1041
+ property :type, as: 'type'
985
1042
  end
986
1043
  end
987
1044
 
@@ -1009,6 +1066,7 @@ module Google
1009
1066
  collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
1010
1067
 
1011
1068
  property :kind, as: 'kind'
1069
+ collection :mdx_protocol_support, as: 'mdxProtocolSupport'
1012
1070
  property :node_count, as: 'nodeCount'
1013
1071
  collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig::Representation
1014
1072
 
@@ -1026,6 +1084,7 @@ module Google
1026
1084
  property :connection_pooling_enabled, as: 'connectionPoolingEnabled'
1027
1085
  collection :flags, as: 'flags', class: Google::Apis::SqladminV1beta4::ConnectionPoolFlags, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolFlags::Representation
1028
1086
 
1087
+ property :pooler_count, as: 'poolerCount'
1029
1088
  end
1030
1089
  end
1031
1090
 
@@ -1073,7 +1132,6 @@ module Google
1073
1132
  class Representation < Google::Apis::Core::JsonRepresentation
1074
1133
  collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
1075
1134
  property :backend_type, as: 'backendType'
1076
- property :clear_network, as: 'clearNetwork'
1077
1135
  property :connection_name, as: 'connectionName'
1078
1136
  property :create_time, as: 'createTime'
1079
1137
  property :current_disk_size, :numeric_string => true, as: 'currentDiskSize'
@@ -1239,6 +1297,16 @@ module Google
1239
1297
  end
1240
1298
  end
1241
1299
 
1300
+ class ExecuteSqlPayload
1301
+ # @private
1302
+ class Representation < Google::Apis::Core::JsonRepresentation
1303
+ property :auto_iam_authn, as: 'autoIamAuthn'
1304
+ property :database, as: 'database'
1305
+ property :row_limit, :numeric_string => true, as: 'rowLimit'
1306
+ property :sql_statement, as: 'sqlStatement'
1307
+ end
1308
+ end
1309
+
1242
1310
  class ExportContext
1243
1311
  # @private
1244
1312
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1336,6 +1404,14 @@ module Google
1336
1404
  end
1337
1405
  end
1338
1406
 
1407
+ class FinalBackupConfig
1408
+ # @private
1409
+ class Representation < Google::Apis::Core::JsonRepresentation
1410
+ property :enabled, as: 'enabled'
1411
+ property :retention_days, as: 'retentionDays'
1412
+ end
1413
+ end
1414
+
1339
1415
  class Flag
1340
1416
  # @private
1341
1417
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1602,6 +1678,7 @@ module Google
1602
1678
  property :backupdr_backup, as: 'backupdrBackup'
1603
1679
  property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
1604
1680
 
1681
+ collection :restore_instance_clear_overrides_field_names, as: 'restoreInstanceClearOverridesFieldNames'
1605
1682
  property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
1606
1683
 
1607
1684
  end
@@ -1698,6 +1775,13 @@ module Google
1698
1775
  end
1699
1776
  end
1700
1777
 
1778
+ class Metadata
1779
+ # @private
1780
+ class Representation < Google::Apis::Core::JsonRepresentation
1781
+ property :sql_statement_execution_time, as: 'sqlStatementExecutionTime'
1782
+ end
1783
+ end
1784
+
1701
1785
  class MySqlReplicaConfiguration
1702
1786
  # @private
1703
1787
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1892,6 +1976,18 @@ module Google
1892
1976
  end
1893
1977
  end
1894
1978
 
1979
+ class QueryResult
1980
+ # @private
1981
+ class Representation < Google::Apis::Core::JsonRepresentation
1982
+ collection :columns, as: 'columns', class: Google::Apis::SqladminV1beta4::Column, decorator: Google::Apis::SqladminV1beta4::Column::Representation
1983
+
1984
+ property :message, as: 'message'
1985
+ property :partial_result, as: 'partialResult'
1986
+ collection :rows, as: 'rows', class: Google::Apis::SqladminV1beta4::Row, decorator: Google::Apis::SqladminV1beta4::Row::Representation
1987
+
1988
+ end
1989
+ end
1990
+
1895
1991
  class ReplicaConfiguration
1896
1992
  # @private
1897
1993
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1946,6 +2042,14 @@ module Google
1946
2042
  end
1947
2043
  end
1948
2044
 
2045
+ class Row
2046
+ # @private
2047
+ class Representation < Google::Apis::Core::JsonRepresentation
2048
+ collection :values, as: 'values', class: Google::Apis::SqladminV1beta4::Value, decorator: Google::Apis::SqladminV1beta4::Value::Representation
2049
+
2050
+ end
2051
+ end
2052
+
1949
2053
  class SelectedObjects
1950
2054
  # @private
1951
2055
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1985,6 +2089,8 @@ module Google
1985
2089
  property :edition, as: 'edition'
1986
2090
  property :enable_dataplex_integration, as: 'enableDataplexIntegration'
1987
2091
  property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
2092
+ property :final_backup_config, as: 'finalBackupConfig', class: Google::Apis::SqladminV1beta4::FinalBackupConfig, decorator: Google::Apis::SqladminV1beta4::FinalBackupConfig::Representation
2093
+
1988
2094
  property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
1989
2095
 
1990
2096
  property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
@@ -2014,8 +2120,12 @@ module Google
2014
2120
  class SqlActiveDirectoryConfig
2015
2121
  # @private
2016
2122
  class Representation < Google::Apis::Core::JsonRepresentation
2123
+ property :admin_credential_secret_name, as: 'adminCredentialSecretName'
2124
+ collection :dns_servers, as: 'dnsServers'
2017
2125
  property :domain, as: 'domain'
2018
2126
  property :kind, as: 'kind'
2127
+ property :mode, as: 'mode'
2128
+ property :organizational_unit, as: 'organizationalUnit'
2019
2129
  end
2020
2130
  end
2021
2131
 
@@ -2035,6 +2145,16 @@ module Google
2035
2145
  end
2036
2146
  end
2037
2147
 
2148
+ class SqlInstancesExecuteSqlResponse
2149
+ # @private
2150
+ class Representation < Google::Apis::Core::JsonRepresentation
2151
+ property :metadata, as: 'metadata', class: Google::Apis::SqladminV1beta4::Metadata, decorator: Google::Apis::SqladminV1beta4::Metadata::Representation
2152
+
2153
+ collection :results, as: 'results', class: Google::Apis::SqladminV1beta4::QueryResult, decorator: Google::Apis::SqladminV1beta4::QueryResult::Representation
2154
+
2155
+ end
2156
+ end
2157
+
2038
2158
  class SqlInstancesGetDiskShrinkConfigResponse
2039
2159
  # @private
2040
2160
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2079,6 +2199,7 @@ module Google
2079
2199
  property :migration_type, as: 'migrationType'
2080
2200
  property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
2081
2201
 
2202
+ property :replica_overwrite_enabled, as: 'replicaOverwriteEnabled'
2082
2203
  property :skip_verification, as: 'skipVerification'
2083
2204
  property :sync_mode, as: 'syncMode'
2084
2205
  property :sync_parallel_level, as: 'syncParallelLevel'
@@ -2299,6 +2420,14 @@ module Google
2299
2420
  property :next_page_token, as: 'nextPageToken'
2300
2421
  end
2301
2422
  end
2423
+
2424
+ class Value
2425
+ # @private
2426
+ class Representation < Google::Apis::Core::JsonRepresentation
2427
+ property :null_value, as: 'nullValue'
2428
+ property :value, as: 'value'
2429
+ end
2430
+ end
2302
2431
  end
2303
2432
  end
2304
2433
  end
@@ -1067,6 +1067,42 @@ module Google
1067
1067
  execute_or_queue_command(command, &block)
1068
1068
  end
1069
1069
 
1070
+ # Execute SQL statements.
1071
+ # @param [String] project
1072
+ # Required. Project ID of the project that contains the instance.
1073
+ # @param [String] instance
1074
+ # Required. Database instance ID. This does not include the project ID.
1075
+ # @param [Google::Apis::SqladminV1beta4::ExecuteSqlPayload] execute_sql_payload_object
1076
+ # @param [String] fields
1077
+ # Selector specifying which fields to include in a partial response.
1078
+ # @param [String] quota_user
1079
+ # Available to use for quota purposes for server-side applications. Can be any
1080
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1081
+ # @param [Google::Apis::RequestOptions] options
1082
+ # Request-specific options
1083
+ #
1084
+ # @yield [result, err] Result & error if block supplied
1085
+ # @yieldparam result [Google::Apis::SqladminV1beta4::SqlInstancesExecuteSqlResponse] parsed result object
1086
+ # @yieldparam err [StandardError] error object if request failed
1087
+ #
1088
+ # @return [Google::Apis::SqladminV1beta4::SqlInstancesExecuteSqlResponse]
1089
+ #
1090
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1091
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1092
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1093
+ def execute_instance_sql(project, instance, execute_sql_payload_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1094
+ command = make_simple_command(:post, 'sql/v1beta4/projects/{project}/instances/{instance}/executeSql', options)
1095
+ command.request_representation = Google::Apis::SqladminV1beta4::ExecuteSqlPayload::Representation
1096
+ command.request_object = execute_sql_payload_object
1097
+ command.response_representation = Google::Apis::SqladminV1beta4::SqlInstancesExecuteSqlResponse::Representation
1098
+ command.response_class = Google::Apis::SqladminV1beta4::SqlInstancesExecuteSqlResponse
1099
+ command.params['project'] = project unless project.nil?
1100
+ command.params['instance'] = instance unless instance.nil?
1101
+ command.query['fields'] = fields unless fields.nil?
1102
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1103
+ execute_or_queue_command(command, &block)
1104
+ end
1105
+
1070
1106
  # Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL dump
1071
1107
  # or CSV file.
1072
1108
  # @param [String] project
@@ -1984,6 +2020,9 @@ module Google
1984
2020
  # Project ID of the project that contains the instance.
1985
2021
  # @param [String] instance
1986
2022
  # Cloud SQL instance ID. This does not include the project ID.
2023
+ # @param [String] source_instance_deletion_time
2024
+ # The timestamp used to identify the time when the source instance is deleted.
2025
+ # If this instance is deleted, then you must set the timestamp.
1987
2026
  # @param [String] fields
1988
2027
  # Selector specifying which fields to include in a partial response.
1989
2028
  # @param [String] quota_user
@@ -2001,12 +2040,13 @@ module Google
2001
2040
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2002
2041
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2003
2042
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2004
- def get_project_instance_latest_recovery_time(project, instance, fields: nil, quota_user: nil, options: nil, &block)
2043
+ def get_project_instance_latest_recovery_time(project, instance, source_instance_deletion_time: nil, fields: nil, quota_user: nil, options: nil, &block)
2005
2044
  command = make_simple_command(:get, 'sql/v1beta4/projects/{project}/instances/{instance}/getLatestRecoveryTime', options)
2006
2045
  command.response_representation = Google::Apis::SqladminV1beta4::SqlInstancesGetLatestRecoveryTimeResponse::Representation
2007
2046
  command.response_class = Google::Apis::SqladminV1beta4::SqlInstancesGetLatestRecoveryTimeResponse
2008
2047
  command.params['project'] = project unless project.nil?
2009
2048
  command.params['instance'] = instance unless instance.nil?
2049
+ command.query['sourceInstanceDeletionTime'] = source_instance_deletion_time unless source_instance_deletion_time.nil?
2010
2050
  command.query['fields'] = fields unless fields.nil?
2011
2051
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2012
2052
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.87.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.88.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
62
62
  rdoc_options: []
63
63
  require_paths: