google-apis-sqladmin_v1beta4 0.83.0 → 0.84.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: 109dac14ea8b40643ccf85d729c2b9fe4311c9520989b2d6d569f0e2b84bcfa7
|
4
|
+
data.tar.gz: e790513d403a7d8b51c1a933a8719f19b14e448a532896d5fe8039f7935261d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8336b0901dedbce7ee119ef11b1b393fd9e595a70fe588768edf08d6e2f272219a15b2c080cecf395183b4cf1a48714ff4b89b392bd31b25f3d06699dabaf231
|
7
|
+
data.tar.gz: e8483a9b85da8ac627b8db988e00b839f948ed88f8ae9ca3c74ac03ad102a237f6dc95ffaf5098550678214925cdf0c58458e7fdbdbd10ae793568b0940b3b8b
|
data/CHANGELOG.md
CHANGED
@@ -950,7 +950,7 @@ module Google
|
|
950
950
|
attr_accessor :connection_pooling_enabled
|
951
951
|
alias_method :connection_pooling_enabled?, :connection_pooling_enabled
|
952
952
|
|
953
|
-
# Optional. List of connection pool configuration flags
|
953
|
+
# Optional. List of connection pool configuration flags.
|
954
954
|
# Corresponds to the JSON property `flags`
|
955
955
|
# @return [Array<Google::Apis::SqladminV1beta4::ConnectionPoolFlags>]
|
956
956
|
attr_accessor :flags
|
@@ -2804,8 +2804,8 @@ module Google
|
|
2804
2804
|
attr_accessor :query_plans_per_minute
|
2805
2805
|
|
2806
2806
|
# Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-
|
2807
|
-
# 4500 bytes. Query
|
2808
|
-
# value. When unset, query length will be the default value. Changing query
|
2807
|
+
# 4500 bytes. Query lengths greater than this field value will be truncated to
|
2808
|
+
# this value. When unset, query length will be the default value. Changing query
|
2809
2809
|
# length will restart the database.
|
2810
2810
|
# Corresponds to the JSON property `queryStringLength`
|
2811
2811
|
# @return [Fixnum]
|
@@ -4225,10 +4225,10 @@ module Google
|
|
4225
4225
|
class PscAutoConnectionConfig
|
4226
4226
|
include Google::Apis::Core::Hashable
|
4227
4227
|
|
4228
|
-
# The consumer network of this consumer endpoint. This must be a
|
4229
|
-
# that includes both the host project and the network name. For
|
4230
|
-
# projects/project1/global/networks/network1`. The consumer host
|
4231
|
-
# network might be different from the consumer service project.
|
4228
|
+
# Optional. The consumer network of this consumer endpoint. This must be a
|
4229
|
+
# resource path that includes both the host project and the network name. For
|
4230
|
+
# example, `projects/project1/global/networks/network1`. The consumer host
|
4231
|
+
# project of this network might be different from the consumer service project.
|
4232
4232
|
# Corresponds to the JSON property `consumerNetwork`
|
4233
4233
|
# @return [String]
|
4234
4234
|
attr_accessor :consumer_network
|
@@ -4238,8 +4238,9 @@ module Google
|
|
4238
4238
|
# @return [String]
|
4239
4239
|
attr_accessor :consumer_network_status
|
4240
4240
|
|
4241
|
-
# This is the project ID of consumer service project of this consumer
|
4242
|
-
# Optional. This is only applicable if consumer_network is a shared
|
4241
|
+
# Optional. This is the project ID of consumer service project of this consumer
|
4242
|
+
# endpoint. Optional. This is only applicable if consumer_network is a shared
|
4243
|
+
# vpc network.
|
4243
4244
|
# Corresponds to the JSON property `consumerProject`
|
4244
4245
|
# @return [String]
|
4245
4246
|
attr_accessor :consumer_project
|
@@ -4280,6 +4281,13 @@ module Google
|
|
4280
4281
|
# @return [Array<String>]
|
4281
4282
|
attr_accessor :allowed_consumer_projects
|
4282
4283
|
|
4284
|
+
# Optional. The network attachment of the consumer network that the Private
|
4285
|
+
# Service Connect enabled Cloud SQL instance is authorized to connect via PSC
|
4286
|
+
# interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID
|
4287
|
+
# Corresponds to the JSON property `networkAttachmentUri`
|
4288
|
+
# @return [String]
|
4289
|
+
attr_accessor :network_attachment_uri
|
4290
|
+
|
4283
4291
|
# Optional. The list of settings for requested Private Service Connect consumer
|
4284
4292
|
# endpoints that can be used to connect to this Cloud SQL instance.
|
4285
4293
|
# Corresponds to the JSON property `pscAutoConnections`
|
@@ -4299,6 +4307,7 @@ module Google
|
|
4299
4307
|
# Update properties of this object
|
4300
4308
|
def update!(**args)
|
4301
4309
|
@allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
|
4310
|
+
@network_attachment_uri = args[:network_attachment_uri] if args.key?(:network_attachment_uri)
|
4302
4311
|
@psc_auto_connections = args[:psc_auto_connections] if args.key?(:psc_auto_connections)
|
4303
4312
|
@psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
|
4304
4313
|
end
|
@@ -4719,7 +4728,7 @@ module Google
|
|
4719
4728
|
attr_accessor :pricing_plan
|
4720
4729
|
|
4721
4730
|
# Optional. Configuration value for recreation of replica after certain
|
4722
|
-
# replication lag
|
4731
|
+
# replication lag.
|
4723
4732
|
# Corresponds to the JSON property `replicationLagMaxSeconds`
|
4724
4733
|
# @return [Fixnum]
|
4725
4734
|
attr_accessor :replication_lag_max_seconds
|
@@ -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.84.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250508"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1884,6 +1884,7 @@ module Google
|
|
1884
1884
|
# @private
|
1885
1885
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1886
1886
|
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
1887
|
+
property :network_attachment_uri, as: 'networkAttachmentUri'
|
1887
1888
|
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
1888
1889
|
|
1889
1890
|
property :psc_enabled, as: 'pscEnabled'
|
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.
|
4
|
+
version: 0.84.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.84.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:
|