google-apis-sqladmin_v1beta4 0.69.0 → 0.70.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d8097d51e85fa08338756f5a931908c99baa8b479f3ee3b5c6a8a66f2029294
|
4
|
+
data.tar.gz: fc382412dc2647c136beaf2b5b599b71dfd1be32003a6545db8588385568ec8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e63641e232af0a4bd108e53a820db08d0a5b00c31f984b028a911ec70517470f83954b4535fb58db00ebdf3dbace4840c49f44e373e80753ea6c3c193b8adcb5
|
7
|
+
data.tar.gz: 7a0183576b7ee8401cb1ac8cbc7ba1ea7809369597635c77f51fc6385307b2dcc52901bfc85191ceb8d26a892ccfb8236ca34ee64f0c597ac109cfec3166833c
|
data/CHANGELOG.md
CHANGED
@@ -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::SqladminV1beta4::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
|
-
#
|
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 has regional failure. Only applicable to MySQL.
|
933
935
|
# Corresponds to the JSON property `replicationCluster`
|
934
936
|
# @return [Google::Apis::SqladminV1beta4::ReplicationCluster]
|
935
937
|
attr_accessor :replication_cluster
|
@@ -1741,11 +1743,11 @@ 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
|
@@ -1757,25 +1759,25 @@ module Google
|
|
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
|
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
|
@@ -2533,12 +2535,12 @@ module Google
|
|
2533
2535
|
# ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=
|
2534
2536
|
# TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` For SQL Server: * `
|
2535
2537
|
# ssl_mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=
|
2536
|
-
# ENCRYPTED_ONLY` and `require_ssl=true` The value of `ssl_mode`
|
2538
|
+
# ENCRYPTED_ONLY` and `require_ssl=true` The value of `ssl_mode` has priority
|
2537
2539
|
# over the value of `require_ssl`. For example, for the pair `ssl_mode=
|
2538
|
-
# ENCRYPTED_ONLY` and `require_ssl=false`,
|
2539
|
-
# only
|
2540
|
-
#
|
2541
|
-
#
|
2540
|
+
# ENCRYPTED_ONLY` and `require_ssl=false`, `ssl_mode=ENCRYPTED_ONLY` means
|
2541
|
+
# accept only SSL connections, while `require_ssl=false` means accept both non-
|
2542
|
+
# SSL and SSL connections. In this case, MySQL and PostgreSQL databases respect `
|
2543
|
+
# ssl_mode` and accepts only SSL connections.
|
2542
2544
|
# Corresponds to the JSON property `sslMode`
|
2543
2545
|
# @return [String]
|
2544
2546
|
attr_accessor :ssl_mode
|
@@ -3307,12 +3309,14 @@ module Google
|
|
3307
3309
|
end
|
3308
3310
|
end
|
3309
3311
|
|
3310
|
-
#
|
3312
|
+
# A primary instance and disaster recovery (DR) replica pair. A DR replica is a
|
3313
|
+
# cross-region replica that you designate for failover in the event that the
|
3314
|
+
# primary instance has regional failure. Only applicable to MySQL.
|
3311
3315
|
class ReplicationCluster
|
3312
3316
|
include Google::Apis::Core::Hashable
|
3313
3317
|
|
3314
|
-
# Output only.
|
3315
|
-
# not set
|
3318
|
+
# Output only. Read-only field that indicates whether the replica is a DR
|
3319
|
+
# replica. This field is not set if the instance is a primary instance.
|
3316
3320
|
# Corresponds to the JSON property `drReplica`
|
3317
3321
|
# @return [Boolean]
|
3318
3322
|
attr_accessor :dr_replica
|
@@ -3321,8 +3325,9 @@ module Google
|
|
3321
3325
|
# Optional. If the instance is a primary instance, then this field identifies
|
3322
3326
|
# the disaster recovery (DR) replica. A DR replica is an optional configuration
|
3323
3327
|
# for Enterprise Plus edition instances. If the instance is a read replica, then
|
3324
|
-
# the field is not set.
|
3325
|
-
# for a primary.
|
3328
|
+
# the field is not set. Set this field to a replica name to designate a DR
|
3329
|
+
# replica for a primary instance. Remove the replica name to remove the DR
|
3330
|
+
# replica designation.
|
3326
3331
|
# Corresponds to the JSON property `failoverDrReplicaName`
|
3327
3332
|
# @return [String]
|
3328
3333
|
attr_accessor :failover_dr_replica_name
|
@@ -3867,8 +3872,9 @@ module Google
|
|
3867
3872
|
class SqlInstancesStartExternalSyncRequest
|
3868
3873
|
include Google::Apis::Core::Hashable
|
3869
3874
|
|
3870
|
-
# Optional. MigrationType
|
3871
|
-
#
|
3875
|
+
# Optional. MigrationType configures the migration to use physical files or
|
3876
|
+
# logical dump files. If not set, then the logical dump file configuration is
|
3877
|
+
# used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
|
3872
3878
|
# Corresponds to the JSON property `migrationType`
|
3873
3879
|
# @return [String]
|
3874
3880
|
attr_accessor :migration_type
|
@@ -3913,8 +3919,9 @@ module Google
|
|
3913
3919
|
class SqlInstancesVerifyExternalSyncSettingsRequest
|
3914
3920
|
include Google::Apis::Core::Hashable
|
3915
3921
|
|
3916
|
-
# Optional. MigrationType
|
3917
|
-
#
|
3922
|
+
# Optional. MigrationType configures the migration to use physical files or
|
3923
|
+
# logical dump files. If not set, then the logical dump file configuration is
|
3924
|
+
# used. Valid values are `LOGICAL` or `PHYSICAL`. Only applicable to MySQL.
|
3918
3925
|
# Corresponds to the JSON property `migrationType`
|
3919
3926
|
# @return [String]
|
3920
3927
|
attr_accessor :migration_type
|
@@ -3929,8 +3936,7 @@ module Google
|
|
3929
3936
|
# @return [String]
|
3930
3937
|
attr_accessor :sync_mode
|
3931
3938
|
|
3932
|
-
# Optional. Parallel level for initial data sync.
|
3933
|
-
# PostgreSQL.
|
3939
|
+
# Optional. Parallel level for initial data sync. Only applicable for PostgreSQL.
|
3934
3940
|
# Corresponds to the JSON property `syncParallelLevel`
|
3935
3941
|
# @return [String]
|
3936
3942
|
attr_accessor :sync_parallel_level
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.70.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 = "
|
25
|
+
REVISION = "20240425"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1055,16 +1055,19 @@ module Google
|
|
1055
1055
|
execute_or_queue_command(command, &block)
|
1056
1056
|
end
|
1057
1057
|
|
1058
|
-
# Promotes the read replica instance to be
|
1059
|
-
# Using this operation might cause your instance to restart.
|
1058
|
+
# Promotes the read replica instance to be an independent Cloud SQL primary
|
1059
|
+
# instance. Using this operation might cause your instance to restart.
|
1060
1060
|
# @param [String] project
|
1061
1061
|
# ID of the project that contains the read replica.
|
1062
1062
|
# @param [String] instance
|
1063
1063
|
# Cloud SQL read replica instance name.
|
1064
1064
|
# @param [Boolean] failover
|
1065
|
-
# Set to true
|
1066
|
-
#
|
1067
|
-
#
|
1065
|
+
# Set to true to invoke a replica failover to the designated DR replica. As part
|
1066
|
+
# of replica failover, the promote operation attempts to add the original
|
1067
|
+
# primary instance as a replica of the promoted DR replica when the original
|
1068
|
+
# primary instance comes back online. If set to false or not specified, then the
|
1069
|
+
# original primary instance becomes an independent Cloud SQL primary instance.
|
1070
|
+
# Only applicable to MySQL.
|
1068
1071
|
# @param [String] fields
|
1069
1072
|
# Selector specifying which fields to include in a partial response.
|
1070
1073
|
# @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
|
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_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.70.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-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_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.70.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|