google-apis-sqladmin_v1 0.58.0 → 0.60.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: ab62ee3ec5da27b2f19de27925d459012fd58bffa53d02bb0666cd7f35f99dad
|
4
|
+
data.tar.gz: 3e497d47be63a69d9e010e4469d6f38c7790ad06c1fc1d20deee3a09491cc4b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ae015927c83b85bd06c389fc55ee016d53ef887a2e33b6c34549c0f29f4c07cb6445e3c7c359a3f1e06385fb808fd9f374b48dbe229cda339225189f662c471
|
7
|
+
data.tar.gz: 939950107cd5da72deba04044804566ee1afbd6c5ee8ee24ab2f376be686427ae211d7ea6c185b7974652c99b31c57632ed72904e3adbe3e7e7c10a83bb5266b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-sqladmin_v1
|
2
2
|
|
3
|
+
### v0.60.0 (2024-06-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240607
|
6
|
+
|
7
|
+
### v0.59.0 (2024-05-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240521
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.58.0 (2024-05-05)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240425
|
@@ -149,6 +149,38 @@ module Google
|
|
149
149
|
end
|
150
150
|
end
|
151
151
|
|
152
|
+
# An available database version. It can be a major or a minor version.
|
153
|
+
class AvailableDatabaseVersion
|
154
|
+
include Google::Apis::Core::Hashable
|
155
|
+
|
156
|
+
# The database version's display name.
|
157
|
+
# Corresponds to the JSON property `displayName`
|
158
|
+
# @return [String]
|
159
|
+
attr_accessor :display_name
|
160
|
+
|
161
|
+
# The version's major version name.
|
162
|
+
# Corresponds to the JSON property `majorVersion`
|
163
|
+
# @return [String]
|
164
|
+
attr_accessor :major_version
|
165
|
+
|
166
|
+
# The database version name. For MySQL 8.0, this string provides the database
|
167
|
+
# major and minor version.
|
168
|
+
# Corresponds to the JSON property `name`
|
169
|
+
# @return [String]
|
170
|
+
attr_accessor :name
|
171
|
+
|
172
|
+
def initialize(**args)
|
173
|
+
update!(**args)
|
174
|
+
end
|
175
|
+
|
176
|
+
# Update properties of this object
|
177
|
+
def update!(**args)
|
178
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
179
|
+
@major_version = args[:major_version] if args.key?(:major_version)
|
180
|
+
@name = args[:name] if args.key?(:name)
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
152
184
|
# Database instance backup configuration.
|
153
185
|
class BackupConfiguration
|
154
186
|
include Google::Apis::Core::Hashable
|
@@ -543,9 +575,9 @@ module Google
|
|
543
575
|
# @return [String]
|
544
576
|
attr_accessor :point_in_time
|
545
577
|
|
546
|
-
# Optional.
|
547
|
-
#
|
548
|
-
# source instance.
|
578
|
+
# Optional. Copy clone and point-in-time recovery clone of an instance to the
|
579
|
+
# specified zone. If no zone is specified, clone to the same primary zone as the
|
580
|
+
# source instance. This field applies to all DB types.
|
549
581
|
# Corresponds to the JSON property `preferredZone`
|
550
582
|
# @return [String]
|
551
583
|
attr_accessor :preferred_zone
|
@@ -942,7 +974,8 @@ module Google
|
|
942
974
|
# @return [String]
|
943
975
|
attr_accessor :root_password
|
944
976
|
|
945
|
-
#
|
977
|
+
# This status indicates whether the instance satisfies PZS. The status is
|
978
|
+
# reserved for future use.
|
946
979
|
# Corresponds to the JSON property `satisfiesPzs`
|
947
980
|
# @return [Boolean]
|
948
981
|
attr_accessor :satisfies_pzs
|
@@ -997,6 +1030,11 @@ module Google
|
|
997
1030
|
# @return [Array<String>]
|
998
1031
|
attr_accessor :suspension_reason
|
999
1032
|
|
1033
|
+
# Output only. All database versions that are available for upgrade.
|
1034
|
+
# Corresponds to the JSON property `upgradableDatabaseVersions`
|
1035
|
+
# @return [Array<Google::Apis::SqladminV1::AvailableDatabaseVersion>]
|
1036
|
+
attr_accessor :upgradable_database_versions
|
1037
|
+
|
1000
1038
|
# Output only. The dns name of the primary instance in a replication group.
|
1001
1039
|
# Corresponds to the JSON property `writeEndpoint`
|
1002
1040
|
# @return [String]
|
@@ -1050,6 +1088,7 @@ module Google
|
|
1050
1088
|
@sql_network_architecture = args[:sql_network_architecture] if args.key?(:sql_network_architecture)
|
1051
1089
|
@state = args[:state] if args.key?(:state)
|
1052
1090
|
@suspension_reason = args[:suspension_reason] if args.key?(:suspension_reason)
|
1091
|
+
@upgradable_database_versions = args[:upgradable_database_versions] if args.key?(:upgradable_database_versions)
|
1053
1092
|
@write_endpoint = args[:write_endpoint] if args.key?(:write_endpoint)
|
1054
1093
|
end
|
1055
1094
|
|
@@ -3331,6 +3370,17 @@ module Google
|
|
3331
3370
|
# @return [String]
|
3332
3371
|
attr_accessor :failover_dr_replica_name
|
3333
3372
|
|
3373
|
+
# Output only. If set, it indicates this instance has a private service access (
|
3374
|
+
# PSA) dns endpoint that is pointing to the primary instance of the cluster. If
|
3375
|
+
# this instance is the primary, the dns should be pointing to this instance.
|
3376
|
+
# After Switchover or Replica failover, this DNS endpoint points to the promoted
|
3377
|
+
# instance. This is a read-only field, returned to the user as information. This
|
3378
|
+
# field can exist even if a standalone instance does not yet have a replica, or
|
3379
|
+
# had a DR replica that was deleted.
|
3380
|
+
# Corresponds to the JSON property `psaWriteEndpoint`
|
3381
|
+
# @return [String]
|
3382
|
+
attr_accessor :psa_write_endpoint
|
3383
|
+
|
3334
3384
|
def initialize(**args)
|
3335
3385
|
update!(**args)
|
3336
3386
|
end
|
@@ -3339,6 +3389,7 @@ module Google
|
|
3339
3389
|
def update!(**args)
|
3340
3390
|
@dr_replica = args[:dr_replica] if args.key?(:dr_replica)
|
3341
3391
|
@failover_dr_replica_name = args[:failover_dr_replica_name] if args.key?(:failover_dr_replica_name)
|
3392
|
+
@psa_write_endpoint = args[:psa_write_endpoint] if args.key?(:psa_write_endpoint)
|
3342
3393
|
end
|
3343
3394
|
end
|
3344
3395
|
|
@@ -3544,6 +3595,14 @@ module Google
|
|
3544
3595
|
# @return [String]
|
3545
3596
|
attr_accessor :edition
|
3546
3597
|
|
3598
|
+
# Optional. By default, Cloud SQL instances have schema extraction disabled for
|
3599
|
+
# Dataplex. When this parameter is set to true, schema extraction for Dataplex
|
3600
|
+
# on Cloud SQL instances is activated.
|
3601
|
+
# Corresponds to the JSON property `enableDataplexIntegration`
|
3602
|
+
# @return [Boolean]
|
3603
|
+
attr_accessor :enable_dataplex_integration
|
3604
|
+
alias_method :enable_dataplex_integration?, :enable_dataplex_integration
|
3605
|
+
|
3547
3606
|
# Optional. When this parameter is set to true, Cloud SQL instances can connect
|
3548
3607
|
# to Vertex AI to pass requests for real-time predictions and insights to the AI.
|
3549
3608
|
# The default value is false. This applies only to Cloud SQL for PostgreSQL
|
@@ -3666,6 +3725,7 @@ module Google
|
|
3666
3725
|
@deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
|
3667
3726
|
@deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
|
3668
3727
|
@edition = args[:edition] if args.key?(:edition)
|
3728
|
+
@enable_dataplex_integration = args[:enable_dataplex_integration] if args.key?(:enable_dataplex_integration)
|
3669
3729
|
@enable_google_ml_integration = args[:enable_google_ml_integration] if args.key?(:enable_google_ml_integration)
|
3670
3730
|
@insights_config = args[:insights_config] if args.key?(:insights_config)
|
3671
3731
|
@ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240607"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -46,6 +46,12 @@ module Google
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
+
class AvailableDatabaseVersion
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
49
55
|
class BackupConfiguration
|
50
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
57
|
|
@@ -712,6 +718,15 @@ module Google
|
|
712
718
|
end
|
713
719
|
end
|
714
720
|
|
721
|
+
class AvailableDatabaseVersion
|
722
|
+
# @private
|
723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
724
|
+
property :display_name, as: 'displayName'
|
725
|
+
property :major_version, as: 'majorVersion'
|
726
|
+
property :name, as: 'name'
|
727
|
+
end
|
728
|
+
end
|
729
|
+
|
715
730
|
class BackupConfiguration
|
716
731
|
# @private
|
717
732
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -917,6 +932,8 @@ module Google
|
|
917
932
|
property :sql_network_architecture, as: 'sqlNetworkArchitecture'
|
918
933
|
property :state, as: 'state'
|
919
934
|
collection :suspension_reason, as: 'suspensionReason'
|
935
|
+
collection :upgradable_database_versions, as: 'upgradableDatabaseVersions', class: Google::Apis::SqladminV1::AvailableDatabaseVersion, decorator: Google::Apis::SqladminV1::AvailableDatabaseVersion::Representation
|
936
|
+
|
920
937
|
property :write_endpoint, as: 'writeEndpoint'
|
921
938
|
end
|
922
939
|
|
@@ -1530,6 +1547,7 @@ module Google
|
|
1530
1547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1531
1548
|
property :dr_replica, as: 'drReplica'
|
1532
1549
|
property :failover_dr_replica_name, as: 'failoverDrReplicaName'
|
1550
|
+
property :psa_write_endpoint, as: 'psaWriteEndpoint'
|
1533
1551
|
end
|
1534
1552
|
end
|
1535
1553
|
|
@@ -1585,6 +1603,7 @@ module Google
|
|
1585
1603
|
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1::DenyMaintenancePeriod::Representation
|
1586
1604
|
|
1587
1605
|
property :edition, as: 'edition'
|
1606
|
+
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
1588
1607
|
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
1589
1608
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1::InsightsConfig, decorator: Google::Apis::SqladminV1::InsightsConfig::Representation
|
1590
1609
|
|
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.
|
4
|
+
version: 0.60.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-06-16 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.
|
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.
|
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-sqladmin_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.60.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: []
|