google-apis-alloydb_v1alpha 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: ff8b321010592c5828f9594442006052f4d0c76a7b4deecba7ceae91003fcd94
|
4
|
+
data.tar.gz: 78a276a5de6698ce910b24ddce5cbe7802b4d65c2c429104e03a1a54e9e08020
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02f395a6228711b03d71e92a61e37e9dc5382d61268171d51765c8c24b3669f238294d0b2c56d028a5e32266399d7f63828ad553a77218564eb04ba248cba731
|
7
|
+
data.tar.gz: 947dea678a4a0ab0f181e69b10b0d10a1394d5883fde5217a3971267e969ce477cd1eefa5f21dd582a60d0991574e37404ea97f50f08ac846f0a281893acf45a
|
data/CHANGELOG.md
CHANGED
@@ -524,7 +524,7 @@ module Google
|
|
524
524
|
# @return [String]
|
525
525
|
attr_accessor :etag
|
526
526
|
|
527
|
-
# Deprecated and unused. This
|
527
|
+
# Deprecated and unused. This message will be removed in the near future.
|
528
528
|
# Corresponds to the JSON property `geminiConfig`
|
529
529
|
# @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
|
530
530
|
attr_accessor :gemini_config
|
@@ -826,7 +826,8 @@ module Google
|
|
826
826
|
include Google::Apis::Core::Hashable
|
827
827
|
|
828
828
|
# Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
|
829
|
-
# 20.
|
829
|
+
# 20. Note: This field should not be added to client libraries if not present
|
830
|
+
# already.
|
830
831
|
# Corresponds to the JSON property `defaultPoolSize`
|
831
832
|
# @return [String]
|
832
833
|
attr_accessor :default_pool_size
|
@@ -849,13 +850,15 @@ module Google
|
|
849
850
|
attr_accessor :flags
|
850
851
|
|
851
852
|
# Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
|
852
|
-
# ignore. Defaults to ["extra_float_digits"]
|
853
|
+
# ignore. Defaults to ["extra_float_digits"] Note: This field should not be
|
854
|
+
# added to client libraries if not present already.
|
853
855
|
# Corresponds to the JSON property `ignoreStartupParameters`
|
854
856
|
# @return [Array<String>]
|
855
857
|
attr_accessor :ignore_startup_parameters
|
856
858
|
|
857
859
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of client
|
858
|
-
# connections allowed.
|
860
|
+
# connections allowed. Note: This field should not be added to client libraries
|
861
|
+
# if not present already.
|
859
862
|
# Corresponds to the JSON property `maxClientConn`
|
860
863
|
# @return [String]
|
861
864
|
attr_accessor :max_client_conn
|
@@ -864,19 +867,22 @@ module Google
|
|
864
867
|
# statements allowed. MCP makes sure that any statement prepared by a client, up
|
865
868
|
# to this limit, is available on the backing server connection in transaction
|
866
869
|
# and statement pooling mode. Even if the statement was originally prepared on
|
867
|
-
# another server connection. Defaults to 0.
|
870
|
+
# another server connection. Defaults to 0. Note: This field should not be added
|
871
|
+
# to client libraries if not present already.
|
868
872
|
# Corresponds to the JSON property `maxPreparedStatements`
|
869
873
|
# @return [String]
|
870
874
|
attr_accessor :max_prepared_statements
|
871
875
|
|
872
876
|
# Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
|
873
|
-
# 0.
|
877
|
+
# 0. Note: This field should not be added to client libraries if not present
|
878
|
+
# already.
|
874
879
|
# Corresponds to the JSON property `minPoolSize`
|
875
880
|
# @return [String]
|
876
881
|
attr_accessor :min_pool_size
|
877
882
|
|
878
883
|
# Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
|
879
|
-
# POOL_MODE_TRANSACTION`.
|
884
|
+
# POOL_MODE_TRANSACTION`. Note: This field should not be added to client
|
885
|
+
# libraries if not present already.
|
880
886
|
# Corresponds to the JSON property `poolMode`
|
881
887
|
# @return [String]
|
882
888
|
attr_accessor :pool_mode
|
@@ -889,18 +895,23 @@ module Google
|
|
889
895
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
|
890
896
|
# queries are allowed to spend waiting for execution. If the query is not
|
891
897
|
# assigned to a server during that time, the client is disconnected. 0 disables.
|
898
|
+
# Note: This field should not be added to client libraries if not present
|
899
|
+
# already.
|
892
900
|
# Corresponds to the JSON property `queryWaitTimeout`
|
893
901
|
# @return [String]
|
894
902
|
attr_accessor :query_wait_timeout
|
895
903
|
|
896
904
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
|
897
|
-
# server is allowed to be idle before it is disconnected. 0 disables.
|
905
|
+
# server is allowed to be idle before it is disconnected. 0 disables. Note: This
|
906
|
+
# field should not be added to client libraries if not present already.
|
898
907
|
# Corresponds to the JSON property `serverIdleTimeout`
|
899
908
|
# @return [String]
|
900
909
|
attr_accessor :server_idle_timeout
|
901
910
|
|
902
911
|
# Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
|
903
912
|
# to connect to the MCP stats console. The users must exist in the database.
|
913
|
+
# Note: This field should not be added to client libraries if not present
|
914
|
+
# already.
|
904
915
|
# Corresponds to the JSON property `statsUsers`
|
905
916
|
# @return [Array<String>]
|
906
917
|
attr_accessor :stats_users
|
@@ -1359,7 +1370,7 @@ module Google
|
|
1359
1370
|
end
|
1360
1371
|
end
|
1361
1372
|
|
1362
|
-
# Deprecated and unused. This
|
1373
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1363
1374
|
class GeminiClusterConfig
|
1364
1375
|
include Google::Apis::Core::Hashable
|
1365
1376
|
|
@@ -1380,7 +1391,7 @@ module Google
|
|
1380
1391
|
end
|
1381
1392
|
end
|
1382
1393
|
|
1383
|
-
# Deprecated and unused. This
|
1394
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1384
1395
|
class GeminiInstanceConfig
|
1385
1396
|
include Google::Apis::Core::Hashable
|
1386
1397
|
|
@@ -1741,7 +1752,7 @@ module Google
|
|
1741
1752
|
# @return [String]
|
1742
1753
|
attr_accessor :gce_zone
|
1743
1754
|
|
1744
|
-
# Deprecated and unused. This
|
1755
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1745
1756
|
# Corresponds to the JSON property `geminiConfig`
|
1746
1757
|
# @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
|
1747
1758
|
attr_accessor :gemini_config
|
@@ -3639,6 +3650,11 @@ module Google
|
|
3639
3650
|
# @return [String]
|
3640
3651
|
attr_accessor :external_uri
|
3641
3652
|
|
3653
|
+
# This is used to identify the location of the resource. Example: "us-central1"
|
3654
|
+
# Corresponds to the JSON property `location`
|
3655
|
+
# @return [String]
|
3656
|
+
attr_accessor :location
|
3657
|
+
|
3642
3658
|
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
|
3643
3659
|
# SQL_LOG_ERROR_VERBOSITY etc.
|
3644
3660
|
# Corresponds to the JSON property `name`
|
@@ -3702,6 +3718,7 @@ module Google
|
|
3702
3718
|
@description = args[:description] if args.key?(:description)
|
3703
3719
|
@event_time = args[:event_time] if args.key?(:event_time)
|
3704
3720
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
3721
|
+
@location = args[:location] if args.key?(:location)
|
3705
3722
|
@name = args[:name] if args.key?(:name)
|
3706
3723
|
@provider = args[:provider] if args.key?(:provider)
|
3707
3724
|
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
@@ -3733,8 +3750,8 @@ module Google
|
|
3733
3750
|
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
3734
3751
|
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
3735
3752
|
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
3736
|
-
#
|
3737
|
-
# oracledatabase.googleapis.com/
|
3753
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
3754
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
3738
3755
|
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
3739
3756
|
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
3740
3757
|
# Corresponds to the JSON property `resourceType`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha 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
|
@@ -1586,6 +1586,7 @@ module Google
|
|
1586
1586
|
property :description, as: 'description'
|
1587
1587
|
property :event_time, as: 'eventTime'
|
1588
1588
|
property :external_uri, as: 'externalUri'
|
1589
|
+
property :location, as: 'location'
|
1589
1590
|
property :name, as: 'name'
|
1590
1591
|
property :provider, as: 'provider'
|
1591
1592
|
property :resource_container, as: 'resourceContainer'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.32.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|