google-apis-sqladmin_v1beta4 0.80.0 → 0.81.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da70da583458c44b65be0a67dbac439e87be9b66c07431a2564bff46f0d29268
|
4
|
+
data.tar.gz: '078ecf21b903b1d2c1fa3f8312f3e57e8f7dc39ba7960e9fcd3041155ae15a36'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e95f808803f30b5fd4916b47a15e5857e539d00f3bdd46d1ff795c6ea587370eb0d9d97948fd5bd6c4d6b6eff08491c307cbc4a43fa5b577669e47cfeaeeea06
|
7
|
+
data.tar.gz: 50813dbb85682cbc1c7c48743004419d455836577b017425c4c3ab2bea308b70b07f4cf2527a27da0e068667a3cbe69925976f736d8e6babea4bf1ccc7d61298
|
data/CHANGELOG.md
CHANGED
@@ -203,7 +203,8 @@ module Google
|
|
203
203
|
# @return [String]
|
204
204
|
attr_accessor :backup_run
|
205
205
|
|
206
|
-
# Output only. The database version of the instance of
|
206
|
+
# Output only. The database version of the instance of at the time this backup
|
207
|
+
# was made.
|
207
208
|
# Corresponds to the JSON property `databaseVersion`
|
208
209
|
# @return [String]
|
209
210
|
attr_accessor :database_version
|
@@ -523,7 +524,7 @@ module Google
|
|
523
524
|
# @return [String]
|
524
525
|
attr_accessor :backup_kind
|
525
526
|
|
526
|
-
# Output only. The instance database version
|
527
|
+
# Output only. The instance database version at the time this backup was made.
|
527
528
|
# Corresponds to the JSON property `databaseVersion`
|
528
529
|
# @return [String]
|
529
530
|
attr_accessor :database_version
|
@@ -792,27 +793,27 @@ module Google
|
|
792
793
|
end
|
793
794
|
end
|
794
795
|
|
795
|
-
# Details of a single node of a read pool.
|
796
|
+
# Details of a single read pool node of a read pool.
|
796
797
|
class ConnectPoolNodeConfig
|
797
798
|
include Google::Apis::Core::Hashable
|
798
799
|
|
799
|
-
# Output only. The DNS name of the node.
|
800
|
+
# Output only. The DNS name of the read pool node.
|
800
801
|
# Corresponds to the JSON property `dnsName`
|
801
802
|
# @return [String]
|
802
803
|
attr_accessor :dns_name
|
803
804
|
|
804
|
-
# Output only. The list of DNS names used by this
|
805
|
+
# Output only. The list of DNS names used by this read pool node.
|
805
806
|
# Corresponds to the JSON property `dnsNames`
|
806
807
|
# @return [Array<Google::Apis::SqladminV1beta4::DnsNameMapping>]
|
807
808
|
attr_accessor :dns_names
|
808
809
|
|
809
810
|
# Output only. Mappings containing IP addresses that can be used to connect to
|
810
|
-
# the node.
|
811
|
+
# the read pool node.
|
811
812
|
# Corresponds to the JSON property `ipAddresses`
|
812
813
|
# @return [Array<Google::Apis::SqladminV1beta4::IpMapping>]
|
813
814
|
attr_accessor :ip_addresses
|
814
815
|
|
815
|
-
# Output only. The name of the node. Doesn't include the project ID.
|
816
|
+
# Output only. The name of the read pool node. Doesn't include the project ID.
|
816
817
|
# Corresponds to the JSON property `name`
|
817
818
|
# @return [String]
|
818
819
|
attr_accessor :name
|
@@ -878,12 +879,13 @@ module Google
|
|
878
879
|
# @return [String]
|
879
880
|
attr_accessor :kind
|
880
881
|
|
881
|
-
# The number of nodes in a read pool.
|
882
|
+
# The number of read pool nodes in a read pool.
|
882
883
|
# Corresponds to the JSON property `nodeCount`
|
883
884
|
# @return [Fixnum]
|
884
885
|
attr_accessor :node_count
|
885
886
|
|
886
|
-
# Output only. Entries containing information about each node of the
|
887
|
+
# Output only. Entries containing information about each read pool node of the
|
888
|
+
# read pool.
|
887
889
|
# Corresponds to the JSON property `nodes`
|
888
890
|
# @return [Array<Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig>]
|
889
891
|
attr_accessor :nodes
|
@@ -936,16 +938,6 @@ module Google
|
|
936
938
|
class ConnectionPoolConfig
|
937
939
|
include Google::Apis::Core::Hashable
|
938
940
|
|
939
|
-
# Client idle timeout.
|
940
|
-
# Corresponds to the JSON property `clientConnectionIdleTimeout`
|
941
|
-
# @return [String]
|
942
|
-
attr_accessor :client_connection_idle_timeout
|
943
|
-
|
944
|
-
# Managed connection pool size.
|
945
|
-
# Corresponds to the JSON property `connPoolSize`
|
946
|
-
# @return [Fixnum]
|
947
|
-
attr_accessor :conn_pool_size
|
948
|
-
|
949
941
|
# Whether managed connection pooling is enabled.
|
950
942
|
# Corresponds to the JSON property `connectionPoolingEnabled`
|
951
943
|
# @return [Boolean]
|
@@ -957,40 +949,14 @@ module Google
|
|
957
949
|
# @return [Array<Google::Apis::SqladminV1beta4::ConnectionPoolFlags>]
|
958
950
|
attr_accessor :flags
|
959
951
|
|
960
|
-
# Maximum number of client connections in connection pool.
|
961
|
-
# Corresponds to the JSON property `maxClientConnections`
|
962
|
-
# @return [Fixnum]
|
963
|
-
attr_accessor :max_client_connections
|
964
|
-
|
965
|
-
# The managed connection pool mode for the instance.
|
966
|
-
# Corresponds to the JSON property `poolMode`
|
967
|
-
# @return [String]
|
968
|
-
attr_accessor :pool_mode
|
969
|
-
|
970
|
-
# Query wait timeout.
|
971
|
-
# Corresponds to the JSON property `queryWaitTimeout`
|
972
|
-
# @return [String]
|
973
|
-
attr_accessor :query_wait_timeout
|
974
|
-
|
975
|
-
# Server idle timeout.
|
976
|
-
# Corresponds to the JSON property `serverConnectionIdleTimeout`
|
977
|
-
# @return [String]
|
978
|
-
attr_accessor :server_connection_idle_timeout
|
979
|
-
|
980
952
|
def initialize(**args)
|
981
953
|
update!(**args)
|
982
954
|
end
|
983
955
|
|
984
956
|
# Update properties of this object
|
985
957
|
def update!(**args)
|
986
|
-
@client_connection_idle_timeout = args[:client_connection_idle_timeout] if args.key?(:client_connection_idle_timeout)
|
987
|
-
@conn_pool_size = args[:conn_pool_size] if args.key?(:conn_pool_size)
|
988
958
|
@connection_pooling_enabled = args[:connection_pooling_enabled] if args.key?(:connection_pooling_enabled)
|
989
959
|
@flags = args[:flags] if args.key?(:flags)
|
990
|
-
@max_client_connections = args[:max_client_connections] if args.key?(:max_client_connections)
|
991
|
-
@pool_mode = args[:pool_mode] if args.key?(:pool_mode)
|
992
|
-
@query_wait_timeout = args[:query_wait_timeout] if args.key?(:query_wait_timeout)
|
993
|
-
@server_connection_idle_timeout = args[:server_connection_idle_timeout] if args.key?(:server_connection_idle_timeout)
|
994
960
|
end
|
995
961
|
end
|
996
962
|
|
@@ -1280,12 +1246,13 @@ module Google
|
|
1280
1246
|
# @return [String]
|
1281
1247
|
attr_accessor :name
|
1282
1248
|
|
1283
|
-
# The number of nodes in a read pool.
|
1249
|
+
# The number of read pool nodes in a read pool.
|
1284
1250
|
# Corresponds to the JSON property `nodeCount`
|
1285
1251
|
# @return [Fixnum]
|
1286
1252
|
attr_accessor :node_count
|
1287
1253
|
|
1288
|
-
# Output only. Entries containing information about each node of the
|
1254
|
+
# Output only. Entries containing information about each read pool node of the
|
1255
|
+
# read pool.
|
1289
1256
|
# Corresponds to the JSON property `nodes`
|
1290
1257
|
# @return [Array<Google::Apis::SqladminV1beta4::PoolNodeConfig>]
|
1291
1258
|
attr_accessor :nodes
|
@@ -1882,7 +1849,7 @@ module Google
|
|
1882
1849
|
# @return [String]
|
1883
1850
|
attr_accessor :kind
|
1884
1851
|
|
1885
|
-
#
|
1852
|
+
# Whether to perform a serverless export.
|
1886
1853
|
# Corresponds to the JSON property `offload`
|
1887
1854
|
# @return [Boolean]
|
1888
1855
|
attr_accessor :offload
|
@@ -2116,8 +2083,8 @@ module Google
|
|
2116
2083
|
class PostgresExportOptions
|
2117
2084
|
include Google::Apis::Core::Hashable
|
2118
2085
|
|
2119
|
-
# Optional. Use this option to include DROP SQL statements.
|
2120
|
-
#
|
2086
|
+
# Optional. Use this option to include DROP <object> SQL statements. Use these
|
2087
|
+
# statements to delete database objects before running the import operation.
|
2121
2088
|
# Corresponds to the JSON property `clean`
|
2122
2089
|
# @return [Boolean]
|
2123
2090
|
attr_accessor :clean
|
@@ -4118,38 +4085,38 @@ module Google
|
|
4118
4085
|
end
|
4119
4086
|
end
|
4120
4087
|
|
4121
|
-
# Details of a single node of a read pool.
|
4088
|
+
# Details of a single read pool node of a read pool.
|
4122
4089
|
class PoolNodeConfig
|
4123
4090
|
include Google::Apis::Core::Hashable
|
4124
4091
|
|
4125
|
-
# Output only. The DNS name of the node.
|
4092
|
+
# Output only. The DNS name of the read pool node.
|
4126
4093
|
# Corresponds to the JSON property `dnsName`
|
4127
4094
|
# @return [String]
|
4128
4095
|
attr_accessor :dns_name
|
4129
4096
|
|
4130
|
-
# Output only. The list of DNS names used by this node.
|
4097
|
+
# Output only. The list of DNS names used by this read pool node.
|
4131
4098
|
# Corresponds to the JSON property `dnsNames`
|
4132
4099
|
# @return [Array<Google::Apis::SqladminV1beta4::DnsNameMapping>]
|
4133
4100
|
attr_accessor :dns_names
|
4134
4101
|
|
4135
|
-
# Output only. The
|
4102
|
+
# Output only. The zone of the read pool node.
|
4136
4103
|
# Corresponds to the JSON property `gceZone`
|
4137
4104
|
# @return [String]
|
4138
4105
|
attr_accessor :gce_zone
|
4139
4106
|
|
4140
4107
|
# Output only. Mappings containing IP addresses that can be used to connect to
|
4141
|
-
# the node.
|
4108
|
+
# the read pool node.
|
4142
4109
|
# Corresponds to the JSON property `ipAddresses`
|
4143
4110
|
# @return [Array<Google::Apis::SqladminV1beta4::IpMapping>]
|
4144
4111
|
attr_accessor :ip_addresses
|
4145
4112
|
|
4146
|
-
# Output only. The name of the node, to be used for retrieving metrics
|
4147
|
-
#
|
4113
|
+
# Output only. The name of the read pool node, to be used for retrieving metrics
|
4114
|
+
# and logs.
|
4148
4115
|
# Corresponds to the JSON property `name`
|
4149
4116
|
# @return [String]
|
4150
4117
|
attr_accessor :name
|
4151
4118
|
|
4152
|
-
# Output only. The current state of the node.
|
4119
|
+
# Output only. The current state of the read pool node.
|
4153
4120
|
# Corresponds to the JSON property `state`
|
4154
4121
|
# @return [String]
|
4155
4122
|
attr_accessor :state
|
@@ -4620,8 +4587,8 @@ module Google
|
|
4620
4587
|
|
4621
4588
|
# Optional. When this parameter is set to true, Cloud SQL instances can connect
|
4622
4589
|
# to Vertex AI to pass requests for real-time predictions and insights to the AI.
|
4623
|
-
# The default value is false. This applies only to Cloud SQL for
|
4624
|
-
# instances.
|
4590
|
+
# The default value is false. This applies only to Cloud SQL for MySQL and
|
4591
|
+
# Cloud SQL for PostgreSQL instances.
|
4625
4592
|
# Corresponds to the JSON property `enableGoogleMlIntegration`
|
4626
4593
|
# @return [Boolean]
|
4627
4594
|
attr_accessor :enable_google_ml_integration
|
@@ -5624,6 +5591,11 @@ module Google
|
|
5624
5591
|
# @return [String]
|
5625
5592
|
attr_accessor :host
|
5626
5593
|
|
5594
|
+
# Indicates if user is active for IAM Authentication.
|
5595
|
+
# Corresponds to the JSON property `iamStatus`
|
5596
|
+
# @return [String]
|
5597
|
+
attr_accessor :iam_status
|
5598
|
+
|
5627
5599
|
# The name of the Cloud SQL instance. This does not include the project ID. Can
|
5628
5600
|
# be omitted for *update* because it is already specified on the URL.
|
5629
5601
|
# Corresponds to the JSON property `instance`
|
@@ -5678,6 +5650,7 @@ module Google
|
|
5678
5650
|
@dual_password_type = args[:dual_password_type] if args.key?(:dual_password_type)
|
5679
5651
|
@etag = args[:etag] if args.key?(:etag)
|
5680
5652
|
@host = args[:host] if args.key?(:host)
|
5653
|
+
@iam_status = args[:iam_status] if args.key?(:iam_status)
|
5681
5654
|
@instance = args[:instance] if args.key?(:instance)
|
5682
5655
|
@kind = args[:kind] if args.key?(:kind)
|
5683
5656
|
@name = args[:name] if args.key?(:name)
|
@@ -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.81.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250412"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1016,15 +1016,9 @@ module Google
|
|
1016
1016
|
class ConnectionPoolConfig
|
1017
1017
|
# @private
|
1018
1018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1019
|
-
property :client_connection_idle_timeout, as: 'clientConnectionIdleTimeout'
|
1020
|
-
property :conn_pool_size, as: 'connPoolSize'
|
1021
1019
|
property :connection_pooling_enabled, as: 'connectionPoolingEnabled'
|
1022
1020
|
collection :flags, as: 'flags', class: Google::Apis::SqladminV1beta4::ConnectionPoolFlags, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolFlags::Representation
|
1023
1021
|
|
1024
|
-
property :max_client_connections, as: 'maxClientConnections'
|
1025
|
-
property :pool_mode, as: 'poolMode'
|
1026
|
-
property :query_wait_timeout, as: 'queryWaitTimeout'
|
1027
|
-
property :server_connection_idle_timeout, as: 'serverConnectionIdleTimeout'
|
1028
1022
|
end
|
1029
1023
|
end
|
1030
1024
|
|
@@ -2248,6 +2242,7 @@ module Google
|
|
2248
2242
|
property :dual_password_type, as: 'dualPasswordType'
|
2249
2243
|
property :etag, as: 'etag'
|
2250
2244
|
property :host, as: 'host'
|
2245
|
+
property :iam_status, as: 'iamStatus'
|
2251
2246
|
property :instance, as: 'instance'
|
2252
2247
|
property :kind, as: 'kind'
|
2253
2248
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.81.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.81.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:
|