google-apis-alloydb_v1beta 0.31.0 → 0.32.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: f8aa0e1a7055f79472f833d634d890f2ee37c93119b1546b2b5e943de2e16ea6
|
4
|
+
data.tar.gz: 7eb0b614429102cb8aa37f95f3d5d2650e52c61e342c2d08f2dbcd630460c6f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dfd6d579b1392724613f1317d93de4fe0099670c5c53ac333c40e338ab256fe2d2e402d3fd408552fcf70ea75ef894a8a69dd5eddf94e6adc7f4a8d50a949f3
|
7
|
+
data.tar.gz: a48da48666a52261d0fc8024e91d74c88eaabc191f98d4ddda89c3bfb8bf5cc2ecb11a0a2f6e704a2729c24a0b40a7659e20b418d45488c50709e4180faaa3d2
|
data/CHANGELOG.md
CHANGED
@@ -504,7 +504,7 @@ module Google
|
|
504
504
|
# @return [String]
|
505
505
|
attr_accessor :etag
|
506
506
|
|
507
|
-
# Deprecated and unused. This
|
507
|
+
# Deprecated and unused. This message will be removed in the near future.
|
508
508
|
# Corresponds to the JSON property `geminiConfig`
|
509
509
|
# @return [Google::Apis::AlloydbV1beta::GeminiClusterConfig]
|
510
510
|
attr_accessor :gemini_config
|
@@ -799,7 +799,8 @@ module Google
|
|
799
799
|
include Google::Apis::Core::Hashable
|
800
800
|
|
801
801
|
# Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
|
802
|
-
# 20.
|
802
|
+
# 20. Note: This field should not be added to client libraries if not present
|
803
|
+
# already.
|
803
804
|
# Corresponds to the JSON property `defaultPoolSize`
|
804
805
|
# @return [String]
|
805
806
|
attr_accessor :default_pool_size
|
@@ -822,13 +823,15 @@ module Google
|
|
822
823
|
attr_accessor :flags
|
823
824
|
|
824
825
|
# Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
|
825
|
-
# ignore. Defaults to ["extra_float_digits"]
|
826
|
+
# ignore. Defaults to ["extra_float_digits"] Note: This field should not be
|
827
|
+
# added to client libraries if not present already.
|
826
828
|
# Corresponds to the JSON property `ignoreStartupParameters`
|
827
829
|
# @return [Array<String>]
|
828
830
|
attr_accessor :ignore_startup_parameters
|
829
831
|
|
830
832
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of client
|
831
|
-
# connections allowed.
|
833
|
+
# connections allowed. Note: This field should not be added to client libraries
|
834
|
+
# if not present already.
|
832
835
|
# Corresponds to the JSON property `maxClientConn`
|
833
836
|
# @return [String]
|
834
837
|
attr_accessor :max_client_conn
|
@@ -837,19 +840,22 @@ module Google
|
|
837
840
|
# statements allowed. MCP makes sure that any statement prepared by a client, up
|
838
841
|
# to this limit, is available on the backing server connection in transaction
|
839
842
|
# and statement pooling mode. Even if the statement was originally prepared on
|
840
|
-
# another server connection. Defaults to 0.
|
843
|
+
# another server connection. Defaults to 0. Note: This field should not be added
|
844
|
+
# to client libraries if not present already.
|
841
845
|
# Corresponds to the JSON property `maxPreparedStatements`
|
842
846
|
# @return [String]
|
843
847
|
attr_accessor :max_prepared_statements
|
844
848
|
|
845
849
|
# Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
|
846
|
-
# 0.
|
850
|
+
# 0. Note: This field should not be added to client libraries if not present
|
851
|
+
# already.
|
847
852
|
# Corresponds to the JSON property `minPoolSize`
|
848
853
|
# @return [String]
|
849
854
|
attr_accessor :min_pool_size
|
850
855
|
|
851
856
|
# Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
|
852
|
-
# POOL_MODE_TRANSACTION`.
|
857
|
+
# POOL_MODE_TRANSACTION`. Note: This field should not be added to client
|
858
|
+
# libraries if not present already.
|
853
859
|
# Corresponds to the JSON property `poolMode`
|
854
860
|
# @return [String]
|
855
861
|
attr_accessor :pool_mode
|
@@ -862,18 +868,23 @@ module Google
|
|
862
868
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
|
863
869
|
# queries are allowed to spend waiting for execution. If the query is not
|
864
870
|
# assigned to a server during that time, the client is disconnected. 0 disables.
|
871
|
+
# Note: This field should not be added to client libraries if not present
|
872
|
+
# already.
|
865
873
|
# Corresponds to the JSON property `queryWaitTimeout`
|
866
874
|
# @return [String]
|
867
875
|
attr_accessor :query_wait_timeout
|
868
876
|
|
869
877
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
|
870
|
-
# server is allowed to be idle before it is disconnected. 0 disables.
|
878
|
+
# server is allowed to be idle before it is disconnected. 0 disables. Note: This
|
879
|
+
# field should not be added to client libraries if not present already.
|
871
880
|
# Corresponds to the JSON property `serverIdleTimeout`
|
872
881
|
# @return [String]
|
873
882
|
attr_accessor :server_idle_timeout
|
874
883
|
|
875
884
|
# Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
|
876
885
|
# to connect to the MCP stats console. The users must exist in the database.
|
886
|
+
# Note: This field should not be added to client libraries if not present
|
887
|
+
# already.
|
877
888
|
# Corresponds to the JSON property `statsUsers`
|
878
889
|
# @return [Array<String>]
|
879
890
|
attr_accessor :stats_users
|
@@ -1332,7 +1343,7 @@ module Google
|
|
1332
1343
|
end
|
1333
1344
|
end
|
1334
1345
|
|
1335
|
-
# Deprecated and unused. This
|
1346
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1336
1347
|
class GeminiClusterConfig
|
1337
1348
|
include Google::Apis::Core::Hashable
|
1338
1349
|
|
@@ -1353,7 +1364,7 @@ module Google
|
|
1353
1364
|
end
|
1354
1365
|
end
|
1355
1366
|
|
1356
|
-
# Deprecated and unused. This
|
1367
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1357
1368
|
class GeminiInstanceConfig
|
1358
1369
|
include Google::Apis::Core::Hashable
|
1359
1370
|
|
@@ -1714,7 +1725,7 @@ module Google
|
|
1714
1725
|
# @return [String]
|
1715
1726
|
attr_accessor :gce_zone
|
1716
1727
|
|
1717
|
-
# Deprecated and unused. This
|
1728
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1718
1729
|
# Corresponds to the JSON property `geminiConfig`
|
1719
1730
|
# @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
|
1720
1731
|
attr_accessor :gemini_config
|
@@ -3605,6 +3616,11 @@ module Google
|
|
3605
3616
|
# @return [String]
|
3606
3617
|
attr_accessor :external_uri
|
3607
3618
|
|
3619
|
+
# This is used to identify the location of the resource. Example: "us-central1"
|
3620
|
+
# Corresponds to the JSON property `location`
|
3621
|
+
# @return [String]
|
3622
|
+
attr_accessor :location
|
3623
|
+
|
3608
3624
|
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
|
3609
3625
|
# SQL_LOG_ERROR_VERBOSITY etc.
|
3610
3626
|
# Corresponds to the JSON property `name`
|
@@ -3668,6 +3684,7 @@ module Google
|
|
3668
3684
|
@description = args[:description] if args.key?(:description)
|
3669
3685
|
@event_time = args[:event_time] if args.key?(:event_time)
|
3670
3686
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
3687
|
+
@location = args[:location] if args.key?(:location)
|
3671
3688
|
@name = args[:name] if args.key?(:name)
|
3672
3689
|
@provider = args[:provider] if args.key?(:provider)
|
3673
3690
|
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
@@ -3699,8 +3716,8 @@ module Google
|
|
3699
3716
|
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
3700
3717
|
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
3701
3718
|
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
3702
|
-
#
|
3703
|
-
# oracledatabase.googleapis.com/
|
3719
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
3720
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
3704
3721
|
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
3705
3722
|
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
3706
3723
|
# Corresponds to the JSON property `resourceType`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250612"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1571,6 +1571,7 @@ module Google
|
|
1571
1571
|
property :description, as: 'description'
|
1572
1572
|
property :event_time, as: 'eventTime'
|
1573
1573
|
property :external_uri, as: 'externalUri'
|
1574
|
+
property :location, as: 'location'
|
1574
1575
|
property :name, as: 'name'
|
1575
1576
|
property :provider, as: 'provider'
|
1576
1577
|
property :resource_container, as: 'resourceContainer'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.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-alloydb_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.32.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|