google-apis-alloydb_v1beta 0.26.0 → 0.27.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: 1542b8bf1e5a15eb541c9f8708d6c8bd0a38dc5b06e776eb6b7ee1e9cce74337
|
4
|
+
data.tar.gz: b212b05ca58aa8b2103f87df3f1fbb44112e134268efe7f4f65315c11e909a1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c4868a1eeea801969b94e93465621330c088163f17e6a3ee9c5489a7822a07a3545aa5c0e0c9576836abdf64c215f74d03a3fd31a8db9774ddbe9a1b31fef5
|
7
|
+
data.tar.gz: 5661fb446bbec74526d9407b11203b1573172c3a52af806d18e12f08bc14a0203af8d85a2689318d150a45090bbaecc74a53b079c90b42fccc11e1cb159f620f
|
data/CHANGELOG.md
CHANGED
@@ -140,6 +140,11 @@ module Google
|
|
140
140
|
# @return [String]
|
141
141
|
attr_accessor :cluster_uid
|
142
142
|
|
143
|
+
# Output only. Timestamp when the resource finished being created.
|
144
|
+
# Corresponds to the JSON property `createCompletionTime`
|
145
|
+
# @return [String]
|
146
|
+
attr_accessor :create_completion_time
|
147
|
+
|
143
148
|
# Output only. Create time stamp
|
144
149
|
# Corresponds to the JSON property `createTime`
|
145
150
|
# @return [String]
|
@@ -275,6 +280,7 @@ module Google
|
|
275
280
|
@annotations = args[:annotations] if args.key?(:annotations)
|
276
281
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
277
282
|
@cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
|
283
|
+
@create_completion_time = args[:create_completion_time] if args.key?(:create_completion_time)
|
278
284
|
@create_time = args[:create_time] if args.key?(:create_time)
|
279
285
|
@database_version = args[:database_version] if args.key?(:database_version)
|
280
286
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
@@ -498,8 +504,7 @@ module Google
|
|
498
504
|
# @return [String]
|
499
505
|
attr_accessor :etag
|
500
506
|
|
501
|
-
#
|
502
|
-
# on.
|
507
|
+
# Deprecated and unused. This field will be removed in the near future.
|
503
508
|
# Corresponds to the JSON property `geminiConfig`
|
504
509
|
# @return [Google::Apis::AlloydbV1beta::GeminiClusterConfig]
|
505
510
|
attr_accessor :gemini_config
|
@@ -791,8 +796,7 @@ module Google
|
|
791
796
|
# @return [String]
|
792
797
|
attr_accessor :default_pool_size
|
793
798
|
|
794
|
-
# Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
|
795
|
-
# 394996708) move to reserved once the field is removed from the gcloud client.
|
799
|
+
# Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
|
796
800
|
# Corresponds to the JSON property `enable`
|
797
801
|
# @return [Boolean]
|
798
802
|
attr_accessor :enable
|
@@ -1307,15 +1311,12 @@ module Google
|
|
1307
1311
|
end
|
1308
1312
|
end
|
1309
1313
|
|
1310
|
-
#
|
1311
|
-
# on.
|
1314
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1312
1315
|
class GeminiClusterConfig
|
1313
1316
|
include Google::Apis::Core::Hashable
|
1314
1317
|
|
1315
|
-
# Output only.
|
1316
|
-
#
|
1317
|
-
# corresponding to the cluster. Its status is toggled from the Admin Control
|
1318
|
-
# Center (ACC) and cannot be toggled using AlloyDB's APIs.
|
1318
|
+
# Output only. Deprecated and unused. This field will be removed in the near
|
1319
|
+
# future.
|
1319
1320
|
# Corresponds to the JSON property `entitled`
|
1320
1321
|
# @return [Boolean]
|
1321
1322
|
attr_accessor :entitled
|
@@ -1331,15 +1332,12 @@ module Google
|
|
1331
1332
|
end
|
1332
1333
|
end
|
1333
1334
|
|
1334
|
-
#
|
1335
|
-
# on.
|
1335
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1336
1336
|
class GeminiInstanceConfig
|
1337
1337
|
include Google::Apis::Core::Hashable
|
1338
1338
|
|
1339
|
-
# Output only.
|
1340
|
-
#
|
1341
|
-
# account corresponding to the instance. Its status is toggled from the Admin
|
1342
|
-
# Control Center (ACC) and cannot be toggled using AlloyDB's APIs.
|
1339
|
+
# Output only. Deprecated and unused. This field will be removed in the near
|
1340
|
+
# future.
|
1343
1341
|
# Corresponds to the JSON property `entitled`
|
1344
1342
|
# @return [Boolean]
|
1345
1343
|
attr_accessor :entitled
|
@@ -1685,8 +1683,7 @@ module Google
|
|
1685
1683
|
# @return [String]
|
1686
1684
|
attr_accessor :gce_zone
|
1687
1685
|
|
1688
|
-
#
|
1689
|
-
# on.
|
1686
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1690
1687
|
# Corresponds to the JSON property `geminiConfig`
|
1691
1688
|
# @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
|
1692
1689
|
attr_accessor :gemini_config
|
@@ -2624,7 +2621,16 @@ module Google
|
|
2624
2621
|
# @return [String]
|
2625
2622
|
attr_accessor :consumer_network
|
2626
2623
|
|
2627
|
-
# Output only. The status of the service connection policy.
|
2624
|
+
# Output only. The status of the service connection policy. Possible values: "
|
2625
|
+
# STATE_UNSPECIFIED" - Default state, when Connection Map is created initially. "
|
2626
|
+
# VALID" - Set when policy and map configuration is valid, and their matching
|
2627
|
+
# can lead to allowing creation of PSC Connections subject to other constraints
|
2628
|
+
# like connections limit. "CONNECTION_POLICY_MISSING" - No Service Connection
|
2629
|
+
# Policy found for this network and Service Class "POLICY_LIMIT_REACHED" -
|
2630
|
+
# Service Connection Policy limit reached for this network and Service Class "
|
2631
|
+
# CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is
|
2632
|
+
# not in AllowedGoogleProducersResourceHierarchyLevels of the matching
|
2633
|
+
# ServiceConnectionPolicy.
|
2628
2634
|
# Corresponds to the JSON property `consumerNetworkStatus`
|
2629
2635
|
# @return [String]
|
2630
2636
|
attr_accessor :consumer_network_status
|
@@ -2640,7 +2646,14 @@ module Google
|
|
2640
2646
|
# @return [String]
|
2641
2647
|
attr_accessor :ip_address
|
2642
2648
|
|
2643
|
-
# Output only. The status of the PSC service automation connection.
|
2649
|
+
# Output only. The status of the PSC service automation connection. Possible
|
2650
|
+
# values: "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" -
|
2651
|
+
# The connection has been created successfully. "FAILED" - The connection is not
|
2652
|
+
# functional since some resources on the connection fail to be created. "
|
2653
|
+
# CREATING" - The connection is being created. "DELETING" - The connection is
|
2654
|
+
# being deleted. "CREATE_REPAIRING" - The connection is being repaired to
|
2655
|
+
# complete creation. "DELETE_REPAIRING" - The connection is being repaired to
|
2656
|
+
# complete deletion.
|
2644
2657
|
# Corresponds to the JSON property `status`
|
2645
2658
|
# @return [String]
|
2646
2659
|
attr_accessor :status
|
@@ -2939,7 +2952,7 @@ module Google
|
|
2939
2952
|
end
|
2940
2953
|
|
2941
2954
|
# Message for restoring a Cluster from a backup or another cluster at a given
|
2942
|
-
# point in time.
|
2955
|
+
# point in time. NEXT_ID: 11
|
2943
2956
|
class RestoreClusterRequest
|
2944
2957
|
include Google::Apis::Core::Hashable
|
2945
2958
|
|
@@ -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.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -695,6 +695,7 @@ module Google
|
|
695
695
|
hash :annotations, as: 'annotations'
|
696
696
|
property :cluster_name, as: 'clusterName'
|
697
697
|
property :cluster_uid, as: 'clusterUid'
|
698
|
+
property :create_completion_time, as: 'createCompletionTime'
|
698
699
|
property :create_time, as: 'createTime'
|
699
700
|
property :database_version, as: 'databaseVersion'
|
700
701
|
property :delete_time, as: 'deleteTime'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.27.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:
|