google-apis-sqladmin_v1 0.57.0 → 0.58.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: 3bcb28b381631fced4ebf4c2f390e80bf23a261bc39a1587c69354dc8714581e
4
- data.tar.gz: c440521d9276fe0ee3c90e8bdd8f0c5c3e0fea65aa84bacaa9dc34eface7b016
3
+ metadata.gz: c708c73467e7a2bd1e611c63327f89ecb83740bb5ce7dc92ca7447eddd4ffc04
4
+ data.tar.gz: ed5e91a2a329803473a6675f0c3648a33275731f8c7e60ad5aac98e42360e691
5
5
  SHA512:
6
- metadata.gz: c5618aa669d29dfd13540217db055e1db1d7820ec816208fec7d4fc1f015a1ce0cecbf1c79915627cfc1ff173898bca2604971945a6e5b35ba56dda49941819f
7
- data.tar.gz: 20504be29e7ea2f2a3547b61a69e9cef6db00a6088e2a72da61c94898ea4c0424c53e76e6113b95e5e8e7557db6f04210ca81277aa868d4de65483706aed70be
6
+ metadata.gz: f3183d1e82bc8ffea65f40b4062b6b8baf94f99629bae3a9284ab491d870fddcf63e2fafc32843606bd23cb082cdb8c061e6c41e3024c88008f85dde5c373d35
7
+ data.tar.gz: 2ef16ce56bf9516484fae8e2b86ff126b779a35fb932fc8d3caa6043016fe929169a700627318e887dce1947fd5d8ddfc720b79b1c8532b5f8f1da837f9cc0b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.58.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240425
6
+
3
7
  ### v0.57.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240324
@@ -207,7 +207,7 @@ module Google
207
207
  attr_accessor :transaction_log_retention_days
208
208
 
209
209
  # Output only. This value contains the storage location of transactional logs
210
- # for the database for point-in-time recovery.
210
+ # used to perform point-in-time recovery (PITR) for the database.
211
211
  # Corresponds to the JSON property `transactionalLogStorageState`
212
212
  # @return [String]
213
213
  attr_accessor :transactional_log_storage_state
@@ -839,7 +839,7 @@ module Google
839
839
  # @return [String]
840
840
  attr_accessor :gce_zone
841
841
 
842
- # Gemini configuration.
842
+ # Gemini instance configuration.
843
843
  # Corresponds to the JSON property `geminiConfig`
844
844
  # @return [Google::Apis::SqladminV1::GeminiInstanceConfig]
845
845
  attr_accessor :gemini_config
@@ -929,7 +929,9 @@ module Google
929
929
  # @return [Array<String>]
930
930
  attr_accessor :replica_names
931
931
 
932
- # Primary-DR replica pair
932
+ # A primary instance and disaster recovery (DR) replica pair. A DR replica is a
933
+ # cross-region replica that you designate for failover in the event that the
934
+ # primary instance experiences regional failure. Only applicable to MySQL.
933
935
  # Corresponds to the JSON property `replicationCluster`
934
936
  # @return [Google::Apis::SqladminV1::ReplicationCluster]
935
937
  attr_accessor :replication_cluster
@@ -1741,41 +1743,41 @@ module Google
1741
1743
  end
1742
1744
  end
1743
1745
 
1744
- # Gemini configuration.
1746
+ # Gemini instance configuration.
1745
1747
  class GeminiInstanceConfig
1746
1748
  include Google::Apis::Core::Hashable
1747
1749
 
1748
- # Output only. Whether active query is enabled.
1750
+ # Output only. Whether the active query is enabled.
1749
1751
  # Corresponds to the JSON property `activeQueryEnabled`
1750
1752
  # @return [Boolean]
1751
1753
  attr_accessor :active_query_enabled
1752
1754
  alias_method :active_query_enabled?, :active_query_enabled
1753
1755
 
1754
- # Output only. Whether gemini is enabled.
1756
+ # Output only. Whether Gemini is enabled.
1755
1757
  # Corresponds to the JSON property `entitled`
1756
1758
  # @return [Boolean]
1757
1759
  attr_accessor :entitled
1758
1760
  alias_method :entitled?, :entitled
1759
1761
 
