google-apis-alloydb_v1beta 0.28.0 → 0.30.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: 7c05b6df81a322b37ff6a9f73ff337ca0e49706e630fe9622b5020a417ff7713
|
4
|
+
data.tar.gz: fde2f8dc1091eb88b0666450209dadbdcbda5838fb74847b6045e4937dc5b7b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37610c9df1ad5e010e9b40206829957de457d422d70a3802e2a9e40893188c5e1676cce834fe9524b9e3e74b663404be90fbaefd428c48a9f5321408dbe69b82
|
7
|
+
data.tar.gz: ff6369394266a7dab8e75f175135e351d32abbdeb7f22fd7f08ef84cf2074924485d454a57746637068d274b2068f79c92e179ad91a0136464ea316767452a7e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
2
2
|
|
3
|
+
### v0.30.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250529
|
6
|
+
|
7
|
+
### v0.29.0 (2025-06-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250522
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.28.0 (2025-05-18)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250508
|
@@ -597,6 +597,14 @@ module Google
|
|
597
597
|
# @return [Google::Apis::AlloydbV1beta::SecondaryConfig]
|
598
598
|
attr_accessor :secondary_config
|
599
599
|
|
600
|
+
# Output only. AlloyDB per-cluster service agent email. This service account is
|
601
|
+
# created per-cluster per-project, and is different from that of the primary
|
602
|
+
# service agent which is created per-project. The service account naming format
|
603
|
+
# is subject to change.
|
604
|
+
# Corresponds to the JSON property `serviceAccountEmail`
|
605
|
+
# @return [String]
|
606
|
+
attr_accessor :service_account_email
|
607
|
+
|
600
608
|
# SSL configuration.
|
601
609
|
# Corresponds to the JSON property `sslConfig`
|
602
610
|
# @return [Google::Apis::AlloydbV1beta::SslConfig]
|
@@ -669,6 +677,7 @@ module Google
|
|
669
677
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
670
678
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
671
679
|
@secondary_config = args[:secondary_config] if args.key?(:secondary_config)
|
680
|
+
@service_account_email = args[:service_account_email] if args.key?(:service_account_email)
|
672
681
|
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
673
682
|
@state = args[:state] if args.key?(:state)
|
674
683
|
@subscription_type = args[:subscription_type] if args.key?(:subscription_type)
|
@@ -846,6 +855,11 @@ module Google
|
|
846
855
|
# @return [String]
|
847
856
|
attr_accessor :pool_mode
|
848
857
|
|
858
|
+
# Output only. The number of running poolers per instance.
|
859
|
+
# Corresponds to the JSON property `poolerCount`
|
860
|
+
# @return [Fixnum]
|
861
|
+
attr_accessor :pooler_count
|
862
|
+
|
849
863
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
|
850
864
|
# queries are allowed to spend waiting for execution. If the query is not
|
851
865
|
# assigned to a server during that time, the client is disconnected. 0 disables.
|
@@ -880,6 +894,7 @@ module Google
|
|
880
894
|
@max_prepared_statements = args[:max_prepared_statements] if args.key?(:max_prepared_statements)
|
881
895
|
@min_pool_size = args[:min_pool_size] if args.key?(:min_pool_size)
|
882
896
|
@pool_mode = args[:pool_mode] if args.key?(:pool_mode)
|
897
|
+
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
|
883
898
|
@query_wait_timeout = args[:query_wait_timeout] if args.key?(:query_wait_timeout)
|
884
899
|
@server_idle_timeout = args[:server_idle_timeout] if args.key?(:server_idle_timeout)
|
885
900
|
@stats_users = args[:stats_users] if args.key?(:stats_users)
|
@@ -1921,7 +1936,7 @@ module Google
|
|
1921
1936
|
end
|
1922
1937
|
end
|
1923
1938
|
|
1924
|
-
# Details regarding the upgrade of
|
1939
|
+
# Details regarding the upgrade of instances associated with a cluster.
|
1925
1940
|
class InstanceUpgradeDetails
|
1926
1941
|
include Google::Apis::Core::Hashable
|
1927
1942
|
|
@@ -2410,6 +2425,12 @@ module Google
|
|
2410
2425
|
attr_accessor :track_active_queries
|
2411
2426
|
alias_method :track_active_queries?, :track_active_queries
|
2412
2427
|
|
2428
|
+
# Track client address for an instance. If not set, default value is "off".
|
2429
|
+
# Corresponds to the JSON property `trackClientAddress`
|
2430
|
+
# @return [Boolean]
|
2431
|
+
attr_accessor :track_client_address
|
2432
|
+
alias_method :track_client_address?, :track_client_address
|
2433
|
+
|
2413
2434
|
# Output only. Track wait event types during query execution for an instance.
|
2414
2435
|
# This flag is turned "on" by default but tracking is enabled only after
|
2415
2436
|
# observability enabled flag is also turned on. This is read-only flag and only
|
@@ -2440,6 +2461,7 @@ module Google
|
|
2440
2461
|
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
|
2441
2462
|
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
|
2442
2463
|
@track_active_queries = args[:track_active_queries] if args.key?(:track_active_queries)
|
2464
|
+
@track_client_address = args[:track_client_address] if args.key?(:track_client_address)
|
2443
2465
|
@track_wait_event_types = args[:track_wait_event_types] if args.key?(:track_wait_event_types)
|
2444
2466
|
@track_wait_events = args[:track_wait_events] if args.key?(:track_wait_events)
|
2445
2467
|
end
|
@@ -3678,7 +3700,10 @@ module Google
|
|
3678
3700
|
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
|
3679
3701
|
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
|
3680
3702
|
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
|
3681
|
-
# googleapis.com/Instance
|
3703
|
+
# googleapis.com/Instance oracledatabase.googleapis.com/
|
3704
|
+
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
|
3705
|
+
# oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
|
3706
|
+
# condor-common-datamodel
|
3682
3707
|
# Corresponds to the JSON property `resourceType`
|
3683
3708
|
# @return [String]
|
3684
3709
|
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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250529"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -803,6 +803,7 @@ module Google
|
|
803
803
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
804
804
|
property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1beta::SecondaryConfig, decorator: Google::Apis::AlloydbV1beta::SecondaryConfig::Representation
|
805
805
|
|
806
|
+
property :service_account_email, as: 'serviceAccountEmail'
|
806
807
|
property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1beta::SslConfig, decorator: Google::Apis::AlloydbV1beta::SslConfig::Representation
|
807
808
|
|
808
809
|
property :state, as: 'state'
|
@@ -853,6 +854,7 @@ module Google
|
|
853
854
|
property :max_prepared_statements, as: 'maxPreparedStatements'
|
854
855
|
property :min_pool_size, as: 'minPoolSize'
|
855
856
|
property :pool_mode, as: 'poolMode'
|
857
|
+
property :pooler_count, as: 'poolerCount'
|
856
858
|
property :query_wait_timeout, as: 'queryWaitTimeout'
|
857
859
|
property :server_idle_timeout, as: 'serverIdleTimeout'
|
858
860
|
collection :stats_users, as: 'statsUsers'
|
@@ -1262,6 +1264,7 @@ module Google
|
|
1262
1264
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
1263
1265
|
property :record_application_tags, as: 'recordApplicationTags'
|
1264
1266
|
property :track_active_queries, as: 'trackActiveQueries'
|
1267
|
+
property :track_client_address, as: 'trackClientAddress'
|
1265
1268
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
1266
1269
|
property :track_wait_events, as: 'trackWaitEvents'
|
1267
1270
|
end
|
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.30.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.30.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for AlloyDB API V1beta
|
79
79
|
test_files: []
|