google-apis-alloydb_v1beta 0.30.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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
2
2
|
|
3
|
+
### v0.32.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250612
|
6
|
+
|
7
|
+
### v0.31.0 (2025-06-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250605
|
10
|
+
|
3
11
|
### v0.30.0 (2025-06-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250529
|
@@ -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
|
@@ -597,10 +597,9 @@ module Google
|
|
597
597
|
# @return [Google::Apis::AlloydbV1beta::SecondaryConfig]
|
598
598
|
attr_accessor :secondary_config
|
599
599
|
|
600
|
-
# Output only. AlloyDB per-cluster service
|
601
|
-
# created per-cluster per-project, and is different from
|
602
|
-
#
|
603
|
-
# is subject to change.
|
600
|
+
# Output only. AlloyDB per-cluster service account. This service account is
|
601
|
+
# created per-cluster per-project, and is different from the per-project service
|
602
|
+
# account. The per-cluster service account naming format is subject to change.
|
604
603
|
# Corresponds to the JSON property `serviceAccountEmail`
|
605
604
|
# @return [String]
|
606
605
|
attr_accessor :service_account_email
|
@@ -800,7 +799,8 @@ module Google
|
|
800
799
|
include Google::Apis::Core::Hashable
|
801
800
|
|
802
801
|
# Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
|
803
|
-
# 20.
|
802
|
+
# 20. Note: This field should not be added to client libraries if not present
|
803
|
+
# already.
|
804
804
|
# Corresponds to the JSON property `defaultPoolSize`
|
805
805
|
# @return [String]
|
806
806
|
attr_accessor :default_pool_size
|
@@ -823,13 +823,15 @@ module Google
|
|
823
823
|
attr_accessor :flags
|
824
824
|
|
825
825
|
# Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
|
826
|
-
# 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.
|
827
828
|
# Corresponds to the JSON property `ignoreStartupParameters`
|
828
829
|
# @return [Array<String>]
|
829
830
|
attr_accessor :ignore_startup_parameters
|
830
831
|
|
831
832
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of client
|
832
|
-
# connections allowed.
|
833
|
+
# connections allowed. Note: This field should not be added to client libraries
|
834
|
+
# if not present already.
|
833
835
|
# Corresponds to the JSON property `maxClientConn`
|
834
836
|
# @return [String]
|
835
837
|
attr_accessor :max_client_conn
|
@@ -838,19 +840,22 @@ module Google
|
|
838
840
|
# statements allowed. MCP makes sure that any statement prepared by a client, up
|
839
841
|
# to this limit, is available on the backing server connection in transaction
|
840
842
|
# and statement pooling mode. Even if the statement was originally prepared on
|
841
|
-
# 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.
|
842
845
|
# Corresponds to the JSON property `maxPreparedStatements`
|
843
846
|
# @return [String]
|
844
847
|
attr_accessor :max_prepared_statements
|
845
848
|
|
846
849
|
# Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
|
847
|
-
# 0.
|
850
|
+
# 0. Note: This field should not be added to client libraries if not present
|
851
|
+
# already.
|
848
852
|
# Corresponds to the JSON property `minPoolSize`
|
849
853
|
# @return [String]
|
850
854
|
attr_accessor :min_pool_size
|
851
855
|
|
852
856
|
# Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
|
853
|
-
# POOL_MODE_TRANSACTION`.
|
857
|
+
# POOL_MODE_TRANSACTION`. Note: This field should not be added to client
|
858
|
+
# libraries if not present already.
|
854
859
|
# Corresponds to the JSON property `poolMode`
|
855
860
|
# @return [String]
|
856
861
|
attr_accessor :pool_mode
|
@@ -863,18 +868,23 @@ module Google
|
|
863
868
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
|
864
869
|
# queries are allowed to spend waiting for execution. If the query is not
|
865
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.
|
866
873
|
# Corresponds to the JSON property `queryWaitTimeout`
|
867
874
|
# @return [String]
|
868
875
|
attr_accessor :query_wait_timeout
|
869
876
|
|
870
877
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
|
871
|
-
# 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.
|
872
880
|
# Corresponds to the JSON property `serverIdleTimeout`
|
873
881
|
# @return [String]
|
874
882
|
attr_accessor :server_idle_timeout
|
875
883
|
|
876
884
|
# Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
|
877
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.
|
878
888
|
# Corresponds to the JSON property `statsUsers`
|
879
889
|
# @return [Array<String>]
|
880
890
|
attr_accessor :stats_users
|
@@ -1333,7 +1343,7 @@ module Google
|
|
1333
1343
|
end
|
1334
1344
|
end
|
1335
1345
|
|
1336
|
-
# Deprecated and unused. This
|
1346
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1337
1347
|
class GeminiClusterConfig
|
1338
1348
|
include Google::Apis::Core::Hashable
|
1339
1349
|
|
@@ -1354,7 +1364,7 @@ module Google
|
|
1354
1364
|
end
|
1355
1365
|
end
|
1356
1366
|
|
1357
|
-
# Deprecated and unused. This
|
1367
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1358
1368
|
class GeminiInstanceConfig
|
1359
1369
|
include Google::Apis::Core::Hashable
|
1360
1370
|
|
@@ -1715,7 +1725,7 @@ module Google
|
|
1715
1725
|
# @return [String]
|
1716
1726
|
attr_accessor :gce_zone
|
1717
1727
|
|
1718
|
-
# Deprecated and unused. This
|
1728
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1719
1729
|
# Corresponds to the JSON property `geminiConfig`
|
1720
1730
|
# @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
|
1721
1731
|
attr_accessor :gemini_config
|
@@ -1889,9 +1899,9 @@ module Google
|
|
1889
1899
|
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
|
1890
1900
|
# for example: "google-managed-services-default". If set, the instance IPs will
|
1891
1901
|
# be created from this allocated range and will override the IP range used by
|
1892
|
-
# the parent cluster. The range name must comply with [RFC 1035](http://
|
1893
|
-
#
|
1894
|
-
# regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
1902
|
+
# the parent cluster. The range name must comply with [RFC 1035](http://
|
1903
|
+
# datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
|
1904
|
+
# characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
1895
1905
|
# Corresponds to the JSON property `allocatedIpRangeOverride`
|
1896
1906
|
# @return [String]
|
1897
1907
|
attr_accessor :allocated_ip_range_override
|
@@ -3515,7 +3525,7 @@ module Google
|
|
3515
3525
|
end
|
3516
3526
|
|
3517
3527
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
3518
|
-
# database resource level events into Condor platform.
|
3528
|
+
# database resource level events into Condor platform. Next ID: 8
|
3519
3529
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
3520
3530
|
include Google::Apis::Core::Hashable
|
3521
3531
|
|
@@ -3606,6 +3616,11 @@ module Google
|
|
3606
3616
|
# @return [String]
|
3607
3617
|
attr_accessor :external_uri
|
3608
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
|
+
|
3609
3624
|
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
|
3610
3625
|
# SQL_LOG_ERROR_VERBOSITY etc.
|
3611
3626
|
# Corresponds to the JSON property `name`
|
@@ -3669,6 +3684,7 @@ module Google
|
|
3669
3684
|
@description = args[:description] if args.key?(:description)
|
3670
3685
|
@event_time = args[:event_time] if args.key?(:event_time)
|
3671
3686
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
3687
|
+
@location = args[:location] if args.key?(:location)
|
3672
3688
|
@name = args[:name] if args.key?(:name)
|
3673
3689
|
@provider = args[:provider] if args.key?(:provider)
|
3674
3690
|
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
@@ -3695,15 +3711,15 @@ module Google
|
|
3695
3711
|
# @return [String]
|
3696
3712
|
attr_accessor :provider_description
|
3697
3713
|
|
3698
|
-
# Required. The type of resource this ID is identifying. Ex
|
3699
|
-
#
|
3700
|
-
#
|
3701
|
-
# googleapis.com/
|
3702
|
-
#
|
3703
|
-
#
|
3704
|
-
#
|
3705
|
-
#
|
3706
|
-
# condor-common-datamodel
|
3714
|
+
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
3715
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
3716
|
+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
3717
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
3718
|
+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
3719
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
3720
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
3721
|
+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
3722
|
+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
3707
3723
|
# Corresponds to the JSON property `resourceType`
|
3708
3724
|
# @return [String]
|
3709
3725
|
attr_accessor :resource_type
|
@@ -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:
|