1760
- # Output only. Whether flag recommender is enabled.
1762
+ # Output only. Whether the flag recommender is enabled.
1761
1763
  # Corresponds to the JSON property `flagRecommenderEnabled`
1762
1764
  # @return [Boolean]
1763
1765
  attr_accessor :flag_recommender_enabled
1764
1766
  alias_method :flag_recommender_enabled?, :flag_recommender_enabled
1765
1767
 
1766
- # Output only. Whether vacuum management is enabled.
1768
+ # Output only. Whether the vacuum management is enabled.
1767
1769
  # Corresponds to the JSON property `googleVacuumMgmtEnabled`
1768
1770
  # @return [Boolean]
1769
1771
  attr_accessor :google_vacuum_mgmt_enabled
1770
1772
  alias_method :google_vacuum_mgmt_enabled?, :google_vacuum_mgmt_enabled
1771
1773
 
1772
- # Output only. Whether index advisor is enabled.
1774
+ # Output only. Whether the index advisor is enabled.
1773
1775
  # Corresponds to the JSON property `indexAdvisorEnabled`
1774
1776
  # @return [Boolean]
1775
1777
  attr_accessor :index_advisor_enabled
1776
1778
  alias_method :index_advisor_enabled?, :index_advisor_enabled
1777
1779
 
1778
- # Output only. Whether oom session cancel is enabled.
1780
+ # Output only. Whether canceling the out-of-memory (OOM) session is enabled.
1779
1781
  # Corresponds to the JSON property `oomSessionCancelEnabled`
1780
1782
  # @return [Boolean]
1781
1783
  attr_accessor :oom_session_cancel_enabled
@@ -2532,12 +2534,12 @@ module Google
2532
2534
  # ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=
2533
2535
  # TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` For SQL Server: * `
2534
2536
  # ssl_mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=
2535
- # ENCRYPTED_ONLY` and `require_ssl=true` The value of `ssl_mode` gets priority
2537
+ # ENCRYPTED_ONLY` and `require_ssl=true` The value of `ssl_mode` has priority
2536
2538
  # over the value of `require_ssl`. For example, for the pair `ssl_mode=
2537
- # ENCRYPTED_ONLY` and `require_ssl=false`, the `ssl_mode=ENCRYPTED_ONLY` means
2538
- # only accept SSL connections, while the `require_ssl=false` means accept both
2539
- # non-SSL and SSL connections. MySQL and PostgreSQL databases respect `ssl_mode`
2540
- # in this case and accept only SSL connections.
2539
+ # ENCRYPTED_ONLY` and `require_ssl=false`, `ssl_mode=ENCRYPTED_ONLY` means
2540
+ # accept only SSL connections, while `require_ssl=false` means accept both non-
2541
+ # SSL and SSL connections. In this case, MySQL and PostgreSQL databases respect `
2542
+ # ssl_mode` and accepts only SSL connections.
2541
2543
  # Corresponds to the JSON property `sslMode`
2542
2544
  # @return [String]
2543
2545
  attr_accessor :ssl_mode
@@ -3306,12 +3308,14 @@ module Google
3306
3308
  end
3307
3309
  end
3308
3310
 
3309
- # Primary-DR replica pair
3311
+ # A primary instance and disaster recovery (DR) replica pair. A DR replica is a
3312
+ # cross-region replica that you designate for failover in the event that the
3313
+ # primary instance experiences regional failure. Only applicable to MySQL.
3310
3314
  class ReplicationCluster
3311
3315
  include Google::Apis::Core::Hashable
3312
3316
 
3313
- # Output only. read-only field that indicates if the replica is a dr_replica;
3314
- # not set for a primary.
3317
+ # Output only. Read-only field that indicates whether the replica is a DR
3318
+ # replica. This field is not set if the instance is a primary instance.
3315
3319
  # Corresponds to the JSON property `drReplica`
3316
3320
  # @return [Boolean]
3317
3321
  attr_accessor :dr_replica
@@ -3320,8 +3324,9 @@ module Google
3320
3324
  # Optional. If the instance is a primary instance, then this field identifies
3321
3325
  # the disaster recovery (DR) replica. A DR replica is an optional configuration
3322
3326
  # for Enterprise Plus edition instances. If the instance is a read replica, then
3323
- # the field is not set. Users can set this field to set a designated DR replica
3324
- # for a primary. Removing this field removes the DR replica.
3327
+ # the field is not set. Set this field to a replica name to designate a DR
3328
+ # replica for a primary instance. Remove the replica name to remove the DR
3329
+ # replica designation.
3325
3330
  # Corresponds to the JSON property `failoverDrReplicaName`
3326
3331
  # @return [String]
3327
3332
  attr_accessor :failover_dr_replica_name
@@ -3866,8 +3871,9 @@ module Google
3866
3871
  class SqlInstancesStartExternalSyncRequest
3867
3872
  include Google::Apis::Core::Hashable
3868
3873
 
3869
- # Optional. MigrationType decides if the migration is a physical file based
3870
- # migration or logical migration.
3874
+ # Optional. MigrationType configures the migration to use physical files or
3875
+ # logical dump files. If not set, then the logical dump file configuration is
3876
+ # used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
3871
3877
  # Corresponds to the JSON property `migrationType`
3872
3878
  # @return [String]
3873
3879
  attr_accessor :migration_type
@@ -3912,8 +3918,9 @@ module Google
3912
3918
  class SqlInstancesVerifyExternalSyncSettingsRequest
3913
3919
  include Google::Apis::Core::Hashable
3914
3920
 
3915
- # Optional. MigrationType decides if the migration is a physical file based
3916
- # migration or logical migration
3921
+ # Optional. MigrationType configures the migration to use physical files or
3922
+ # logical dump files. If not set, then the logical dump file configuration is
3923
+ # used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
3917
3924
  # Corresponds to the JSON property `migrationType`
3918
3925
  # @return [String]
3919
3926
  attr_accessor :migration_type
@@ -3928,8 +3935,7 @@ module Google
3928
3935
  # @return [String]
3929
3936
  attr_accessor :sync_mode
3930
3937
 
3931
- # Optional. Parallel level for initial data sync. Currently only applicable for
3932
- # PostgreSQL.
3938
+ # Optional. Parallel level for initial data sync. Only applicable for PostgreSQL.
3933
3939
  # Corresponds to the JSON property `syncParallelLevel`
3934
3940
  # @return [String]
3935
3941
  attr_accessor :sync_parallel_level
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240324"
25
+ REVISION = "20240425"
26
26
  end
27
27
  end
28
28
  end
@@ -1056,16 +1056,19 @@ module Google
1056
1056
  execute_or_queue_command(command, &block)
1057
1057
  end
1058
1058
 
1059
- # Promotes the read replica instance to be a stand-alone Cloud SQL instance.
1060
- # Using this operation might cause your instance to restart.
1059
+ # Promotes the read replica instance to be an independent Cloud SQL primary
1060
+ # instance. Using this operation might cause your instance to restart.
1061
1061
  # @param [String] project
1062
1062
  # ID of the project that contains the read replica.
1063
1063
  # @param [String] instance
1064
1064
  # Cloud SQL read replica instance name.
1065
1065
  # @param [Boolean] failover
1066
- # Set to true if the promote operation should attempt to re-add the original
1067
- # primary as a replica when it comes back online. Otherwise, if this value is
1068
- # false or not set, the original primary will be a standalone instance.
1066
+ # Set to true to invoke a replica failover to the designated DR replica. As part
1067
+ # of replica failover, the promote operation attempts to add the original
1068
+ # primary instance as a replica of the promoted DR replica when the original
1069
+ # primary instance comes back online. If set to false or not specified, then the
1070
+ # original primary instance becomes an independent Cloud SQL primary instance.
1071
+ # Only applicable to MySQL.
1069
1072
  # @param [String] fields
1070
1073
  # Selector specifying which fields to include in a partial response.
1071
1074
  # @param [String] quota_user
@@ -1373,7 +1376,7 @@ module Google
1373
1376
  execute_or_queue_command(command, &block)
1374
1377
  end
1375
1378
 
1376
- # Switches over from the primary instance to the replica instance.
1379
+ # Switches over from the primary instance to the designated DR replica instance.
1377
1380
  # @param [String] project
1378
1381
  # ID of the project that contains the replica.
1379
1382
  # @param [String] instance
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.58.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-03-31 00:00:00.000000000 Z
11
+ date: 2024-05-05 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-sqladmin_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
63
63
  post_install_message:
64
64
  rdoc_options: []